COLOR #DDD2A9

HEX: #DDD2A9
RGB: (221,210,169)

Color info

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

RGB color model

#DDD2A9 color RGB value is (221,210,169).

  • red value is 221;
  • green value is 210;
  • blue value is 169.
RGB:
(221,210,169)
(87%,82%,66%)

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 169 of 255 = 66%

221
210
169

R + G + B ~ 78%. #DDD2A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 210 + 169 = 600 (100%)
R 221 of 600 ~ 36.83%
G 210 of 600 ~ 35%
B 169 of 600 ~ 28.17%

%36.83
%35
%28.17

CMYK color model

#DDD2A9 color CMYK value is (0,5,24,13).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 23.53%
  • key color value is 13.33%
CMYK:
(0,5,24,13)
C0M5Y24K13 
(0%,5%,24%,13%)
(0.00/0.05/0.24/0.13)	

CMYK percentages

%0
%4.98
%23.53
%13.33

Codes

Color #DDD2A9 in popluar color models

DDD2A9
RGB221210169
HSL47°43.33%76.47%
HSB/HSV47°23.53%86.67%
CMYK0.00%4.98%23.53%
13.33%

Color #DDD2A9 in popluar number systems.

HEXDDD2A9
Decimal221210169
Binary110111011101001010101001
Octal335322251

Shades and tints

Shades of #DDD2A9

#DDD2A9
(221,210,169)
#C9BF9A
(201,191,154)
#B5AC8B
(181,172,139)
#A1997C
(161,153,124)
#8D866D
(141,134,109)
#79735E
(121,115,94)
#65604F
(101,96,79)
#514D40
(81,77,64)
#3D3A31
(61,58,49)
#292722
(41,39,34)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDD2A9

#DDD2A9
(221,210,169)
#E0D6B0
(224,214,176)
#E3DAB7
(227,218,183)
#E6DEBE
(230,222,190)
#E9E2C5
(233,226,197)
#ECE6CC
(236,230,204)
#EFEAD3
(239,234,211)
#F2EEDA
(242,238,218)
#F5F2E1
(245,242,225)
#F8F6E8
(248,246,232)
#FBFAEF
(251,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD2A9 color. Also use rgb(221,210,169) instead hex code.

Text Font Color

.myTextColor { color: #DDD2A9; }

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

This text font color is #DDD2A9.


Background Color

.myBgColor { background-color: #DDD2A9; }

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

This div background color is #DDD2A9.


Border color

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

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

This div border color is #DDD2A9.


Opacity

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

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

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

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

This text has shadow with #DDD2A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD2A9 on black background.


Color preview on white background

This text has color #DDD2A9 on white background.



Black color preview on #DDD2A9 background

This text has black color on #DDD2A9 background.


White color preview on #DDD2A9 background

This text has white color on #DDD2A9 background.