crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ddc7ab hex color - Orange - Warm color - Information

#ddc7ab hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ddc7ab Color code in RGB color code model is created after adding 86.67% red color, 78.04% green color and 67.06% blue color. Hex #ddc7ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 23% yellow and 13% black.

Hex #ddc7ab color code is between #ccccaa web safe hex color code and #eebbbb web safe hex color code. #ccccaa is the nearest web safe color code. You can see here many more shades of #ddc7ab color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeddc7ab#ddc7ab
RGB Decimal221, 199, 171rgb(221, 199, 171)
RGB Percent87%, 78%, 67%rgb(87%, 78%, 67%)
CSS RGBa221, 199, 171,1rgba(221,199,171,1)
CMYK Modelcmyk(0%,10%,23%,13%)
HSL Color Space34,42% ,77%hsl(34,42% ,77%)
HSV Color Space34°, 23%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100011110101011
Octal335307253
Decimal221199171
Hexddc7ab

Different shades of #ddc7ab color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ddc7ab
#ecdfcf
Dark Shade of #ddc7ab
#ceaf87
Saturated Shade of #ddc7ab
#e3c8a5
Desaturated Shade of #ddc7ab
#d7c6b1
Grey scale Shade of #ddc7ab
#c4c4c4
Brighten Shade
#f6e0c4
Most Readable Shade
#000000

Shades of #ddc7ab color code

Generate more color scales with scales (color stack) generator.

#ddc7ab
#c4b098
#ab9a85
#938472
#7a6e5f
#62584c
#494239
#312c26
#181613
#000000

Similar Color like #ddc7ab color

Find visually similar hex color codes nearing to #ddc7ab hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#dec8ac
#dfc9ad
#e0caae
#e1cbaf
#e2ccb0
#e3cdb1
#e4ceb2
#e5cfb3
#e6d0b4
#e7d1b5
#e8d2b6
#e9d3b7
#ead4b8
#ebd5b9
#dcc6aa
#dbc5a9
#dac4a8
#d9c3a7
#d8c2a6
#d7c1a5
#d6c0a4
#d5bfa3
#d4bea2
#d3bda1
#d2bca0
#d1bb9f
#d0ba9e
#cfb99d

Monochromatic Color with #ddc7ab

#ddc7ab
#080807
#332e27
#5d5448
#887a69
#b3a18a

Tints of #ddc7ab Color

#ddc7ab
#e0cdb4
#e4d3bd
#e8d9c7
#ecdfd0
#efe6d9
#f3ece3
#f7f2ec
#fbf8f5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ddc7ab
#abc1dd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ddc7ab
#abdadd
#aeabdd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ddb3ab
#ddbdab
#ddc7ab
#ddd1ab
#dddbab

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ddc7ab
#abddc7
#c7abdd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ddc7ab
#abddae
#abc1dd
#ddabda

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ddc7ab
#abc1dd
#aeabdd
#daddab

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ddc7ab Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ddc7ab Color Code Preview on Black Background Color

This is how #ddc7ab Color will look on black background color. Color contrast ratio is 12.83

#ddc7ab in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ddc7ab">Your Example Paragraph content text in with font color #ddc7ab </p>

Your Example Paragraph content text in with font color #ddc7ab

HTML with inline CSS

<div style="color:#ddc7ab">Your Paragraph text in with font color #ddc7ab </div>

Your Example Paragraph content text in with font color #ddc7ab

#ddc7ab color code is use for CSS Background Color

Background color for the above div is #ddc7ab

HTML with inline CSS

<div style="background-color:#ddc7ab;"></div>

#ddc7ab color code is use for CSS Border Color

CSS Border color for the above div is #ddc7ab

HTML with inline CSS

<div style="border:5px solid #ddc7ab;"></div>

CSS Border Left color for the above div is #ddc7ab

HTML with inline CSS

<div style="border-left:5px solid #ddc7ab;"></div>

CSS Border Right color for the above div is #ddc7ab

HTML with inline CSS

<div style="border-right:5px solid #ddc7ab;"></div>

CSS Border Bottom color for the above div is #ddc7ab

HTML with inline CSS

<div style="border-bottom:5px solid #ddc7ab;"></div>

CSS Border Top color for the above div is #ddc7ab

HTML with inline CSS

<div style="border-top:5px solid #ddc7ab;"></div>

#ddc7ab hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ddc7ab; } .examplecolorclass {color:#ddc7ab; } .examplebordercolor {border:3px solid #ddc7ab; }

#ddc7ab Color code Preview on White Background

This is how #ddc7ab Color code will look on white background color. Color contrast ratio is 1.64

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ddc7ab; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ddc7ab; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.