COLOR #DDC7AC

HEX: #DDC7AC RGB: (221,199,172)

Color info

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

RGB color model

#DDC7AC color RGB value is (221,199,172).

RGB: (221,199,172) (87%, 78%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 172 of 255 = 67%

221
199
172

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

Portions of RGB colors in percentages

R + G + B = 221 + 199 + 172 = 592 (100%)
R 221 of 592 ~ 37.33%
G 199 of 592 ~ 33.61%
B 172 of 592 ~ 29.05'%

%37.33
%33.61
%29.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 22.17%
  • 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.95
%22.17
%13.33

Codes

Color #DDC7AC in popluar color models

DD C7 AC
RGB 221 199 172
HSL 33° 41.88% 77.06%
HSB/HSV 33° 22.17% 86.67%
CMYK 0.00% 9.95% 22.17%
13.33%

Color #DDC7AC in popluar number systems.

HEX DD C7 AC
Decimal 221 199 172
Binary 11011101 11000111 10101100
Octal 335 307 254

Shades and tints

Shades of #DDC7AC

#DDC7AC
(221,199,172)
#C9B59D
(201,181,157)
#B5A38E
(181,163,142)
#A1917F
(161,145,127)
#8D7F70
(141,127,112)
#796D61
(121,109,97)
#655B52
(101,91,82)
#514943
(81,73,67)
#3D3734
(61,55,52)
#292525
(41,37,37)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #DDC7AC

#DDC7AC
(221,199,172)
#E0CCB3
(224,204,179)
#E3D1BA
(227,209,186)
#E6D6C1
(230,214,193)
#E9DBC8
(233,219,200)
#ECE0CF
(236,224,207)
#EFE5D6
(239,229,214)
#F2EADD
(242,234,221)
#F5EFE4
(245,239,228)
#F8F4EB
(248,244,235)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7AC; }

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

This text font color is #DDC7AC.

Background Color

.myBgColor { background-color: #DDC7AC; }

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

This div background color is #DDC7AC.

Border color

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

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

This div border color is #DDC7AC.

Opacity

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

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

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

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

This text has shadow with #DDC7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC7AC.

Preview

Color preview on black background

This text has color #DDC7AC on black background.


Color preview on white background

This text has color #DDC7AC on white background.


Black color preview on #DDC7AC background

This text has black color on #DDC7AC background.


White color preview on #DDC7AC background

This text has white color on #DDC7AC background.


Related colors

Complementary color

Complementary color for #hex is #223853.


I love getcolorcode.com

Triadic colors

1 #ACDDC7 and #C7ACDD with #DDC7AC are triadic colors.

2 #ACC7DD and #C7DDAC with #DDC7AC are triadic colors.