COLOR #D7C87D

HEX: #D7C87D
RGB: (215,200,125)

Color info

#D7C87D contains mainly red and green colors. Web safe color of #D7C87D is #CCCC66 (or #CC6).

RGB color model

#D7C87D color RGB value is (215,200,125).

  • red value is 215;
  • green value is 200;
  • blue value is 125.
RGB:
(215,200,125)
(84%,78%,49%)

RGB channels and saturation

R 215 of 255 = 84%
G 200 of 255 = 78%
B 125 of 255 = 49%

215
200
125

R + G + B ~ 70%. #D7C87D is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 125 = 540 (100%)
R 215 of 540 ~ 39.81%
G 200 of 540 ~ 37.04%
B 125 of 540 ~ 23.15%

%39.81
%37.04
%23.15

CMYK color model

#D7C87D color CMYK value is (0,7,42,16).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 41.86%
  • key color value is 15.69%
CMYK:
(0,7,42,16)
C0M7Y42K16 
(0%,7%,42%,16%)
(0.00/0.07/0.42/0.16)	

CMYK percentages

%0
%6.98
%41.86
%15.69

Codes

Color #D7C87D in popluar color models

D7C87D
RGB215200125
HSL50°52.94%66.67%
HSB/HSV50°41.86%84.31%
CMYK0.00%6.98%41.86%
15.69%

Color #D7C87D in popluar number systems.

HEXD7C87D
Decimal215200125
Binary11010111110010001111101
Octal327310175

Shades and tints

Shades of #D7C87D

#D7C87D
(215,200,125)
#C4B672
(196,182,114)
#B1A467
(177,164,103)
#9E925C
(158,146,92)
#8B8051
(139,128,81)
#786E46
(120,110,70)
#655C3B
(101,92,59)
#524A30
(82,74,48)
#3F3825
(63,56,37)
#2C261A
(44,38,26)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #D7C87D

#D7C87D
(215,200,125)
#DACD88
(218,205,136)
#DDD293
(221,210,147)
#E0D79E
(224,215,158)
#E3DCA9
(227,220,169)
#E6E1B4
(230,225,180)
#E9E6BF
(233,230,191)
#ECEBCA
(236,235,202)
#EFF0D5
(239,240,213)
#F2F5E0
(242,245,224)
#F5FAEB
(245,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C87D color. Also use rgb(215,200,125) instead hex code.

Text Font Color

.myTextColor { color: #D7C87D; }

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

This text font color is #D7C87D.


Background Color

.myBgColor { background-color: #D7C87D; }

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

This div background color is #D7C87D.


Border color

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

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

This div border color is #D7C87D.


Opacity

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

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

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

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

This text has shadow with #D7C87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C87D on black background.


Color preview on white background

This text has color #D7C87D on white background.



Black color preview on #D7C87D background

This text has black color on #D7C87D background.


White color preview on #D7C87D background

This text has white color on #D7C87D background.