COLOR #DDC8AD

HEX: #DDC8AD RGB: (221,200,173)

Color info

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

RGB color model

#DDC8AD color RGB value is (221,200,173).

RGB: (221,200,173) (87%, 78%, 68%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 173 of 255 = 68%

221
200
173

R + G + B ~ 78%. #DDC8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 200 + 173 = 594 (100%)
R 221 of 594 ~ 37.21%
G 200 of 594 ~ 33.67%
B 173 of 594 ~ 29.12'%

%37.21
%33.67
%29.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 21.72%
  • key color value is 13.33%

CMYK: (0,10,22,13)
C0M10Y22K13 (0%, 10%, 22%, 13%)
(0.00 / 0.10 / 0.22 / 0.13)

CMYK percentages

%0
%9.5
%21.72
%13.33

Codes

Color #DDC8AD in popluar color models

DD C8 AD
RGB 221 200 173
HSL 34° 41.38% 77.25%
HSB/HSV 34° 21.72% 86.67%
CMYK 0.00% 9.50% 21.72%
13.33%

Color #DDC8AD in popluar number systems.

HEX DD C8 AD
Decimal 221 200 173
Binary 11011101 11001000 10101101
Octal 335 310 255

Shades and tints

Shades of #DDC8AD

#DDC8AD
(221,200,173)
#C9B69E
(201,182,158)
#B5A48F
(181,164,143)
#A19280
(161,146,128)
#8D8071
(141,128,113)
#796E62
(121,110,98)
#655C53
(101,92,83)
#514A44
(81,74,68)
#3D3835
(61,56,53)
#292626
(41,38,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DDC8AD

#DDC8AD
(221,200,173)
#E0CDB4
(224,205,180)
#E3D2BB
(227,210,187)
#E6D7C2
(230,215,194)
#E9DCC9
(233,220,201)
#ECE1D0
(236,225,208)
#EFE6D7
(239,230,215)
#F2EBDE
(242,235,222)
#F5F0E5
(245,240,229)
#F8F5EC
(248,245,236)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC8AD; }

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

This text font color is #DDC8AD.

Background Color

.myBgColor { background-color: #DDC8AD; }

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

This div background color is #DDC8AD.

Border color

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

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

This div border color is #DDC8AD.

Opacity

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

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

Text with #DDC8AD 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 #DDC8AD;}

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

This text has shadow with #DDC8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC8AD.

Preview

Color preview on black background

This text has color #DDC8AD on black background.


Color preview on white background

This text has color #DDC8AD on white background.


Black color preview on #DDC8AD background

This text has black color on #DDC8AD background.


White color preview on #DDC8AD background

This text has white color on #DDC8AD background.


Related colors

Complementary color

Complementary color for #hex is #223752.


I love getcolorcode.com

Triadic colors

1 #ADDDC8 and #C8ADDD with #DDC8AD are triadic colors.

2 #ADC8DD and #C8DDAD with #DDC8AD are triadic colors.