COLOR #D8CE08

HEX: #D8CE08
RGB: (216,206,8)

Color info

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

RGB color model

#D8CE08 color RGB value is (216,206,8).

  • red value is 216;
  • green value is 206;
  • blue value is 8.
RGB:
(216,206,8)
(85%,81%,3%)

RGB channels and saturation

R 216 of 255 = 85%
G 206 of 255 = 81%
B 8 of 255 = 3%

216
206
8

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

Portions of RGB colors in percentages

R + G + B =
216 + 206 + 8 = 430 (100%)
R 216 of 430 ~ 50.23%
G 206 of 430 ~ 47.91%
B 8 of 430 ~ 1.86%

%50.23
%47.91

CMYK color model

#D8CE08 color CMYK value is (0,5,96,15).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 96.30%
  • key color value is 15.29%
CMYK:
(0,5,96,15)
C0M5Y96K15 
(0%,5%,96%,15%)
(0.00/0.05/0.96/0.15)	

CMYK percentages

%0
%4.63
%96.3
%15.29

Codes

Color #D8CE08 in popluar color models

D8CE08
RGB2162068
HSL57°92.86%43.92%
HSB/HSV57°96.30%84.71%
CMYK0.00%4.63%96.30%
15.29%

Color #D8CE08 in popluar number systems.

HEXD8CE08
Decimal2162068
Binary11011000110011101000
Octal33031610

Shades and tints

Shades of #D8CE08

#D8CE08
(216,206,8)
#C5BC08
(197,188,8)
#B2AA08
(178,170,8)
#9F9808
(159,152,8)
#8C8608
(140,134,8)
#797408
(121,116,8)
#666208
(102,98,8)
#535008
(83,80,8)
#403E08
(64,62,8)
#2D2C08
(45,44,8)
#1A1A08
(26,26,8)
#000000
(0,0,0)

Tints of #D8CE08

#D8CE08
(216,206,8)
#DBD21E
(219,210,30)
#DED634
(222,214,52)
#E1DA4A
(225,218,74)
#E4DE60
(228,222,96)
#E7E276
(231,226,118)
#EAE68C
(234,230,140)
#EDEAA2
(237,234,162)
#F0EEB8
(240,238,184)
#F3F2CE
(243,242,206)
#F6F6E4
(246,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CE08 color. Also use rgb(216,206,8) instead hex code.

Text Font Color

.myTextColor { color: #D8CE08; }

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

This text font color is #D8CE08.


Background Color

.myBgColor { background-color: #D8CE08; }

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

This div background color is #D8CE08.


Border color

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

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

This div border color is #D8CE08.


Opacity

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

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

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

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

This text has shadow with #D8CE08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CE08 on black background.


Color preview on white background

This text has color #D8CE08 on white background.



Black color preview on #D8CE08 background

This text has black color on #D8CE08 background.


White color preview on #D8CE08 background

This text has white color on #D8CE08 background.