COLOR #D8D615

HEX: #D8D615
RGB: (216,214,21)

Color info

#D8D615 contains mainly red and green colors. Web safe color of #D8D615 is #CCCC00 (or #CC0).

RGB color model

#D8D615 color RGB value is (216,214,21).

  • red value is 216;
  • green value is 214;
  • blue value is 21.
RGB:
(216,214,21)
(85%,84%,8%)

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 21 of 255 = 8%

216
214
21

R + G + B ~ 59%. #D8D615 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 214 + 21 = 451 (100%)
R 216 of 451 ~ 47.89%
G 214 of 451 ~ 47.45%
B 21 of 451 ~ 4.66%

%47.89
%47.45

CMYK color model

#D8D615 color CMYK value is (0,1,90,15).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 90.28%
  • key color value is 15.29%
CMYK:
(0,1,90,15)
C0M1Y90K15 
(0%,1%,90%,15%)
(0.00/0.01/0.90/0.15)	

CMYK percentages

%0
%0.93
%90.28
%15.29

Codes

Color #D8D615 in popluar color models

D8D615
RGB21621421
HSL59°82.28%46.47%
HSB/HSV59°90.28%84.71%
CMYK0.00%0.93%90.28%
15.29%

Color #D8D615 in popluar number systems.

HEXD8D615
Decimal21621421
Binary110110001101011010101
Octal33032625

Shades and tints

Shades of #D8D615

#D8D615
(216,214,21)
#C5C314
(197,195,20)
#B2B013
(178,176,19)
#9F9D12
(159,157,18)
#8C8A11
(140,138,17)
#797710
(121,119,16)
#66640F
(102,100,15)
#53510E
(83,81,14)
#403E0D
(64,62,13)
#2D2B0C
(45,43,12)
#1A180B
(26,24,11)
#000000
(0,0,0)

Tints of #D8D615

#D8D615
(216,214,21)
#DBD92A
(219,217,42)
#DEDC3F
(222,220,63)
#E1DF54
(225,223,84)
#E4E269
(228,226,105)
#E7E57E
(231,229,126)
#EAE893
(234,232,147)
#EDEBA8
(237,235,168)
#F0EEBD
(240,238,189)
#F3F1D2
(243,241,210)
#F6F4E7
(246,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D615 color. Also use rgb(216,214,21) instead hex code.

Text Font Color

.myTextColor { color: #D8D615; }

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

This text font color is #D8D615.


Background Color

.myBgColor { background-color: #D8D615; }

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

This div background color is #D8D615.


Border color

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

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

This div border color is #D8D615.


Opacity

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

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

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

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

This text has shadow with #D8D615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D615 on black background.


Color preview on white background

This text has color #D8D615 on white background.



Black color preview on #D8D615 background

This text has black color on #D8D615 background.


White color preview on #D8D615 background

This text has white color on #D8D615 background.