COLOR #D0C104

HEX: #D0C104
RGB: (208,193,4)

Color info

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

RGB color model

#D0C104 color RGB value is (208,193,4).

  • red value is 208;
  • green value is 193;
  • blue value is 4.
RGB:
(208,193,4)
(82%,76%,2%)

RGB channels and saturation

R 208 of 255 = 82%
G 193 of 255 = 76%
B 4 of 255 = 2%

208
193
4

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

Portions of RGB colors in percentages

R + G + B =
208 + 193 + 4 = 405 (100%)
R 208 of 405 ~ 51.36%
G 193 of 405 ~ 47.65%
B 4 of 405 ~ 0.99%

%51.36
%47.65

CMYK color model

#D0C104 color CMYK value is (0,7,98,18).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 98.08%
  • key color value is 18.43%
CMYK:
(0,7,98,18)
C0M7Y98K18 
(0%,7%,98%,18%)
(0.00/0.07/0.98/0.18)	

CMYK percentages

%0
%7.21
%98.08
%18.43

Codes

Color #D0C104 in popluar color models

D0C104
RGB2081934
HSL56°96.23%41.57%
HSB/HSV56°98.08%81.57%
CMYK0.00%7.21%98.08%
18.43%

Color #D0C104 in popluar number systems.

HEXD0C104
Decimal2081934
Binary1101000011000001100
Octal3203014

Shades and tints

Shades of #D0C104

#D0C104
(208,193,4)
#BEB004
(190,176,4)
#AC9F04
(172,159,4)
#9A8E04
(154,142,4)
#887D04
(136,125,4)
#766C04
(118,108,4)
#645B04
(100,91,4)
#524A04
(82,74,4)
#403904
(64,57,4)
#2E2804
(46,40,4)
#1C1704
(28,23,4)
#000000
(0,0,0)

Tints of #D0C104

#D0C104
(208,193,4)
#D4C61A
(212,198,26)
#D8CB30
(216,203,48)
#DCD046
(220,208,70)
#E0D55C
(224,213,92)
#E4DA72
(228,218,114)
#E8DF88
(232,223,136)
#ECE49E
(236,228,158)
#F0E9B4
(240,233,180)
#F4EECA
(244,238,202)
#F8F3E0
(248,243,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C104 color. Also use rgb(208,193,4) instead hex code.

Text Font Color

.myTextColor { color: #D0C104; }

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

This text font color is #D0C104.


Background Color

.myBgColor { background-color: #D0C104; }

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

This div background color is #D0C104.


Border color

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

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

This div border color is #D0C104.


Opacity

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

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

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

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

This text has shadow with #D0C104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C104 on black background.


Color preview on white background

This text has color #D0C104 on white background.



Black color preview on #D0C104 background

This text has black color on #D0C104 background.


White color preview on #D0C104 background

This text has white color on #D0C104 background.