COLOR #DDC9A0

HEX: #DDC9A0 RGB: (221,201,160)

Color info

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

RGB color model

#DDC9A0 color RGB value is (221,201,160).

RGB: (221,201,160) (87%, 79%, 63%)

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 160 of 255 = 63%

221
201
160

R + G + B ~ 76%. #DDC9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 201 + 160 = 582 (100%)
R 221 of 582 ~ 37.97%
G 201 of 582 ~ 34.54%
B 160 of 582 ~ 27.49'%

%37.97
%34.54
%27.49

CMYK color model

#DDC9A0 color CMYK value is (0,9,28,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 27.60%
  • key color value is 13.33%
CMYK: (0,9,28,13) C0M9Y28K13 (0%,9%,28%,13%) (0.00/0.09/0.28/0.13) 

CMYK percentages

%0
%9.05
%27.6
%13.33

Codes

Color #DDC9A0 in popluar color models

DD C9 A0
RGB 221 201 160
HSL 40° 47.29% 74.71%
HSB/HSV 40° 27.60% 86.67%
CMYK 0.00% 9.05% 27.60%
13.33%

Color #DDC9A0 in popluar number systems.

HEX DD C9 A0
Decimal 221 201 160
Binary 11011101 11001001 10100000
Octal 335 311 240

Shades and tints

Shades of #DDC9A0

#DDC9A0
(221,201,160)
#C9B792
(201,183,146)
#B5A584
(181,165,132)
#A19376
(161,147,118)
#8D8168
(141,129,104)
#796F5A
(121,111,90)
#655D4C
(101,93,76)
#514B3E
(81,75,62)
#3D3930
(61,57,48)
#292722
(41,39,34)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDC9A0

#DDC9A0
(221,201,160)
#E0CDA8
(224,205,168)
#E3D1B0
(227,209,176)
#E6D5B8
(230,213,184)
#E9D9C0
(233,217,192)
#ECDDC8
(236,221,200)
#EFE1D0
(239,225,208)
#F2E5D8
(242,229,216)
#F5E9E0
(245,233,224)
#F8EDE8
(248,237,232)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9A0; }

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

This text font color is #DDC9A0.

Background Color

.myBgColor { background-color: #DDC9A0; }

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

This div background color is #DDC9A0.

Border color

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

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

This div border color is #DDC9A0.

Opacity

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

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

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

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

This text has shadow with #DDC9A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC9A0.

Preview

Color preview on black background

This text has color #DDC9A0 on black background.


Color preview on white background

This text has color #DDC9A0 on white background.


Black color preview on #DDC9A0 background

This text has black color on #DDC9A0 background.


White color preview on #DDC9A0 background

This text has white color on #DDC9A0 background.


Related colors

Complementary color

Complementary color for #hex is #22365F.


I love getcolorcode.com

Triadic colors

1 #A0DDC9 and #C9A0DD with #DDC9A0 are triadic colors.

2 #A0C9DD and #C9DDA0 with #DDC9A0 are triadic colors.