COLOR #DDD0A6

HEX: #DDD0A6
RGB: (221,208,166)

Color info

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

RGB color model

#DDD0A6 color RGB value is (221,208,166).

  • red value is 221;
  • green value is 208;
  • blue value is 166.
RGB:
(221,208,166)
(87%,82%,65%)

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 166 of 255 = 65%

221
208
166

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

Portions of RGB colors in percentages

R + G + B =
221 + 208 + 166 = 595 (100%)
R 221 of 595 ~ 37.14%
G 208 of 595 ~ 34.96%
B 166 of 595 ~ 27.9%

%37.14
%34.96
%27.9

CMYK color model

#DDD0A6 color CMYK value is (0,6,25,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 24.89%
  • key color value is 13.33%
CMYK:
(0,6,25,13)
C0M6Y25K13 
(0%,6%,25%,13%)
(0.00/0.06/0.25/0.13)	

CMYK percentages

%0
%5.88
%24.89
%13.33

Codes

Color #DDD0A6 in popluar color models

DDD0A6
RGB221208166
HSL46°44.72%75.88%
HSB/HSV46°24.89%86.67%
CMYK0.00%5.88%24.89%
13.33%

Color #DDD0A6 in popluar number systems.

HEXDDD0A6
Decimal221208166
Binary110111011101000010100110
Octal335320246

Shades and tints

Shades of #DDD0A6

#DDD0A6
(221,208,166)
#C9BE97
(201,190,151)
#B5AC88
(181,172,136)
#A19A79
(161,154,121)
#8D886A
(141,136,106)
#79765B
(121,118,91)
#65644C
(101,100,76)
#51523D
(81,82,61)
#3D402E
(61,64,46)
#292E1F
(41,46,31)
#151C10
(21,28,16)
#000000
(0,0,0)

Tints of #DDD0A6

#DDD0A6
(221,208,166)
#E0D4AE
(224,212,174)
#E3D8B6
(227,216,182)
#E6DCBE
(230,220,190)
#E9E0C6
(233,224,198)
#ECE4CE
(236,228,206)
#EFE8D6
(239,232,214)
#F2ECDE
(242,236,222)
#F5F0E6
(245,240,230)
#F8F4EE
(248,244,238)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD0A6 color. Also use rgb(221,208,166) instead hex code.

Text Font Color

.myTextColor { color: #DDD0A6; }

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

This text font color is #DDD0A6.


Background Color

.myBgColor { background-color: #DDD0A6; }

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

This div background color is #DDD0A6.


Border color

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

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

This div border color is #DDD0A6.


Opacity

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

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

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

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

This text has shadow with #DDD0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD0A6 on black background.


Color preview on white background

This text has color #DDD0A6 on white background.



Black color preview on #DDD0A6 background

This text has black color on #DDD0A6 background.


White color preview on #DDD0A6 background

This text has white color on #DDD0A6 background.