COLOR #DDD1A9

HEX: #DDD1A9
RGB: (221,209,169)

Color info

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

RGB color model

#DDD1A9 color RGB value is (221,209,169).

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

RGB channels and saturation

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

221
209
169

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

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 169 = 599 (100%)
R 221 of 599 ~ 36.89%
G 209 of 599 ~ 34.89%
B 169 of 599 ~ 28.21%

%36.89
%34.89
%28.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.43%
  • 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
%5.43
%23.53
%13.33

Codes

Color #DDD1A9 in popluar color models

DDD1A9
RGB221209169
HSL46°43.33%76.47%
HSB/HSV46°23.53%86.67%
CMYK0.00%5.43%23.53%
13.33%

Color #DDD1A9 in popluar number systems.

HEXDDD1A9
Decimal221209169
Binary110111011101000110101001
Octal335321251

Shades and tints

Shades of #DDD1A9

#DDD1A9
(221,209,169)
#C9BE9A
(201,190,154)
#B5AB8B
(181,171,139)
#A1987C
(161,152,124)
#8D856D
(141,133,109)
#79725E
(121,114,94)
#655F4F
(101,95,79)
#514C40
(81,76,64)
#3D3931
(61,57,49)
#292622
(41,38,34)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #DDD1A9

#DDD1A9
(221,209,169)
#E0D5B0
(224,213,176)
#E3D9B7
(227,217,183)
#E6DDBE
(230,221,190)
#E9E1C5
(233,225,197)
#ECE5CC
(236,229,204)
#EFE9D3
(239,233,211)
#F2EDDA
(242,237,218)
#F5F1E1
(245,241,225)
#F8F5E8
(248,245,232)
#FBF9EF
(251,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD1A9; }

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

This text font color is #DDD1A9.


Background Color

.myBgColor { background-color: #DDD1A9; }

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

This div background color is #DDD1A9.


Border color

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

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

This div border color is #DDD1A9.


Opacity

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

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

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

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

This text has shadow with #DDD1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1A9 on black background.


Color preview on white background

This text has color #DDD1A9 on white background.



Black color preview on #DDD1A9 background

This text has black color on #DDD1A9 background.


White color preview on #DDD1A9 background

This text has white color on #DDD1A9 background.