COLOR #DDDB9C

HEX: #DDDB9C
RGB: (221,219,156)

Color info

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

RGB color model

#DDDB9C color RGB value is (221,219,156).

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

RGB channels and saturation

R 221 of 255 = 87%
G 219 of 255 = 86%
B 156 of 255 = 61%

221
219
156

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

Portions of RGB colors in percentages

R + G + B =
221 + 219 + 156 = 596 (100%)
R 221 of 596 ~ 37.08%
G 219 of 596 ~ 36.74%
B 156 of 596 ~ 26.17%

%37.08
%36.74
%26.17

CMYK color model

#DDDB9C color CMYK value is (0,1,29,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 29.41%
  • key color value is 13.33%
CMYK:
(0,1,29,13)
C0M1Y29K13 
(0%,1%,29%,13%)
(0.00/0.01/0.29/0.13)	

CMYK percentages

%0
%0.9
%29.41
%13.33

Codes

Color #DDDB9C in popluar color models

DDDB9C
RGB221219156
HSL58°48.87%73.92%
HSB/HSV58°29.41%86.67%
CMYK0.00%0.90%29.41%
13.33%

Color #DDDB9C in popluar number systems.

HEXDDDB9C
Decimal221219156
Binary110111011101101110011100
Octal335333234

Shades and tints

Shades of #DDDB9C

#DDDB9C
(221,219,156)
#C9C88E
(201,200,142)
#B5B580
(181,181,128)
#A1A272
(161,162,114)
#8D8F64
(141,143,100)
#797C56
(121,124,86)
#656948
(101,105,72)
#51563A
(81,86,58)
#3D432C
(61,67,44)
#29301E
(41,48,30)
#151D10
(21,29,16)
#000000
(0,0,0)

Tints of #DDDB9C

#DDDB9C
(221,219,156)
#E0DEA5
(224,222,165)
#E3E1AE
(227,225,174)
#E6E4B7
(230,228,183)
#E9E7C0
(233,231,192)
#ECEAC9
(236,234,201)
#EFEDD2
(239,237,210)
#F2F0DB
(242,240,219)
#F5F3E4
(245,243,228)
#F8F6ED
(248,246,237)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDB9C; }

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

This text font color is #DDDB9C.


Background Color

.myBgColor { background-color: #DDDB9C; }

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

This div background color is #DDDB9C.


Border color

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

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

This div border color is #DDDB9C.


Opacity

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

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

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

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

This text has shadow with #DDDB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDB9C on black background.


Color preview on white background

This text has color #DDDB9C on white background.



Black color preview on #DDDB9C background

This text has black color on #DDDB9C background.


White color preview on #DDDB9C background

This text has white color on #DDDB9C background.