COLOR #D7D672

HEX: #D7D672
RGB: (215,214,114)

Color info

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

RGB color model

#D7D672 color RGB value is (215,214,114).

  • red value is 215;
  • green value is 214;
  • blue value is 114.
RGB:
(215,214,114)
(84%,84%,45%)

RGB channels and saturation

R 215 of 255 = 84%
G 214 of 255 = 84%
B 114 of 255 = 45%

215
214
114

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

Portions of RGB colors in percentages

R + G + B =
215 + 214 + 114 = 543 (100%)
R 215 of 543 ~ 39.59%
G 214 of 543 ~ 39.41%
B 114 of 543 ~ 20.99%

%39.59
%39.41
%20.99

CMYK color model

#D7D672 color CMYK value is (0,0,47,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 46.98%
  • key color value is 15.69%
CMYK:
(0,0,47,16)
C0M0Y47K16 
(0%,0%,47%,16%)
(0.00/0.00/0.47/0.16)	

CMYK percentages

%0
%0.47
%46.98
%15.69

Codes

Color #D7D672 in popluar color models

D7D672
RGB215214114
HSL59°55.80%64.51%
HSB/HSV59°46.98%84.31%
CMYK0.00%0.47%46.98%
15.69%

Color #D7D672 in popluar number systems.

HEXD7D672
Decimal215214114
Binary11010111110101101110010
Octal327326162

Shades and tints

Shades of #D7D672

#D7D672
(215,214,114)
#C4C368
(196,195,104)
#B1B05E
(177,176,94)
#9E9D54
(158,157,84)
#8B8A4A
(139,138,74)
#787740
(120,119,64)
#656436
(101,100,54)
#52512C
(82,81,44)
#3F3E22
(63,62,34)
#2C2B18
(44,43,24)
#19180E
(25,24,14)
#000000
(0,0,0)

Tints of #D7D672

#D7D672
(215,214,114)
#DAD97E
(218,217,126)
#DDDC8A
(221,220,138)
#E0DF96
(224,223,150)
#E3E2A2
(227,226,162)
#E6E5AE
(230,229,174)
#E9E8BA
(233,232,186)
#ECEBC6
(236,235,198)
#EFEED2
(239,238,210)
#F2F1DE
(242,241,222)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D672 color. Also use rgb(215,214,114) instead hex code.

Text Font Color

.myTextColor { color: #D7D672; }

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

This text font color is #D7D672.


Background Color

.myBgColor { background-color: #D7D672; }

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

This div background color is #D7D672.


Border color

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

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

This div border color is #D7D672.


Opacity

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

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

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

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

This text has shadow with #D7D672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D672 on black background.


Color preview on white background

This text has color #D7D672 on white background.



Black color preview on #D7D672 background

This text has black color on #D7D672 background.


White color preview on #D7D672 background

This text has white color on #D7D672 background.