COLOR #DDD6AE

HEX: #DDD6AE
RGB: (221,214,174)

Color info

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

RGB color model

#DDD6AE color RGB value is (221,214,174).

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

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 174 of 255 = 68%

221
214
174

R + G + B ~ 80%. #DDD6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 174 = 609 (100%)
R 221 of 609 ~ 36.29%
G 214 of 609 ~ 35.14%
B 174 of 609 ~ 28.57%

%36.29
%35.14
%28.57

CMYK color model

#DDD6AE color CMYK value is (0,3,21,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 21.27%
  • key color value is 13.33%
CMYK:
(0,3,21,13)
C0M3Y21K13 
(0%,3%,21%,13%)
(0.00/0.03/0.21/0.13)	

CMYK percentages

%0
%3.17
%21.27
%13.33

Codes

Color #DDD6AE in popluar color models

DDD6AE
RGB221214174
HSL51°40.87%77.45%
HSB/HSV51°21.27%86.67%
CMYK0.00%3.17%21.27%
13.33%

Color #DDD6AE in popluar number systems.

HEXDDD6AE
Decimal221214174
Binary110111011101011010101110
Octal335326256

Shades and tints

Shades of #DDD6AE

#DDD6AE
(221,214,174)
#C9C39F
(201,195,159)
#B5B090
(181,176,144)
#A19D81
(161,157,129)
#8D8A72
(141,138,114)
#797763
(121,119,99)
#656454
(101,100,84)
#515145
(81,81,69)
#3D3E36
(61,62,54)
#292B27
(41,43,39)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDD6AE

#DDD6AE
(221,214,174)
#E0D9B5
(224,217,181)
#E3DCBC
(227,220,188)
#E6DFC3
(230,223,195)
#E9E2CA
(233,226,202)
#ECE5D1
(236,229,209)
#EFE8D8
(239,232,216)
#F2EBDF
(242,235,223)
#F5EEE6
(245,238,230)
#F8F1ED
(248,241,237)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD6AE; }

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

This text font color is #DDD6AE.


Background Color

.myBgColor { background-color: #DDD6AE; }

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

This div background color is #DDD6AE.


Border color

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

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

This div border color is #DDD6AE.


Opacity

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

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

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

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

This text has shadow with #DDD6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6AE on black background.


Color preview on white background

This text has color #DDD6AE on white background.



Black color preview on #DDD6AE background

This text has black color on #DDD6AE background.


White color preview on #DDD6AE background

This text has white color on #DDD6AE background.