COLOR #DDC5A0

HEX: #DDC5A0
RGB: (221,197,160)

Color info

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

RGB color model

#DDC5A0 color RGB value is (221,197,160).

  • red value is 221;
  • green value is 197;
  • blue value is 160.
RGB:
(221,197,160)
(87%,77%,63%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 160 of 255 = 63%

221
197
160

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

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 160 = 578 (100%)
R 221 of 578 ~ 38.24%
G 197 of 578 ~ 34.08%
B 160 of 578 ~ 27.68%

%38.24
%34.08
%27.68

CMYK color model

#DDC5A0 color CMYK value is (0,11,28,13).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 27.60%
  • key color value is 13.33%
CMYK:
(0,11,28,13)
C0M11Y28K13 
(0%,11%,28%,13%)
(0.00/0.11/0.28/0.13)	

CMYK percentages

%0
%10.86
%27.6
%13.33

Codes

Color #DDC5A0 in popluar color models

DDC5A0
RGB221197160
HSL36°47.29%74.71%
HSB/HSV36°27.60%86.67%
CMYK0.00%10.86%27.60%
13.33%

Color #DDC5A0 in popluar number systems.

HEXDDC5A0
Decimal221197160
Binary110111011100010110100000
Octal335305240

Shades and tints

Shades of #DDC5A0

#DDC5A0
(221,197,160)
#C9B492
(201,180,146)
#B5A384
(181,163,132)
#A19276
(161,146,118)
#8D8168
(141,129,104)
#79705A
(121,112,90)
#655F4C
(101,95,76)
#514E3E
(81,78,62)
#3D3D30
(61,61,48)
#292C22
(41,44,34)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDC5A0

#DDC5A0
(221,197,160)
#E0CAA8
(224,202,168)
#E3CFB0
(227,207,176)
#E6D4B8
(230,212,184)
#E9D9C0
(233,217,192)
#ECDEC8
(236,222,200)
#EFE3D0
(239,227,208)
#F2E8D8
(242,232,216)
#F5EDE0
(245,237,224)
#F8F2E8
(248,242,232)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5A0; }

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

This text font color is #DDC5A0.


Background Color

.myBgColor { background-color: #DDC5A0; }

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

This div background color is #DDC5A0.


Border color

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

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

This div border color is #DDC5A0.


Opacity

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

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

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

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

This text has shadow with #DDC5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC5A0 on black background.


Color preview on white background

This text has color #DDC5A0 on white background.



Black color preview on #DDC5A0 background

This text has black color on #DDC5A0 background.


White color preview on #DDC5A0 background

This text has white color on #DDC5A0 background.