COLOR #D7D67D

HEX: #D7D67D
RGB: (215,214,125)

Color info

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

RGB color model

#D7D67D color RGB value is (215,214,125).

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

RGB channels and saturation

R 215 of 255 = 84%
G 214 of 255 = 84%
B 125 of 255 = 49%

215
214
125

R + G + B ~ 72%. #D7D67D is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 214 + 125 = 554 (100%)
R 215 of 554 ~ 38.81%
G 214 of 554 ~ 38.63%
B 125 of 554 ~ 22.56%

%38.81
%38.63
%22.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 41.86%
  • key color value is 15.69%
CMYK:
(0,0,42,16)
C0M0Y42K16 
(0%,0%,42%,16%)
(0.00/0.00/0.42/0.16)	

CMYK percentages

%0
%0.47
%41.86
%15.69

Codes

Color #D7D67D in popluar color models

D7D67D
RGB215214125
HSL59°52.94%66.67%
HSB/HSV59°41.86%84.31%
CMYK0.00%0.47%41.86%
15.69%

Color #D7D67D in popluar number systems.

HEXD7D67D
Decimal215214125
Binary11010111110101101111101
Octal327326175

Shades and tints

Shades of #D7D67D

#D7D67D
(215,214,125)
#C4C372
(196,195,114)
#B1B067
(177,176,103)
#9E9D5C
(158,157,92)
#8B8A51
(139,138,81)
#787746
(120,119,70)
#65643B
(101,100,59)
#525130
(82,81,48)
#3F3E25
(63,62,37)
#2C2B1A
(44,43,26)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #D7D67D

#D7D67D
(215,214,125)
#DAD988
(218,217,136)
#DDDC93
(221,220,147)
#E0DF9E
(224,223,158)
#E3E2A9
(227,226,169)
#E6E5B4
(230,229,180)
#E9E8BF
(233,232,191)
#ECEBCA
(236,235,202)
#EFEED5
(239,238,213)
#F2F1E0
(242,241,224)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D67D; }

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

This text font color is #D7D67D.


Background Color

.myBgColor { background-color: #D7D67D; }

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

This div background color is #D7D67D.


Border color

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

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

This div border color is #D7D67D.


Opacity

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

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

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

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

This text has shadow with #D7D67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D67D on black background.


Color preview on white background

This text has color #D7D67D on white background.



Black color preview on #D7D67D background

This text has black color on #D7D67D background.


White color preview on #D7D67D background

This text has white color on #D7D67D background.