COLOR #DDD7AF

HEX: #DDD7AF RGB: (221,215,175)

Color info

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

RGB color model

#DDD7AF color RGB value is (221,215,175).

RGB: (221,215,175) (87%, 84%, 69%)

RGB channels and saturation

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

221
215
175

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

Portions of RGB colors in percentages

R + G + B = 221 + 215 + 175 = 611 (100%)
R 221 of 611 ~ 36.17%
G 215 of 611 ~ 35.19%
B 175 of 611 ~ 28.64'%

%36.17
%35.19
%28.64

CMYK color model

#DDD7AF color CMYK value is (0,3,21,13).

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 20.81%
  • key color value is 13.33%

CMYK: (0,3,21,13)
C0M3Y21K13 (0%, 3%, 21%, 13%)
(0.00 / 0.03 / 0.21 / 0.13)

CMYK percentages

%0
%2.71
%20.81
%13.33

Codes

Color #DDD7AF in popluar color models

DD D7 AF
RGB 221 215 175
HSL 52° 40.35% 77.65%
HSB/HSV 52° 20.81% 86.67%
CMYK 0.00% 2.71% 20.81%
13.33%

Color #DDD7AF in popluar number systems.

HEX DD D7 AF
Decimal 221 215 175
Binary 11011101 11010111 10101111
Octal 335 327 257

Shades and tints

Shades of #DDD7AF

#DDD7AF
(221,215,175)
#C9C4A0
(201,196,160)
#B5B191
(181,177,145)
#A19E82
(161,158,130)
#8D8B73
(141,139,115)
#797864
(121,120,100)
#656555
(101,101,85)
#515246
(81,82,70)
#3D3F37
(61,63,55)
#292C28
(41,44,40)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDD7AF

#DDD7AF
(221,215,175)
#E0DAB6
(224,218,182)
#E3DDBD
(227,221,189)
#E6E0C4
(230,224,196)
#E9E3CB
(233,227,203)
#ECE6D2
(236,230,210)
#EFE9D9
(239,233,217)
#F2ECE0
(242,236,224)
#F5EFE7
(245,239,231)
#F8F2EE
(248,242,238)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7AF; }

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

This text font color is #DDD7AF.

Background Color

.myBgColor { background-color: #DDD7AF; }

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

This div background color is #DDD7AF.

Border color

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

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

This div border color is #DDD7AF.

Opacity

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

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

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

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

This text has shadow with #DDD7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD7AF.

Preview

Color preview on black background

This text has color #DDD7AF on black background.


Color preview on white background

This text has color #DDD7AF on white background.


Black color preview on #DDD7AF background

This text has black color on #DDD7AF background.


White color preview on #DDD7AF background

This text has white color on #DDD7AF background.


Related colors

Complementary color

Complementary color for #hex is #222850.


I love getcolorcode.com

Triadic colors

1 #AFDDD7 and #D7AFDD with #DDD7AF are triadic colors.

2 #AFD7DD and #D7DDAF with #DDD7AF are triadic colors.