COLOR #D0C800

HEX: #D0C800
RGB: (208,200,0)

Color info

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

RGB color model

#D0C800 color RGB value is (208,200,0).

  • red value is 208;
  • green value is 200;
  • blue value is 0.
RGB:
(208,200,0)
(82%,78%,0%)

RGB channels and saturation

R 208 of 255 = 82%
G 200 of 255 = 78%
B 0 of 255 = 0%

208
200
0

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

Portions of RGB colors in percentages

R + G + B =
208 + 200 + 0 = 408 (100%)
R 208 of 408 ~ 50.98%
G 200 of 408 ~ 49.02%
B 0 of 408 ~ 0%

%50.98
%49.02

CMYK color model

#D0C800 color CMYK value is (0,4,100,18).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 100.00%
  • key color value is 18.43%
CMYK:
(0,4,100,18)
C0M4Y100K18 
(0%,4%,100%,18%)
(0.00/0.04/1.00/0.18)	

CMYK percentages

%0
%3.85
%100
%18.43

Codes

Color #D0C800 in popluar color models

D0C800
RGB2082000
HSL58°100.00%40.78%
HSB/HSV58°100.00%81.57%
CMYK0.00%3.85%100.00%
18.43%

Color #D0C800 in popluar number systems.

HEXD0C800
Decimal2082000
Binary11010000110010000
Octal3203100

Shades and tints

Shades of #D0C800

#D0C800
(208,200,0)
#BEB600
(190,182,0)
#ACA400
(172,164,0)
#9A9200
(154,146,0)
#888000
(136,128,0)
#766E00
(118,110,0)
#645C00
(100,92,0)
#524A00
(82,74,0)
#403800
(64,56,0)
#2E2600
(46,38,0)
#1C1400
(28,20,0)
#000000
(0,0,0)

Tints of #D0C800

#D0C800
(208,200,0)
#D4CD17
(212,205,23)
#D8D22E
(216,210,46)
#DCD745
(220,215,69)
#E0DC5C
(224,220,92)
#E4E173
(228,225,115)
#E8E68A
(232,230,138)
#ECEBA1
(236,235,161)
#F0F0B8
(240,240,184)
#F4F5CF
(244,245,207)
#F8FAE6
(248,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C800 color. Also use rgb(208,200,0) instead hex code.

Text Font Color

.myTextColor { color: #D0C800; }

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

This text font color is #D0C800.


Background Color

.myBgColor { background-color: #D0C800; }

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

This div background color is #D0C800.


Border color

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

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

This div border color is #D0C800.


Opacity

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

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

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

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

This text has shadow with #D0C800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C800 on black background.


Color preview on white background

This text has color #D0C800 on white background.



Black color preview on #D0C800 background

This text has black color on #D0C800 background.


White color preview on #D0C800 background

This text has white color on #D0C800 background.