COLOR #DDD4AE

HEX: #DDD4AE
RGB: (221,212,174)

Color info

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

RGB color model

#DDD4AE color RGB value is (221,212,174).

  • red value is 221;
  • green value is 212;
  • blue value is 174.
RGB:
(221,212,174)
(87%,83%,68%)

RGB channels and saturation

R 221 of 255 = 87%
G 212 of 255 = 83%
B 174 of 255 = 68%

221
212
174

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

Portions of RGB colors in percentages

R + G + B =
221 + 212 + 174 = 607 (100%)
R 221 of 607 ~ 36.41%
G 212 of 607 ~ 34.93%
B 174 of 607 ~ 28.67%

%36.41
%34.93
%28.67

CMYK color model

#DDD4AE color CMYK value is (0,4,21,13).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 21.27%
  • key color value is 13.33%
CMYK:
(0,4,21,13)
C0M4Y21K13 
(0%,4%,21%,13%)
(0.00/0.04/0.21/0.13)	

CMYK percentages

%0
%4.07
%21.27
%13.33

Codes

Color #DDD4AE in popluar color models

DDD4AE
RGB221212174
HSL49°40.87%77.45%
HSB/HSV49°21.27%86.67%
CMYK0.00%4.07%21.27%
13.33%

Color #DDD4AE in popluar number systems.

HEXDDD4AE
Decimal221212174
Binary110111011101010010101110
Octal335324256

Shades and tints

Shades of #DDD4AE

#DDD4AE
(221,212,174)
#C9C19F
(201,193,159)
#B5AE90
(181,174,144)
#A19B81
(161,155,129)
#8D8872
(141,136,114)
#797563
(121,117,99)
#656254
(101,98,84)
#514F45
(81,79,69)
#3D3C36
(61,60,54)
#292927
(41,41,39)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #DDD4AE

#DDD4AE
(221,212,174)
#E0D7B5
(224,215,181)
#E3DABC
(227,218,188)
#E6DDC3
(230,221,195)
#E9E0CA
(233,224,202)
#ECE3D1
(236,227,209)
#EFE6D8
(239,230,216)
#F2E9DF
(242,233,223)
#F5ECE6
(245,236,230)
#F8EFED
(248,239,237)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD4AE; }

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

This text font color is #DDD4AE.


Background Color

.myBgColor { background-color: #DDD4AE; }

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

This div background color is #DDD4AE.


Border color

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

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

This div border color is #DDD4AE.


Opacity

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

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

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

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

This text has shadow with #DDD4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD4AE on black background.


Color preview on white background

This text has color #DDD4AE on white background.



Black color preview on #DDD4AE background

This text has black color on #DDD4AE background.


White color preview on #DDD4AE background

This text has white color on #DDD4AE background.