COLOR #DDD0AA

HEX: #DDD0AA RGB: (221,208,170)

Color info

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

RGB color model

#DDD0AA color RGB value is (221,208,170).

RGB: (221,208,170) (87%, 82%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 170 of 255 = 67%

221
208
170

R + G + B ~ 79%. #DDD0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 208 + 170 = 599 (100%)
R 221 of 599 ~ 36.89%
G 208 of 599 ~ 34.72%
B 170 of 599 ~ 28.38'%

%36.89
%34.72
%28.38

CMYK color model

#DDD0AA color CMYK value is (0,6,23,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 23.08%
  • key color value is 13.33%

CMYK: (0,6,23,13)
C0M6Y23K13 (0%, 6%, 23%, 13%)
(0.00 / 0.06 / 0.23 / 0.13)

CMYK percentages

%0
%5.88
%23.08
%13.33

Codes

Color #DDD0AA in popluar color models

DD D0 AA
RGB 221 208 170
HSL 45° 42.86% 76.67%
HSB/HSV 45° 23.08% 86.67%
CMYK 0.00% 5.88% 23.08%
13.33%

Color #DDD0AA in popluar number systems.

HEX DD D0 AA
Decimal 221 208 170
Binary 11011101 11010000 10101010
Octal 335 320 252

Shades and tints

Shades of #DDD0AA

#DDD0AA
(221,208,170)
#C9BE9B
(201,190,155)
#B5AC8C
(181,172,140)
#A19A7D
(161,154,125)
#8D886E
(141,136,110)
#79765F
(121,118,95)
#656450
(101,100,80)
#515241
(81,82,65)
#3D4032
(61,64,50)
#292E23
(41,46,35)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #DDD0AA

#DDD0AA
(221,208,170)
#E0D4B1
(224,212,177)
#E3D8B8
(227,216,184)
#E6DCBF
(230,220,191)
#E9E0C6
(233,224,198)
#ECE4CD
(236,228,205)
#EFE8D4
(239,232,212)
#F2ECDB
(242,236,219)
#F5F0E2
(245,240,226)
#F8F4E9
(248,244,233)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD0AA; }

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

This text font color is #DDD0AA.

Background Color

.myBgColor { background-color: #DDD0AA; }

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

This div background color is #DDD0AA.

Border color

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

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

This div border color is #DDD0AA.

Opacity

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

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

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

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

This text has shadow with #DDD0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD0AA.

Preview

Color preview on black background

This text has color #DDD0AA on black background.


Color preview on white background

This text has color #DDD0AA on white background.


Black color preview on #DDD0AA background

This text has black color on #DDD0AA background.


White color preview on #DDD0AA background

This text has white color on #DDD0AA background.


Related colors

Complementary color

Complementary color for #hex is #222F55.


I love getcolorcode.com

Triadic colors

1 #AADDD0 and #D0AADD with #DDD0AA are triadic colors.

2 #AAD0DD and #D0DDAA with #DDD0AA are triadic colors.