COLOR #DDCDB9

HEX: #DDCDB9
RGB: (221,205,185)

Color info

#DDCDB9 contains red, green and blue colors in about the same proportion. Web safe color of #DDCDB9 is #CCCCCC (or #CCC).

RGB color model

#DDCDB9 color RGB value is (221,205,185).

  • red value is 221;
  • green value is 205;
  • blue value is 185.
RGB:
(221,205,185)
(87%,80%,73%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 185 of 255 = 73%

221
205
185

R + G + B ~ 80%. #DDCDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 205 + 185 = 611 (100%)
R 221 of 611 ~ 36.17%
G 205 of 611 ~ 33.55%
B 185 of 611 ~ 30.28%

%36.17
%33.55
%30.28

CMYK color model

#DDCDB9 color CMYK value is (0,7,16,13).

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 16.29%
  • key color value is 13.33%
CMYK:
(0,7,16,13)
C0M7Y16K13 
(0%,7%,16%,13%)
(0.00/0.07/0.16/0.13)	

CMYK percentages

%0
%7.24
%16.29
%13.33

Codes

Color #DDCDB9 in popluar color models

DDCDB9
RGB221205185
HSL33°34.62%79.61%
HSB/HSV33°16.29%86.67%
CMYK0.00%7.24%16.29%
13.33%

Color #DDCDB9 in popluar number systems.

HEXDDCDB9
Decimal221205185
Binary110111011100110110111001
Octal335315271

Shades and tints

Shades of #DDCDB9

#DDCDB9
(221,205,185)
#C9BBA9
(201,187,169)
#B5A999
(181,169,153)
#A19789
(161,151,137)
#8D8579
(141,133,121)
#797369
(121,115,105)
#656159
(101,97,89)
#514F49
(81,79,73)
#3D3D39
(61,61,57)
#292B29
(41,43,41)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDCDB9

#DDCDB9
(221,205,185)
#E0D1BF
(224,209,191)
#E3D5C5
(227,213,197)
#E6D9CB
(230,217,203)
#E9DDD1
(233,221,209)
#ECE1D7
(236,225,215)
#EFE5DD
(239,229,221)
#F2E9E3
(242,233,227)
#F5EDE9
(245,237,233)
#F8F1EF
(248,241,239)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCDB9 color. Also use rgb(221,205,185) instead hex code.

Text Font Color

.myTextColor { color: #DDCDB9; }

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

This text font color is #DDCDB9.


Background Color

.myBgColor { background-color: #DDCDB9; }

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

This div background color is #DDCDB9.


Border color

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

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

This div border color is #DDCDB9.


Opacity

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

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

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

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

This text has shadow with #DDCDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCDB9 on black background.


Color preview on white background

This text has color #DDCDB9 on white background.



Black color preview on #DDCDB9 background

This text has black color on #DDCDB9 background.


White color preview on #DDCDB9 background

This text has white color on #DDCDB9 background.