COLOR #DDBD9C

HEX: #DDBD9C
RGB: (221,189,156)

Color info

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

RGB color model

#DDBD9C color RGB value is (221,189,156).

  • red value is 221;
  • green value is 189;
  • blue value is 156.
RGB:
(221,189,156)
(87%,74%,61%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 156 of 255 = 61%

221
189
156

R + G + B ~ 74%. #DDBD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 189 + 156 = 566 (100%)
R 221 of 566 ~ 39.05%
G 189 of 566 ~ 33.39%
B 156 of 566 ~ 27.56%

%39.05
%33.39
%27.56

CMYK color model

#DDBD9C color CMYK value is (0,14,29,13).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 29.41%
  • key color value is 13.33%
CMYK:
(0,14,29,13)
C0M14Y29K13 
(0%,14%,29%,13%)
(0.00/0.14/0.29/0.13)	

CMYK percentages

%0
%14.48
%29.41
%13.33

Codes

Color #DDBD9C in popluar color models

DDBD9C
RGB221189156
HSL30°48.87%73.92%
HSB/HSV30°29.41%86.67%
CMYK0.00%14.48%29.41%
13.33%

Color #DDBD9C in popluar number systems.

HEXDDBD9C
Decimal221189156
Binary110111011011110110011100
Octal335275234

Shades and tints

Shades of #DDBD9C

#DDBD9C
(221,189,156)
#C9AC8E
(201,172,142)
#B59B80
(181,155,128)
#A18A72
(161,138,114)
#8D7964
(141,121,100)
#796856
(121,104,86)
#655748
(101,87,72)
#51463A
(81,70,58)
#3D352C
(61,53,44)
#29241E
(41,36,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #DDBD9C

#DDBD9C
(221,189,156)
#E0C3A5
(224,195,165)
#E3C9AE
(227,201,174)
#E6CFB7
(230,207,183)
#E9D5C0
(233,213,192)
#ECDBC9
(236,219,201)
#EFE1D2
(239,225,210)
#F2E7DB
(242,231,219)
#F5EDE4
(245,237,228)
#F8F3ED
(248,243,237)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBD9C color. Also use rgb(221,189,156) instead hex code.

Text Font Color

.myTextColor { color: #DDBD9C; }

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

This text font color is #DDBD9C.


Background Color

.myBgColor { background-color: #DDBD9C; }

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

This div background color is #DDBD9C.


Border color

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

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

This div border color is #DDBD9C.


Opacity

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

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

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

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

This text has shadow with #DDBD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBD9C on black background.


Color preview on white background

This text has color #DDBD9C on white background.



Black color preview on #DDBD9C background

This text has black color on #DDBD9C background.


White color preview on #DDBD9C background

This text has white color on #DDBD9C background.