COLOR #D7C982

HEX: #D7C982
RGB: (215,201,130)

Color info

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

RGB color model

#D7C982 color RGB value is (215,201,130).

  • red value is 215;
  • green value is 201;
  • blue value is 130.
RGB:
(215,201,130)
(84%,79%,51%)

RGB channels and saturation

R 215 of 255 = 84%
G 201 of 255 = 79%
B 130 of 255 = 51%

215
201
130

R + G + B ~ 71%. #D7C982 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 201 + 130 = 546 (100%)
R 215 of 546 ~ 39.38%
G 201 of 546 ~ 36.81%
B 130 of 546 ~ 23.81%

%39.38
%36.81
%23.81

CMYK color model

#D7C982 color CMYK value is (0,7,40,16).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 39.53%
  • key color value is 15.69%
CMYK:
(0,7,40,16)
C0M7Y40K16 
(0%,7%,40%,16%)
(0.00/0.07/0.40/0.16)	

CMYK percentages

%0
%6.51
%39.53
%15.69

Codes

Color #D7C982 in popluar color models

D7C982
RGB215201130
HSL50°51.52%67.65%
HSB/HSV50°39.53%84.31%
CMYK0.00%6.51%39.53%
15.69%

Color #D7C982 in popluar number systems.

HEXD7C982
Decimal215201130
Binary110101111100100110000010
Octal327311202

Shades and tints

Shades of #D7C982

#D7C982
(215,201,130)
#C4B777
(196,183,119)
#B1A56C
(177,165,108)
#9E9361
(158,147,97)
#8B8156
(139,129,86)
#786F4B
(120,111,75)
#655D40
(101,93,64)
#524B35
(82,75,53)
#3F392A
(63,57,42)
#2C271F
(44,39,31)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #D7C982

#D7C982
(215,201,130)
#DACD8D
(218,205,141)
#DDD198
(221,209,152)
#E0D5A3
(224,213,163)
#E3D9AE
(227,217,174)
#E6DDB9
(230,221,185)
#E9E1C4
(233,225,196)
#ECE5CF
(236,229,207)
#EFE9DA
(239,233,218)
#F2EDE5
(242,237,229)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C982 color. Also use rgb(215,201,130) instead hex code.

Text Font Color

.myTextColor { color: #D7C982; }

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

This text font color is #D7C982.


Background Color

.myBgColor { background-color: #D7C982; }

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

This div background color is #D7C982.


Border color

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

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

This div border color is #D7C982.


Opacity

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

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

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

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

This text has shadow with #D7C982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C982 on black background.


Color preview on white background

This text has color #D7C982 on white background.



Black color preview on #D7C982 background

This text has black color on #D7C982 background.


White color preview on #D7C982 background

This text has white color on #D7C982 background.