COLOR #D0B400

HEX: #D0B400
RGB: (208,180,0)

Color info

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

RGB color model

#D0B400 color RGB value is (208,180,0).

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

RGB channels and saturation

R 208 of 255 = 82%
G 180 of 255 = 71%
B 0 of 255 = 0%

208
180
0

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

Portions of RGB colors in percentages

R + G + B =
208 + 180 + 0 = 388 (100%)
R 208 of 388 ~ 53.61%
G 180 of 388 ~ 46.39%
B 0 of 388 ~ 0%

%53.61
%46.39

CMYK color model

#D0B400 color CMYK value is (0,13,100,18).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 100.00%
  • key color value is 18.43%
CMYK:
(0,13,100,18)
C0M13Y100K18 
(0%,13%,100%,18%)
(0.00/0.13/1.00/0.18)	

CMYK percentages

%0
%13.46
%100
%18.43

Codes

Color #D0B400 in popluar color models

D0B400
RGB2081800
HSL52°100.00%40.78%
HSB/HSV52°100.00%81.57%
CMYK0.00%13.46%100.00%
18.43%

Color #D0B400 in popluar number systems.

HEXD0B400
Decimal2081800
Binary11010000101101000
Octal3202640

Shades and tints

Shades of #D0B400

#D0B400
(208,180,0)
#BEA400
(190,164,0)
#AC9400
(172,148,0)
#9A8400
(154,132,0)
#887400
(136,116,0)
#766400
(118,100,0)
#645400
(100,84,0)
#524400
(82,68,0)
#403400
(64,52,0)
#2E2400
(46,36,0)
#1C1400
(28,20,0)
#000000
(0,0,0)

Tints of #D0B400

#D0B400
(208,180,0)
#D4BA17
(212,186,23)
#D8C02E
(216,192,46)
#DCC645
(220,198,69)
#E0CC5C
(224,204,92)
#E4D273
(228,210,115)
#E8D88A
(232,216,138)
#ECDEA1
(236,222,161)
#F0E4B8
(240,228,184)
#F4EACF
(244,234,207)
#F8F0E6
(248,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B400; }

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

This text font color is #D0B400.


Background Color

.myBgColor { background-color: #D0B400; }

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

This div background color is #D0B400.


Border color

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

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

This div border color is #D0B400.


Opacity

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

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

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

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

This text has shadow with #D0B400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B400 on black background.


Color preview on white background

This text has color #D0B400 on white background.



Black color preview on #D0B400 background

This text has black color on #D0B400 background.


White color preview on #D0B400 background

This text has white color on #D0B400 background.