COLOR #DDD0AE

HEX: #DDD0AE RGB: (221,208,174)

Color info

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

RGB color model

#DDD0AE color RGB value is (221,208,174).

RGB: (221,208,174) (87%, 82%, 68%)

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 174 of 255 = 68%

221
208
174

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

Portions of RGB colors in percentages

R + G + B = 221 + 208 + 174 = 603 (100%)
R 221 of 603 ~ 36.65%
G 208 of 603 ~ 34.49%
B 174 of 603 ~ 28.86'%

%36.65
%34.49
%28.86

CMYK color model

#DDD0AE color CMYK value is (0,6,21,13).

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

CMYK: (0,6,21,13)
C0M6Y21K13 (0%, 6%, 21%, 13%)
(0.00 / 0.06 / 0.21 / 0.13)

CMYK percentages

%0
%5.88
%21.27
%13.33

Codes

Color #DDD0AE in popluar color models

DD D0 AE
RGB 221 208 174
HSL 43° 40.87% 77.45%
HSB/HSV 43° 21.27% 86.67%
CMYK 0.00% 5.88% 21.27%
13.33%

Color #DDD0AE in popluar number systems.

HEX DD D0 AE
Decimal 221 208 174
Binary 11011101 11010000 10101110
Octal 335 320 256

Shades and tints

Shades of #DDD0AE

#DDD0AE
(221,208,174)
#C9BE9F
(201,190,159)
#B5AC90
(181,172,144)
#A19A81
(161,154,129)
#8D8872
(141,136,114)
#797663
(121,118,99)
#656454
(101,100,84)
#515245
(81,82,69)
#3D4036
(61,64,54)
#292E27
(41,46,39)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #DDD0AE

#DDD0AE
(221,208,174)
#E0D4B5
(224,212,181)
#E3D8BC
(227,216,188)
#E6DCC3
(230,220,195)
#E9E0CA
(233,224,202)
#ECE4D1
(236,228,209)
#EFE8D8
(239,232,216)
#F2ECDF
(242,236,223)
#F5F0E6
(245,240,230)
#F8F4ED
(248,244,237)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD0AE; }

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

This text font color is #DDD0AE.

Background Color

.myBgColor { background-color: #DDD0AE; }

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

This div background color is #DDD0AE.

Border color

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

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

This div border color is #DDD0AE.

Opacity

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

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

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

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

This text has shadow with #DDD0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD0AE.

Preview

Color preview on black background

This text has color #DDD0AE on black background.


Color preview on white background

This text has color #DDD0AE on white background.


Black color preview on #DDD0AE background

This text has black color on #DDD0AE background.


White color preview on #DDD0AE background

This text has white color on #DDD0AE background.


Related colors

Complementary color

Complementary color for #hex is #222F51.


I love getcolorcode.com

Triadic colors

1 #AEDDD0 and #D0AEDD with #DDD0AE are triadic colors.

2 #AED0DD and #D0DDAE with #DDD0AE are triadic colors.