COLOR #DDDC9D

HEX: #DDDC9D
RGB: (221,220,157)

Color info

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

RGB color model

#DDDC9D color RGB value is (221,220,157).

  • red value is 221;
  • green value is 220;
  • blue value is 157.
RGB:
(221,220,157)
(87%,86%,62%)

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 157 of 255 = 62%

221
220
157

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

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 157 = 598 (100%)
R 221 of 598 ~ 36.96%
G 220 of 598 ~ 36.79%
B 157 of 598 ~ 26.25%

%36.96
%36.79
%26.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 28.96%
  • key color value is 13.33%
CMYK:
(0,0,29,13)
C0M0Y29K13 
(0%,0%,29%,13%)
(0.00/0.00/0.29/0.13)	

CMYK percentages

%0
%0.45
%28.96
%13.33

Codes

Color #DDDC9D in popluar color models

DDDC9D
RGB221220157
HSL59°48.48%74.12%
HSB/HSV59°28.96%86.67%
CMYK0.00%0.45%28.96%
13.33%

Color #DDDC9D in popluar number systems.

HEXDDDC9D
Decimal221220157
Binary110111011101110010011101
Octal335334235

Shades and tints

Shades of #DDDC9D

#DDDC9D
(221,220,157)
#C9C88F
(201,200,143)
#B5B481
(181,180,129)
#A1A073
(161,160,115)
#8D8C65
(141,140,101)
#797857
(121,120,87)
#656449
(101,100,73)
#51503B
(81,80,59)
#3D3C2D
(61,60,45)
#29281F
(41,40,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #DDDC9D

#DDDC9D
(221,220,157)
#E0DFA5
(224,223,165)
#E3E2AD
(227,226,173)
#E6E5B5
(230,229,181)
#E9E8BD
(233,232,189)
#ECEBC5
(236,235,197)
#EFEECD
(239,238,205)
#F2F1D5
(242,241,213)
#F5F4DD
(245,244,221)
#F8F7E5
(248,247,229)
#FBFAED
(251,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDC9D color. Also use rgb(221,220,157) instead hex code.

Text Font Color

.myTextColor { color: #DDDC9D; }

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

This text font color is #DDDC9D.


Background Color

.myBgColor { background-color: #DDDC9D; }

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

This div background color is #DDDC9D.


Border color

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

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

This div border color is #DDDC9D.


Opacity

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

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

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

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

This text has shadow with #DDDC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDC9D on black background.


Color preview on white background

This text has color #DDDC9D on white background.



Black color preview on #DDDC9D background

This text has black color on #DDDC9D background.


White color preview on #DDDC9D background

This text has white color on #DDDC9D background.