COLOR #D7D084

HEX: #D7D084
RGB: (215,208,132)

Color info

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

RGB color model

#D7D084 color RGB value is (215,208,132).

  • red value is 215;
  • green value is 208;
  • blue value is 132.
RGB:
(215,208,132)
(84%,82%,52%)

RGB channels and saturation

R 215 of 255 = 84%
G 208 of 255 = 82%
B 132 of 255 = 52%

215
208
132

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

Portions of RGB colors in percentages

R + G + B =
215 + 208 + 132 = 555 (100%)
R 215 of 555 ~ 38.74%
G 208 of 555 ~ 37.48%
B 132 of 555 ~ 23.78%

%38.74
%37.48
%23.78

CMYK color model

#D7D084 color CMYK value is (0,3,39,16).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 38.60%
  • key color value is 15.69%
CMYK:
(0,3,39,16)
C0M3Y39K16 
(0%,3%,39%,16%)
(0.00/0.03/0.39/0.16)	

CMYK percentages

%0
%3.26
%38.6
%15.69

Codes

Color #D7D084 in popluar color models

D7D084
RGB215208132
HSL55°50.92%68.04%
HSB/HSV55°38.60%84.31%
CMYK0.00%3.26%38.60%
15.69%

Color #D7D084 in popluar number systems.

HEXD7D084
Decimal215208132
Binary110101111101000010000100
Octal327320204

Shades and tints

Shades of #D7D084

#D7D084
(215,208,132)
#C4BE78
(196,190,120)
#B1AC6C
(177,172,108)
#9E9A60
(158,154,96)
#8B8854
(139,136,84)
#787648
(120,118,72)
#65643C
(101,100,60)
#525230
(82,82,48)
#3F4024
(63,64,36)
#2C2E18
(44,46,24)
#191C0C
(25,28,12)
#000000
(0,0,0)

Tints of #D7D084

#D7D084
(215,208,132)
#DAD48F
(218,212,143)
#DDD89A
(221,216,154)
#E0DCA5
(224,220,165)
#E3E0B0
(227,224,176)
#E6E4BB
(230,228,187)
#E9E8C6
(233,232,198)
#ECECD1
(236,236,209)
#EFF0DC
(239,240,220)
#F2F4E7
(242,244,231)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D084 color. Also use rgb(215,208,132) instead hex code.

Text Font Color

.myTextColor { color: #D7D084; }

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

This text font color is #D7D084.


Background Color

.myBgColor { background-color: #D7D084; }

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

This div background color is #D7D084.


Border color

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

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

This div border color is #D7D084.


Opacity

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

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

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

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

This text has shadow with #D7D084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D084 on black background.


Color preview on white background

This text has color #D7D084 on white background.



Black color preview on #D7D084 background

This text has black color on #D7D084 background.


White color preview on #D7D084 background

This text has white color on #D7D084 background.