COLOR #DDD9A9

HEX: #DDD9A9
RGB: (221,217,169)

Color info

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

RGB color model

#DDD9A9 color RGB value is (221,217,169).

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

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 169 of 255 = 66%

221
217
169

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

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 169 = 607 (100%)
R 221 of 607 ~ 36.41%
G 217 of 607 ~ 35.75%
B 169 of 607 ~ 27.84%

%36.41
%35.75
%27.84

CMYK color model

#DDD9A9 color CMYK value is (0,2,24,13).

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 23.53%
  • key color value is 13.33%
CMYK:
(0,2,24,13)
C0M2Y24K13 
(0%,2%,24%,13%)
(0.00/0.02/0.24/0.13)	

CMYK percentages

%0
%1.81
%23.53
%13.33

Codes

Color #DDD9A9 in popluar color models

DDD9A9
RGB221217169
HSL55°43.33%76.47%
HSB/HSV55°23.53%86.67%
CMYK0.00%1.81%23.53%
13.33%

Color #DDD9A9 in popluar number systems.

HEXDDD9A9
Decimal221217169
Binary110111011101100110101001
Octal335331251

Shades and tints

Shades of #DDD9A9

#DDD9A9
(221,217,169)
#C9C69A
(201,198,154)
#B5B38B
(181,179,139)
#A1A07C
(161,160,124)
#8D8D6D
(141,141,109)
#797A5E
(121,122,94)
#65674F
(101,103,79)
#515440
(81,84,64)
#3D4131
(61,65,49)
#292E22
(41,46,34)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #DDD9A9

#DDD9A9
(221,217,169)
#E0DCB0
(224,220,176)
#E3DFB7
(227,223,183)
#E6E2BE
(230,226,190)
#E9E5C5
(233,229,197)
#ECE8CC
(236,232,204)
#EFEBD3
(239,235,211)
#F2EEDA
(242,238,218)
#F5F1E1
(245,241,225)
#F8F4E8
(248,244,232)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9A9; }

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

This text font color is #DDD9A9.


Background Color

.myBgColor { background-color: #DDD9A9; }

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

This div background color is #DDD9A9.


Border color

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

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

This div border color is #DDD9A9.


Opacity

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

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

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

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

This text has shadow with #DDD9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9A9 on black background.


Color preview on white background

This text has color #DDD9A9 on white background.



Black color preview on #DDD9A9 background

This text has black color on #DDD9A9 background.


White color preview on #DDD9A9 background

This text has white color on #DDD9A9 background.