COLOR #DDC9B9

HEX: #DDC9B9
RGB: (221,201,185)

Color info

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

RGB color model

#DDC9B9 color RGB value is (221,201,185).

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

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 185 of 255 = 73%

221
201
185

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

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 185 = 607 (100%)
R 221 of 607 ~ 36.41%
G 201 of 607 ~ 33.11%
B 185 of 607 ~ 30.48%

%36.41
%33.11
%30.48

CMYK color model

#DDC9B9 color CMYK value is (0,9,16,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 16.29%
  • key color value is 13.33%
CMYK:
(0,9,16,13)
C0M9Y16K13 
(0%,9%,16%,13%)
(0.00/0.09/0.16/0.13)	

CMYK percentages

%0
%9.05
%16.29
%13.33

Codes

Color #DDC9B9 in popluar color models

DDC9B9
RGB221201185
HSL27°34.62%79.61%
HSB/HSV27°16.29%86.67%
CMYK0.00%9.05%16.29%
13.33%

Color #DDC9B9 in popluar number systems.

HEXDDC9B9
Decimal221201185
Binary110111011100100110111001
Octal335311271

Shades and tints

Shades of #DDC9B9

#DDC9B9
(221,201,185)
#C9B7A9
(201,183,169)
#B5A599
(181,165,153)
#A19389
(161,147,137)
#8D8179
(141,129,121)
#796F69
(121,111,105)
#655D59
(101,93,89)
#514B49
(81,75,73)
#3D3939
(61,57,57)
#292729
(41,39,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #DDC9B9

#DDC9B9
(221,201,185)
#E0CDBF
(224,205,191)
#E3D1C5
(227,209,197)
#E6D5CB
(230,213,203)
#E9D9D1
(233,217,209)
#ECDDD7
(236,221,215)
#EFE1DD
(239,225,221)
#F2E5E3
(242,229,227)
#F5E9E9
(245,233,233)
#F8EDEF
(248,237,239)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9B9; }

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

This text font color is #DDC9B9.


Background Color

.myBgColor { background-color: #DDC9B9; }

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

This div background color is #DDC9B9.


Border color

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

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

This div border color is #DDC9B9.


Opacity

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

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

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

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

This text has shadow with #DDC9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9B9 on black background.


Color preview on white background

This text has color #DDC9B9 on white background.



Black color preview on #DDC9B9 background

This text has black color on #DDC9B9 background.


White color preview on #DDC9B9 background

This text has white color on #DDC9B9 background.