COLOR #D0CB15

HEX: #D0CB15
RGB: (208,203,21)

Color info

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

RGB color model

#D0CB15 color RGB value is (208,203,21).

  • red value is 208;
  • green value is 203;
  • blue value is 21.
RGB:
(208,203,21)
(82%,80%,8%)

RGB channels and saturation

R 208 of 255 = 82%
G 203 of 255 = 80%
B 21 of 255 = 8%

208
203
21

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

Portions of RGB colors in percentages

R + G + B =
208 + 203 + 21 = 432 (100%)
R 208 of 432 ~ 48.15%
G 203 of 432 ~ 46.99%
B 21 of 432 ~ 4.86%

%48.15
%46.99

CMYK color model

#D0CB15 color CMYK value is (0,2,90,18).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 89.90%
  • key color value is 18.43%
CMYK:
(0,2,90,18)
C0M2Y90K18 
(0%,2%,90%,18%)
(0.00/0.02/0.90/0.18)	

CMYK percentages

%0
%2.4
%89.9
%18.43

Codes

Color #D0CB15 in popluar color models

D0CB15
RGB20820321
HSL58°81.66%44.90%
HSB/HSV58°89.90%81.57%
CMYK0.00%2.40%89.90%
18.43%

Color #D0CB15 in popluar number systems.

HEXD0CB15
Decimal20820321
Binary110100001100101110101
Octal32031325

Shades and tints

Shades of #D0CB15

#D0CB15
(208,203,21)
#BEB914
(190,185,20)
#ACA713
(172,167,19)
#9A9512
(154,149,18)
#888311
(136,131,17)
#767110
(118,113,16)
#645F0F
(100,95,15)
#524D0E
(82,77,14)
#403B0D
(64,59,13)
#2E290C
(46,41,12)
#1C170B
(28,23,11)
#000000
(0,0,0)

Tints of #D0CB15

#D0CB15
(208,203,21)
#D4CF2A
(212,207,42)
#D8D33F
(216,211,63)
#DCD754
(220,215,84)
#E0DB69
(224,219,105)
#E4DF7E
(228,223,126)
#E8E393
(232,227,147)
#ECE7A8
(236,231,168)
#F0EBBD
(240,235,189)
#F4EFD2
(244,239,210)
#F8F3E7
(248,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CB15 color. Also use rgb(208,203,21) instead hex code.

Text Font Color

.myTextColor { color: #D0CB15; }

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

This text font color is #D0CB15.


Background Color

.myBgColor { background-color: #D0CB15; }

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

This div background color is #D0CB15.


Border color

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

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

This div border color is #D0CB15.


Opacity

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

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

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

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

This text has shadow with #D0CB15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CB15 on black background.


Color preview on white background

This text has color #D0CB15 on white background.



Black color preview on #D0CB15 background

This text has black color on #D0CB15 background.


White color preview on #D0CB15 background

This text has white color on #D0CB15 background.