COLOR #DDC9AC

HEX: #DDC9AC
RGB: (221,201,172)

Color info

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

RGB color model

#DDC9AC color RGB value is (221,201,172).

  • red value is 221;
  • green value is 201;
  • blue value is 172.
RGB:
(221,201,172)
(87%,79%,67%)

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 172 of 255 = 67%

221
201
172

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

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 172 = 594 (100%)
R 221 of 594 ~ 37.21%
G 201 of 594 ~ 33.84%
B 172 of 594 ~ 28.96%

%37.21
%33.84
%28.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 22.17%
  • key color value is 13.33%
CMYK:
(0,9,22,13)
C0M9Y22K13 
(0%,9%,22%,13%)
(0.00/0.09/0.22/0.13)	

CMYK percentages

%0
%9.05
%22.17
%13.33

Codes

Color #DDC9AC in popluar color models

DDC9AC
RGB221201172
HSL36°41.88%77.06%
HSB/HSV36°22.17%86.67%
CMYK0.00%9.05%22.17%
13.33%

Color #DDC9AC in popluar number systems.

HEXDDC9AC
Decimal221201172
Binary110111011100100110101100
Octal335311254

Shades and tints

Shades of #DDC9AC

#DDC9AC
(221,201,172)
#C9B79D
(201,183,157)
#B5A58E
(181,165,142)
#A1937F
(161,147,127)
#8D8170
(141,129,112)
#796F61
(121,111,97)
#655D52
(101,93,82)
#514B43
(81,75,67)
#3D3934
(61,57,52)
#292725
(41,39,37)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #DDC9AC

#DDC9AC
(221,201,172)
#E0CDB3
(224,205,179)
#E3D1BA
(227,209,186)
#E6D5C1
(230,213,193)
#E9D9C8
(233,217,200)
#ECDDCF
(236,221,207)
#EFE1D6
(239,225,214)
#F2E5DD
(242,229,221)
#F5E9E4
(245,233,228)
#F8EDEB
(248,237,235)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC9AC color. Also use rgb(221,201,172) instead hex code.

Text Font Color

.myTextColor { color: #DDC9AC; }

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

This text font color is #DDC9AC.


Background Color

.myBgColor { background-color: #DDC9AC; }

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

This div background color is #DDC9AC.


Border color

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

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

This div border color is #DDC9AC.


Opacity

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

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

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

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

This text has shadow with #DDC9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9AC on black background.


Color preview on white background

This text has color #DDC9AC on white background.



Black color preview on #DDC9AC background

This text has black color on #DDC9AC background.


White color preview on #DDC9AC background

This text has white color on #DDC9AC background.