COLOR #D0C21C

HEX: #D0C21C
RGB: (208,194,28)

Color info

#D0C21C contains mainly red and green colors. Web safe color of #D0C21C is #CCCC33 (or #CC3).

RGB color model

#D0C21C color RGB value is (208,194,28).

  • red value is 208;
  • green value is 194;
  • blue value is 28.
RGB:
(208,194,28)
(82%,76%,11%)

RGB channels and saturation

R 208 of 255 = 82%
G 194 of 255 = 76%
B 28 of 255 = 11%

208
194
28

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

Portions of RGB colors in percentages

R + G + B =
208 + 194 + 28 = 430 (100%)
R 208 of 430 ~ 48.37%
G 194 of 430 ~ 45.12%
B 28 of 430 ~ 6.51%

%48.37
%45.12

CMYK color model

#D0C21C color CMYK value is (0,7,87,18).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 86.54%
  • key color value is 18.43%
CMYK:
(0,7,87,18)
C0M7Y87K18 
(0%,7%,87%,18%)
(0.00/0.07/0.87/0.18)	

CMYK percentages

%0
%6.73
%86.54
%18.43

Codes

Color #D0C21C in popluar color models

D0C21C
RGB20819428
HSL55°76.27%46.27%
HSB/HSV55°86.54%81.57%
CMYK0.00%6.73%86.54%
18.43%

Color #D0C21C in popluar number systems.

HEXD0C21C
Decimal20819428
Binary110100001100001011100
Octal32030234

Shades and tints

Shades of #D0C21C

#D0C21C
(208,194,28)
#BEB11A
(190,177,26)
#ACA018
(172,160,24)
#9A8F16
(154,143,22)
#887E14
(136,126,20)
#766D12
(118,109,18)
#645C10
(100,92,16)
#524B0E
(82,75,14)
#403A0C
(64,58,12)
#2E290A
(46,41,10)
#1C1808
(28,24,8)
#000000
(0,0,0)

Tints of #D0C21C

#D0C21C
(208,194,28)
#D4C730
(212,199,48)
#D8CC44
(216,204,68)
#DCD158
(220,209,88)
#E0D66C
(224,214,108)
#E4DB80
(228,219,128)
#E8E094
(232,224,148)
#ECE5A8
(236,229,168)
#F0EABC
(240,234,188)
#F4EFD0
(244,239,208)
#F8F4E4
(248,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C21C color. Also use rgb(208,194,28) instead hex code.

Text Font Color

.myTextColor { color: #D0C21C; }

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

This text font color is #D0C21C.


Background Color

.myBgColor { background-color: #D0C21C; }

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

This div background color is #D0C21C.


Border color

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

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

This div border color is #D0C21C.


Opacity

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

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

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

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

This text has shadow with #D0C21C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C21C on black background.


Color preview on white background

This text has color #D0C21C on white background.



Black color preview on #D0C21C background

This text has black color on #D0C21C background.


White color preview on #D0C21C background

This text has white color on #D0C21C background.