COLOR #DCC587

HEX: #DCC587
RGB: (220,197,135)

Color info

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

RGB color model

#DCC587 color RGB value is (220,197,135).

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

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 135 of 255 = 53%

220
197
135

R + G + B ~ 72%. #DCC587 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 135 = 552 (100%)
R 220 of 552 ~ 39.86%
G 197 of 552 ~ 35.69%
B 135 of 552 ~ 24.46%

%39.86
%35.69
%24.46

CMYK color model

#DCC587 color CMYK value is (0,10,39,14).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 38.64%
  • key color value is 13.73%
CMYK:
(0,10,39,14)
C0M10Y39K14 
(0%,10%,39%,14%)
(0.00/0.10/0.39/0.14)	

CMYK percentages

%0
%10.45
%38.64
%13.73

Codes

Color #DCC587 in popluar color models

DCC587
RGB220197135
HSL44°54.84%69.61%
HSB/HSV44°38.64%86.27%
CMYK0.00%10.45%38.64%
13.73%

Color #DCC587 in popluar number systems.

HEXDCC587
Decimal220197135
Binary110111001100010110000111
Octal334305207

Shades and tints

Shades of #DCC587

#DCC587
(220,197,135)
#C8B47B
(200,180,123)
#B4A36F
(180,163,111)
#A09263
(160,146,99)
#8C8157
(140,129,87)
#78704B
(120,112,75)
#645F3F
(100,95,63)
#504E33
(80,78,51)
#3C3D27
(60,61,39)
#282C1B
(40,44,27)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #DCC587

#DCC587
(220,197,135)
#DFCA91
(223,202,145)
#E2CF9B
(226,207,155)
#E5D4A5
(229,212,165)
#E8D9AF
(232,217,175)
#EBDEB9
(235,222,185)
#EEE3C3
(238,227,195)
#F1E8CD
(241,232,205)
#F4EDD7
(244,237,215)
#F7F2E1
(247,242,225)
#FAF7EB
(250,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC587; }

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

This text font color is #DCC587.


Background Color

.myBgColor { background-color: #DCC587; }

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

This div background color is #DCC587.


Border color

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

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

This div border color is #DCC587.


Opacity

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

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

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

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

This text has shadow with #DCC587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC587 on black background.


Color preview on white background

This text has color #DCC587 on white background.



Black color preview on #DCC587 background

This text has black color on #DCC587 background.


White color preview on #DCC587 background

This text has white color on #DCC587 background.