COLOR #DDDC87

HEX: #DDDC87
RGB: (221,220,135)

Color info

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

RGB color model

#DDDC87 color RGB value is (221,220,135).

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

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 135 of 255 = 53%

221
220
135

R + G + B ~ 75%. #DDDC87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 135 = 576 (100%)
R 221 of 576 ~ 38.37%
G 220 of 576 ~ 38.19%
B 135 of 576 ~ 23.44%

%38.37
%38.19
%23.44

CMYK color model

#DDDC87 color CMYK value is (0,0,39,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 38.91%
  • key color value is 13.33%
CMYK:
(0,0,39,13)
C0M0Y39K13 
(0%,0%,39%,13%)
(0.00/0.00/0.39/0.13)	

CMYK percentages

%0
%0.45
%38.91
%13.33

Codes

Color #DDDC87 in popluar color models

DDDC87
RGB221220135
HSL59°55.84%69.80%
HSB/HSV59°38.91%86.67%
CMYK0.00%0.45%38.91%
13.33%

Color #DDDC87 in popluar number systems.

HEXDDDC87
Decimal221220135
Binary110111011101110010000111
Octal335334207

Shades and tints

Shades of #DDDC87

#DDDC87
(221,220,135)
#C9C87B
(201,200,123)
#B5B46F
(181,180,111)
#A1A063
(161,160,99)
#8D8C57
(141,140,87)
#79784B
(121,120,75)
#65643F
(101,100,63)
#515033
(81,80,51)
#3D3C27
(61,60,39)
#29281B
(41,40,27)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #DDDC87

#DDDC87
(221,220,135)
#E0DF91
(224,223,145)
#E3E29B
(227,226,155)
#E6E5A5
(230,229,165)
#E9E8AF
(233,232,175)
#ECEBB9
(236,235,185)
#EFEEC3
(239,238,195)
#F2F1CD
(242,241,205)
#F5F4D7
(245,244,215)
#F8F7E1
(248,247,225)
#FBFAEB
(251,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDC87; }

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

This text font color is #DDDC87.


Background Color

.myBgColor { background-color: #DDDC87; }

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

This div background color is #DDDC87.


Border color

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

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

This div border color is #DDDC87.


Opacity

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

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

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

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

This text has shadow with #DDDC87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDC87 on black background.


Color preview on white background

This text has color #DDDC87 on white background.



Black color preview on #DDDC87 background

This text has black color on #DDDC87 background.


White color preview on #DDDC87 background

This text has white color on #DDDC87 background.