COLOR #DDD5AF

HEX: #DDD5AF
RGB: (221,213,175)

Color info

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

RGB color model

#DDD5AF color RGB value is (221,213,175).

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

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 175 of 255 = 69%

221
213
175

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

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 175 = 609 (100%)
R 221 of 609 ~ 36.29%
G 213 of 609 ~ 34.98%
B 175 of 609 ~ 28.74%

%36.29
%34.98
%28.74

CMYK color model

#DDD5AF color CMYK value is (0,4,21,13).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 20.81%
  • key color value is 13.33%
CMYK:
(0,4,21,13)
C0M4Y21K13 
(0%,4%,21%,13%)
(0.00/0.04/0.21/0.13)	

CMYK percentages

%0
%3.62
%20.81
%13.33

Codes

Color #DDD5AF in popluar color models

DDD5AF
RGB221213175
HSL50°40.35%77.65%
HSB/HSV50°20.81%86.67%
CMYK0.00%3.62%20.81%
13.33%

Color #DDD5AF in popluar number systems.

HEXDDD5AF
Decimal221213175
Binary110111011101010110101111
Octal335325257

Shades and tints

Shades of #DDD5AF

#DDD5AF
(221,213,175)
#C9C2A0
(201,194,160)
#B5AF91
(181,175,145)
#A19C82
(161,156,130)
#8D8973
(141,137,115)
#797664
(121,118,100)
#656355
(101,99,85)
#515046
(81,80,70)
#3D3D37
(61,61,55)
#292A28
(41,42,40)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDD5AF

#DDD5AF
(221,213,175)
#E0D8B6
(224,216,182)
#E3DBBD
(227,219,189)
#E6DEC4
(230,222,196)
#E9E1CB
(233,225,203)
#ECE4D2
(236,228,210)
#EFE7D9
(239,231,217)
#F2EAE0
(242,234,224)
#F5EDE7
(245,237,231)
#F8F0EE
(248,240,238)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD5AF; }

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

This text font color is #DDD5AF.


Background Color

.myBgColor { background-color: #DDD5AF; }

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

This div background color is #DDD5AF.


Border color

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

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

This div border color is #DDD5AF.


Opacity

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

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

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

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

This text has shadow with #DDD5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5AF on black background.


Color preview on white background

This text has color #DDD5AF on white background.



Black color preview on #DDD5AF background

This text has black color on #DDD5AF background.


White color preview on #DDD5AF background

This text has white color on #DDD5AF background.