COLOR #D9CF87

HEX: #D9CF87
RGB: (217,207,135)

Color info

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

RGB color model

#D9CF87 color RGB value is (217,207,135).

  • red value is 217;
  • green value is 207;
  • blue value is 135.
RGB:
(217,207,135)
(85%,81%,53%)

RGB channels and saturation

R 217 of 255 = 85%
G 207 of 255 = 81%
B 135 of 255 = 53%

217
207
135

R + G + B ~ 73%. #D9CF87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 207 + 135 = 559 (100%)
R 217 of 559 ~ 38.82%
G 207 of 559 ~ 37.03%
B 135 of 559 ~ 24.15%

%38.82
%37.03
%24.15

CMYK color model

#D9CF87 color CMYK value is (0,5,38,15).

  • cyan value is 0.00%
  • magenta value is 4.61%
  • yellow value is 37.79%
  • key color value is 14.90%
CMYK:
(0,5,38,15)
C0M5Y38K15 
(0%,5%,38%,15%)
(0.00/0.05/0.38/0.15)	

CMYK percentages

%0
%4.61
%37.79
%14.9

Codes

Color #D9CF87 in popluar color models

D9CF87
RGB217207135
HSL53°51.90%69.02%
HSB/HSV53°37.79%85.10%
CMYK0.00%4.61%37.79%
14.90%

Color #D9CF87 in popluar number systems.

HEXD9CF87
Decimal217207135
Binary110110011100111110000111
Octal331317207

Shades and tints

Shades of #D9CF87

#D9CF87
(217,207,135)
#C6BD7B
(198,189,123)
#B3AB6F
(179,171,111)
#A09963
(160,153,99)
#8D8757
(141,135,87)
#7A754B
(122,117,75)
#67633F
(103,99,63)
#545133
(84,81,51)
#413F27
(65,63,39)
#2E2D1B
(46,45,27)
#1B1B0F
(27,27,15)
#000000
(0,0,0)

Tints of #D9CF87

#D9CF87
(217,207,135)
#DCD391
(220,211,145)
#DFD79B
(223,215,155)
#E2DBA5
(226,219,165)
#E5DFAF
(229,223,175)
#E8E3B9
(232,227,185)
#EBE7C3
(235,231,195)
#EEEBCD
(238,235,205)
#F1EFD7
(241,239,215)
#F4F3E1
(244,243,225)
#F7F7EB
(247,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CF87 color. Also use rgb(217,207,135) instead hex code.

Text Font Color

.myTextColor { color: #D9CF87; }

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

This text font color is #D9CF87.


Background Color

.myBgColor { background-color: #D9CF87; }

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

This div background color is #D9CF87.


Border color

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

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

This div border color is #D9CF87.


Opacity

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

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

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

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

This text has shadow with #D9CF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CF87 on black background.


Color preview on white background

This text has color #D9CF87 on white background.



Black color preview on #D9CF87 background

This text has black color on #D9CF87 background.


White color preview on #D9CF87 background

This text has white color on #D9CF87 background.