COLOR #DDD9AF

HEX: #DDD9AF
RGB: (221,217,175)

Color info

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

RGB color model

#DDD9AF color RGB value is (221,217,175).

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

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 175 of 255 = 69%

221
217
175

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

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 175 = 613 (100%)
R 221 of 613 ~ 36.05%
G 217 of 613 ~ 35.4%
B 175 of 613 ~ 28.55%

%36.05
%35.4
%28.55

CMYK color model

#DDD9AF color CMYK value is (0,2,21,13).

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 20.81%
  • key color value is 13.33%
CMYK:
(0,2,21,13)
C0M2Y21K13 
(0%,2%,21%,13%)
(0.00/0.02/0.21/0.13)	

CMYK percentages

%0
%1.81
%20.81
%13.33

Codes

Color #DDD9AF in popluar color models

DDD9AF
RGB221217175
HSL55°40.35%77.65%
HSB/HSV55°20.81%86.67%
CMYK0.00%1.81%20.81%
13.33%

Color #DDD9AF in popluar number systems.

HEXDDD9AF
Decimal221217175
Binary110111011101100110101111
Octal335331257

Shades and tints

Shades of #DDD9AF

#DDD9AF
(221,217,175)
#C9C6A0
(201,198,160)
#B5B391
(181,179,145)
#A1A082
(161,160,130)
#8D8D73
(141,141,115)
#797A64
(121,122,100)
#656755
(101,103,85)
#515446
(81,84,70)
#3D4137
(61,65,55)
#292E28
(41,46,40)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #DDD9AF

#DDD9AF
(221,217,175)
#E0DCB6
(224,220,182)
#E3DFBD
(227,223,189)
#E6E2C4
(230,226,196)
#E9E5CB
(233,229,203)
#ECE8D2
(236,232,210)
#EFEBD9
(239,235,217)
#F2EEE0
(242,238,224)
#F5F1E7
(245,241,231)
#F8F4EE
(248,244,238)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9AF; }

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

This text font color is #DDD9AF.


Background Color

.myBgColor { background-color: #DDD9AF; }

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

This div background color is #DDD9AF.


Border color

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

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

This div border color is #DDD9AF.


Opacity

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

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

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

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

This text has shadow with #DDD9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9AF on black background.


Color preview on white background

This text has color #DDD9AF on white background.



Black color preview on #DDD9AF background

This text has black color on #DDD9AF background.


White color preview on #DDD9AF background

This text has white color on #DDD9AF background.