COLOR #DDD8A0

HEX: #DDD8A0 RGB: (221,216,160)

Color info

#DDD8A0 contains mainly red and green colors. Web safe color of #DDD8A0 is #CCCC99 (or #CC9).

RGB color model

#DDD8A0 color RGB value is (221,216,160).

RGB: (221,216,160) (87%, 85%, 63%)

RGB channels and saturation

R 221 of 255 = 87%
G 216 of 255 = 85%
B 160 of 255 = 63%

221
216
160

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

Portions of RGB colors in percentages

R + G + B = 221 + 216 + 160 = 597 (100%)
R 221 of 597 ~ 37.02%
G 216 of 597 ~ 36.18%
B 160 of 597 ~ 26.8'%

%37.02
%36.18
%26.8

CMYK color model

#DDD8A0 color CMYK value is (0,2,28,13).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 27.60%
  • key color value is 13.33%

CMYK: (0,2,28,13)
C0M2Y28K13 (0%, 2%, 28%, 13%)
(0.00 / 0.02 / 0.28 / 0.13)

CMYK percentages

%0
%2.26
%27.6
%13.33

Codes

Color #DDD8A0 in popluar color models

DD D8 A0
RGB 221 216 160
HSL 55° 47.29% 74.71%
HSB/HSV 55° 27.60% 86.67%
CMYK 0.00% 2.26% 27.60%
13.33%

Color #DDD8A0 in popluar number systems.

HEX DD D8 A0
Decimal 221 216 160
Binary 11011101 11011000 10100000
Octal 335 330 240

Shades and tints

Shades of #DDD8A0

#DDD8A0
(221,216,160)
#C9C592
(201,197,146)
#B5B284
(181,178,132)
#A19F76
(161,159,118)
#8D8C68
(141,140,104)
#79795A
(121,121,90)
#65664C
(101,102,76)
#51533E
(81,83,62)
#3D4030
(61,64,48)
#292D22
(41,45,34)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #DDD8A0

#DDD8A0
(221,216,160)
#E0DBA8
(224,219,168)
#E3DEB0
(227,222,176)
#E6E1B8
(230,225,184)
#E9E4C0
(233,228,192)
#ECE7C8
(236,231,200)
#EFEAD0
(239,234,208)
#F2EDD8
(242,237,216)
#F5F0E0
(245,240,224)
#F8F3E8
(248,243,232)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD8A0 color. Also use rgb(221,216,160) instead hex code.

Text Font Color

.myTextColor { color: #DDD8A0; }

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

This text font color is #DDD8A0.

Background Color

.myBgColor { background-color: #DDD8A0; }

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

This div background color is #DDD8A0.

Border color

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

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

This div border color is #DDD8A0.

Opacity

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

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

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

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

This text has shadow with #DDD8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD8A0.

Preview

Color preview on black background

This text has color #DDD8A0 on black background.


Color preview on white background

This text has color #DDD8A0 on white background.


Black color preview on #DDD8A0 background

This text has black color on #DDD8A0 background.


White color preview on #DDD8A0 background

This text has white color on #DDD8A0 background.


Related colors

Complementary color

Complementary color for #hex is #22275F.


I love getcolorcode.com

Triadic colors

1 #A0DDD8 and #D8A0DD with #DDD8A0 are triadic colors.

2 #A0D8DD and #D8DDA0 with #DDD8A0 are triadic colors.