COLOR #D8D75D

HEX: #D8D75D
RGB: (216,215,93)

Color info

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

RGB color model

#D8D75D color RGB value is (216,215,93).

  • red value is 216;
  • green value is 215;
  • blue value is 93.
RGB:
(216,215,93)
(85%,84%,36%)

RGB channels and saturation

R 216 of 255 = 85%
G 215 of 255 = 84%
B 93 of 255 = 36%

216
215
93

R + G + B ~ 68%. #D8D75D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 215 + 93 = 524 (100%)
R 216 of 524 ~ 41.22%
G 215 of 524 ~ 41.03%
B 93 of 524 ~ 17.75%

%41.22
%41.03
%17.75

CMYK color model

#D8D75D color CMYK value is (0,0,57,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 56.94%
  • key color value is 15.29%
CMYK:
(0,0,57,15)
C0M0Y57K15 
(0%,0%,57%,15%)
(0.00/0.00/0.57/0.15)	

CMYK percentages

%0
%0.46
%56.94
%15.29

Codes

Color #D8D75D in popluar color models

D8D75D
RGB21621593
HSL60°61.19%60.59%
HSB/HSV60°56.94%84.71%
CMYK0.00%0.46%56.94%
15.29%

Color #D8D75D in popluar number systems.

HEXD8D75D
Decimal21621593
Binary11011000110101111011101
Octal330327135

Shades and tints

Shades of #D8D75D

#D8D75D
(216,215,93)
#C5C455
(197,196,85)
#B2B14D
(178,177,77)
#9F9E45
(159,158,69)
#8C8B3D
(140,139,61)
#797835
(121,120,53)
#66652D
(102,101,45)
#535225
(83,82,37)
#403F1D
(64,63,29)
#2D2C15
(45,44,21)
#1A190D
(26,25,13)
#000000
(0,0,0)

Tints of #D8D75D

#D8D75D
(216,215,93)
#DBDA6B
(219,218,107)
#DEDD79
(222,221,121)
#E1E087
(225,224,135)
#E4E395
(228,227,149)
#E7E6A3
(231,230,163)
#EAE9B1
(234,233,177)
#EDECBF
(237,236,191)
#F0EFCD
(240,239,205)
#F3F2DB
(243,242,219)
#F6F5E9
(246,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D75D color. Also use rgb(216,215,93) instead hex code.

Text Font Color

.myTextColor { color: #D8D75D; }

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

This text font color is #D8D75D.


Background Color

.myBgColor { background-color: #D8D75D; }

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

This div background color is #D8D75D.


Border color

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

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

This div border color is #D8D75D.


Opacity

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

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

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

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

This text has shadow with #D8D75D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D75D on black background.


Color preview on white background

This text has color #D8D75D on white background.



Black color preview on #D8D75D background

This text has black color on #D8D75D background.


White color preview on #D8D75D background

This text has white color on #D8D75D background.