COLOR #DDCAB0

HEX: #DDCAB0
RGB: (221,202,176)

Color info

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

RGB color model

#DDCAB0 color RGB value is (221,202,176).

  • red value is 221;
  • green value is 202;
  • blue value is 176.
RGB:
(221,202,176)
(87%,79%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 176 of 255 = 69%

221
202
176

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

Portions of RGB colors in percentages

R + G + B =
221 + 202 + 176 = 599 (100%)
R 221 of 599 ~ 36.89%
G 202 of 599 ~ 33.72%
B 176 of 599 ~ 29.38%

%36.89
%33.72
%29.38

CMYK color model

#DDCAB0 color CMYK value is (0,9,20,13).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 20.36%
  • key color value is 13.33%
CMYK:
(0,9,20,13)
C0M9Y20K13 
(0%,9%,20%,13%)
(0.00/0.09/0.20/0.13)	

CMYK percentages

%0
%8.6
%20.36
%13.33

Codes

Color #DDCAB0 in popluar color models

DDCAB0
RGB221202176
HSL35°39.82%77.84%
HSB/HSV35°20.36%86.67%
CMYK0.00%8.60%20.36%
13.33%

Color #DDCAB0 in popluar number systems.

HEXDDCAB0
Decimal221202176
Binary110111011100101010110000
Octal335312260

Shades and tints

Shades of #DDCAB0

#DDCAB0
(221,202,176)
#C9B8A0
(201,184,160)
#B5A690
(181,166,144)
#A19480
(161,148,128)
#8D8270
(141,130,112)
#797060
(121,112,96)
#655E50
(101,94,80)
#514C40
(81,76,64)
#3D3A30
(61,58,48)
#292820
(41,40,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #DDCAB0

#DDCAB0
(221,202,176)
#E0CEB7
(224,206,183)
#E3D2BE
(227,210,190)
#E6D6C5
(230,214,197)
#E9DACC
(233,218,204)
#ECDED3
(236,222,211)
#EFE2DA
(239,226,218)
#F2E6E1
(242,230,225)
#F5EAE8
(245,234,232)
#F8EEEF
(248,238,239)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCAB0 color. Also use rgb(221,202,176) instead hex code.

Text Font Color

.myTextColor { color: #DDCAB0; }

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

This text font color is #DDCAB0.


Background Color

.myBgColor { background-color: #DDCAB0; }

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

This div background color is #DDCAB0.


Border color

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

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

This div border color is #DDCAB0.


Opacity

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

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

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

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

This text has shadow with #DDCAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCAB0 on black background.


Color preview on white background

This text has color #DDCAB0 on white background.



Black color preview on #DDCAB0 background

This text has black color on #DDCAB0 background.


White color preview on #DDCAB0 background

This text has white color on #DDCAB0 background.