COLOR #DCDD87

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

220
221
135

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

Portions of RGB colors in percentages

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

%38.19
%38.37
%23.44

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 0.00%
  • 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.45
%0
%38.91
%13.33

Codes

Color #DCDD87 in popluar color models

DCDD87
RGB220221135
HSL61°55.84%69.80%
HSB/HSV61°38.91%86.67%
CMYK0.45%0.00%38.91%
13.33%

Color #DCDD87 in popluar number systems.

HEXDCDD87
Decimal220221135
Binary110111001101110110000111
Octal334335207

Shades and tints

Shades of #DCDD87

#DCDD87
(220,221,135)
#C8C97B
(200,201,123)
#B4B56F
(180,181,111)
#A0A163
(160,161,99)
#8C8D57
(140,141,87)
#78794B
(120,121,75)
#64653F
(100,101,63)
#505133
(80,81,51)
#3C3D27
(60,61,39)
#28291B
(40,41,27)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #DCDD87

#DCDD87
(220,221,135)
#DFE091
(223,224,145)
#E2E39B
(226,227,155)
#E5E6A5
(229,230,165)
#E8E9AF
(232,233,175)
#EBECB9
(235,236,185)
#EEEFC3
(238,239,195)
#F1F2CD
(241,242,205)
#F4F5D7
(244,245,215)
#F7F8E1
(247,248,225)
#FAFBEB
(250,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDD87; }

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

This text font color is #DCDD87.


Background Color

.myBgColor { background-color: #DCDD87; }

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

This div background color is #DCDD87.


Border color

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

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

This div border color is #DCDD87.


Opacity

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

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

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

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

This text has shadow with #DCDD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDD87 on black background.


Color preview on white background

This text has color #DCDD87 on white background.



Black color preview on #DCDD87 background

This text has black color on #DCDD87 background.


White color preview on #DCDD87 background

This text has white color on #DCDD87 background.