COLOR #DDDCA0

HEX: #DDDCA0
RGB: (221,220,160)

Color info

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

RGB color model

#DDDCA0 color RGB value is (221,220,160).

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

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 160 of 255 = 63%

221
220
160

R + G + B ~ 79%. #DDDCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 160 = 601 (100%)
R 221 of 601 ~ 36.77%
G 220 of 601 ~ 36.61%
B 160 of 601 ~ 26.62%

%36.77
%36.61
%26.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 27.60%
  • key color value is 13.33%
CMYK:
(0,0,28,13)
C0M0Y28K13 
(0%,0%,28%,13%)
(0.00/0.00/0.28/0.13)	

CMYK percentages

%0
%0.45
%27.6
%13.33

Codes

Color #DDDCA0 in popluar color models

DDDCA0
RGB221220160
HSL59°47.29%74.71%
HSB/HSV59°27.60%86.67%
CMYK0.00%0.45%27.60%
13.33%

Color #DDDCA0 in popluar number systems.

HEXDDDCA0
Decimal221220160
Binary110111011101110010100000
Octal335334240

Shades and tints

Shades of #DDDCA0

#DDDCA0
(221,220,160)
#C9C892
(201,200,146)
#B5B484
(181,180,132)
#A1A076
(161,160,118)
#8D8C68
(141,140,104)
#79785A
(121,120,90)
#65644C
(101,100,76)
#51503E
(81,80,62)
#3D3C30
(61,60,48)
#292822
(41,40,34)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #DDDCA0

#DDDCA0
(221,220,160)
#E0DFA8
(224,223,168)
#E3E2B0
(227,226,176)
#E6E5B8
(230,229,184)
#E9E8C0
(233,232,192)
#ECEBC8
(236,235,200)
#EFEED0
(239,238,208)
#F2F1D8
(242,241,216)
#F5F4E0
(245,244,224)
#F8F7E8
(248,247,232)
#FBFAF0
(251,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDCA0; }

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

This text font color is #DDDCA0.


Background Color

.myBgColor { background-color: #DDDCA0; }

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

This div background color is #DDDCA0.


Border color

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

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

This div border color is #DDDCA0.


Opacity

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

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

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

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

This text has shadow with #DDDCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDCA0 on black background.


Color preview on white background

This text has color #DDDCA0 on white background.



Black color preview on #DDDCA0 background

This text has black color on #DDDCA0 background.


White color preview on #DDDCA0 background

This text has white color on #DDDCA0 background.