COLOR #DDC9BF

HEX: #DDC9BF
RGB: (221,201,191)

Color info

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

RGB color model

#DDC9BF color RGB value is (221,201,191).

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

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 191 of 255 = 75%

221
201
191

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

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 191 = 613 (100%)
R 221 of 613 ~ 36.05%
G 201 of 613 ~ 32.79%
B 191 of 613 ~ 31.16%

%36.05
%32.79
%31.16

CMYK color model

#DDC9BF color CMYK value is (0,9,14,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 13.57%
  • key color value is 13.33%
CMYK: (0,9,14,13) C0M9Y14K13 (0%,9%,14%,13%) (0.00/0.09/0.14/0.13)

CMYK percentages

%0
%9.05
%13.57
%13.33

Codes

Color #DDC9BF in popluar color models

DDC9BF
RGB221201191
HSL20°30.61%80.78%
HSB/HSV20°13.57%86.67%
CMYK0.00%9.05%13.57%
13.33%

Color #DDC9BF in popluar number systems.

HEXDDC9BF
Decimal221201191
Binary110111011100100110111111
Octal335311277

Shades and tints

Shades of #DDC9BF

#DDC9BF
(221,201,191)
#C9B7AE
(201,183,174)
#B5A59D
(181,165,157)
#A1938C
(161,147,140)
#8D817B
(141,129,123)
#796F6A
(121,111,106)
#655D59
(101,93,89)
#514B48
(81,75,72)
#3D3937
(61,57,55)
#292726
(41,39,38)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDC9BF

#DDC9BF
(221,201,191)
#E0CDC4
(224,205,196)
#E3D1C9
(227,209,201)
#E6D5CE
(230,213,206)
#E9D9D3
(233,217,211)
#ECDDD8
(236,221,216)
#EFE1DD
(239,225,221)
#F2E5E2
(242,229,226)
#F5E9E7
(245,233,231)
#F8EDEC
(248,237,236)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9BF; }

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

This text font color is #DDC9BF.


Background Color

.myBgColor { background-color: #DDC9BF; }

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

This div background color is #DDC9BF.


Border color

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

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

This div border color is #DDC9BF.


Opacity

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

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

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

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

This text has shadow with #DDC9BF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDC9BF on black background.


Color preview on white background

This text has color #DDC9BF on white background.



Black color preview on #DDC9BF background

This text has black color on #DDC9BF background.


White color preview on #DDC9BF background

This text has white color on #DDC9BF background.