COLOR #DDC6AA

HEX: #DDC6AA
RGB: (221,198,170)

Color info

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

RGB color model

#DDC6AA color RGB value is (221,198,170).

  • red value is 221;
  • green value is 198;
  • blue value is 170.
RGB:
(221,198,170)
(87%,78%,67%)

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 170 of 255 = 67%

221
198
170

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

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 170 = 589 (100%)
R 221 of 589 ~ 37.52%
G 198 of 589 ~ 33.62%
B 170 of 589 ~ 28.86%

%37.52
%33.62
%28.86

CMYK color model

#DDC6AA color CMYK value is (0,10,23,13).

  • cyan value is 0.00%
  • magenta value is 10.41%
  • yellow value is 23.08%
  • key color value is 13.33%
CMYK:
(0,10,23,13)
C0M10Y23K13 
(0%,10%,23%,13%)
(0.00/0.10/0.23/0.13)	

CMYK percentages

%0
%10.41
%23.08
%13.33

Codes

Color #DDC6AA in popluar color models

DDC6AA
RGB221198170
HSL33°42.86%76.67%
HSB/HSV33°23.08%86.67%
CMYK0.00%10.41%23.08%
13.33%

Color #DDC6AA in popluar number systems.

HEXDDC6AA
Decimal221198170
Binary110111011100011010101010
Octal335306252

Shades and tints

Shades of #DDC6AA

#DDC6AA
(221,198,170)
#C9B49B
(201,180,155)
#B5A28C
(181,162,140)
#A1907D
(161,144,125)
#8D7E6E
(141,126,110)
#796C5F
(121,108,95)
#655A50
(101,90,80)
#514841
(81,72,65)
#3D3632
(61,54,50)
#292423
(41,36,35)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #DDC6AA

#DDC6AA
(221,198,170)
#E0CBB1
(224,203,177)
#E3D0B8
(227,208,184)
#E6D5BF
(230,213,191)
#E9DAC6
(233,218,198)
#ECDFCD
(236,223,205)
#EFE4D4
(239,228,212)
#F2E9DB
(242,233,219)
#F5EEE2
(245,238,226)
#F8F3E9
(248,243,233)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC6AA color. Also use rgb(221,198,170) instead hex code.

Text Font Color

.myTextColor { color: #DDC6AA; }

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

This text font color is #DDC6AA.


Background Color

.myBgColor { background-color: #DDC6AA; }

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

This div background color is #DDC6AA.


Border color

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

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

This div border color is #DDC6AA.


Opacity

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

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

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

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

This text has shadow with #DDC6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6AA on black background.


Color preview on white background

This text has color #DDC6AA on white background.



Black color preview on #DDC6AA background

This text has black color on #DDC6AA background.


White color preview on #DDC6AA background

This text has white color on #DDC6AA background.