COLOR #DDC0AD

HEX: #DDC0AD RGB: (221,192,173)

Color info

#DDC0AD contains red, green and blue colors in about the same proportion. Web safe color of #DDC0AD is #CCCC99 (or #CC9).

RGB color model

#DDC0AD color RGB value is (221,192,173).

RGB: (221,192,173) (87%, 75%, 68%)

RGB channels and saturation

R 221 of 255 = 87%
G 192 of 255 = 75%
B 173 of 255 = 68%

221
192
173

R + G + B ~ 77%. #DDC0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 192 + 173 = 586 (100%)
R 221 of 586 ~ 37.71%
G 192 of 586 ~ 32.76%
B 173 of 586 ~ 29.52'%

%37.71
%32.76
%29.52

CMYK color model

#DDC0AD color CMYK value is (0,13,22,13).

  • cyan value is 0.00%
  • magenta value is 13.12%
  • yellow value is 21.72%
  • key color value is 13.33%
CMYK: (0,13,22,13) C0M13Y22K13 (0%,13%,22%,13%) (0.00/0.13/0.22/0.13) 

CMYK percentages

%0
%13.12
%21.72
%13.33

Codes

Color #DDC0AD in popluar color models

DD C0 AD
RGB 221 192 173
HSL 24° 41.38% 77.25%
HSB/HSV 24° 21.72% 86.67%
CMYK 0.00% 13.12% 21.72%
13.33%

Color #DDC0AD in popluar number systems.

HEX DD C0 AD
Decimal 221 192 173
Binary 11011101 11000000 10101101
Octal 335 300 255

Shades and tints

Shades of #DDC0AD

#DDC0AD
(221,192,173)
#C9AF9E
(201,175,158)
#B59E8F
(181,158,143)
#A18D80
(161,141,128)
#8D7C71
(141,124,113)
#796B62
(121,107,98)
#655A53
(101,90,83)
#514944
(81,73,68)
#3D3835
(61,56,53)
#292726
(41,39,38)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #DDC0AD

#DDC0AD
(221,192,173)
#E0C5B4
(224,197,180)
#E3CABB
(227,202,187)
#E6CFC2
(230,207,194)
#E9D4C9
(233,212,201)
#ECD9D0
(236,217,208)
#EFDED7
(239,222,215)
#F2E3DE
(242,227,222)
#F5E8E5
(245,232,229)
#F8EDEC
(248,237,236)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC0AD color. Also use rgb(221,192,173) instead hex code.

Text Font Color

.myTextColor { color: #DDC0AD; }

<p style="color:#DDC0AD">This sample text font color is #DDC0AD.</p>

This text font color is #DDC0AD.

Background Color

.myBgColor { background-color: #DDC0AD; }

<div style="background-color:#DDC0AD">Inner text</div>

This div background color is #DDC0AD.

Border color

.myBorderColor { border: 1px solid #DDC0AD; }

<div style="border:3px solid #DDC0AD">Div</div>

This div border color is #DDC0AD.

Opacity

.myOpacity80 { color: #DDC0AD; opacity: 0.8; }

<p style="color:#DDC0AD;opacity:0.8;">80%</p>

Text with #DDC0AD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDC0AD;}

<p style="text-shadow: 3px 3px 1px #DDC0AD">Text here.</p>

This text has shadow with #DDC0AD color.


.textShadow {text-shadow: 3px 3px 1px #DDC0AD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDC0AD, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDC0AD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDC0AD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDC0AD, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDC0AD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDC0AD;
-webkit-box-shadow: 1px 1px 3px 2px #DDC0AD;
box-shadow: 1px 1px 3px 2px #DDC0AD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDC0AD; -webkit-box-shadow: 1px 1px 3px 2px #DDC0AD; box-shadow:1px 1px 3px 2px #DDC0AD;">
Div content here
</div>

This div box has shadow with color #DDC0AD.

Preview

Color preview on black background

This text has color #DDC0AD on black background.


Color preview on white background

This text has color #DDC0AD on white background.


Black color preview on #DDC0AD background

This text has black color on #DDC0AD background.


White color preview on #DDC0AD background

This text has white color on #DDC0AD background.


Related colors

Complementary color

Complementary color for #hex is #223F52.


I love getcolorcode.com

Triadic colors

1 #ADDDC0 and #C0ADDD with #DDC0AD are triadic colors.

2 #ADC0DD and #C0DDAD with #DDC0AD are triadic colors.