COLOR #D0BC03

HEX: #D0BC03
RGB: (208,188,3)

Color info

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

RGB color model

#D0BC03 color RGB value is (208,188,3).

  • red value is 208;
  • green value is 188;
  • blue value is 3.
RGB:
(208,188,3)
(82%,74%,1%)

RGB channels and saturation

R 208 of 255 = 82%
G 188 of 255 = 74%
B 3 of 255 = 1%

208
188
3

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

Portions of RGB colors in percentages

R + G + B =
208 + 188 + 3 = 399 (100%)
R 208 of 399 ~ 52.13%
G 188 of 399 ~ 47.12%
B 3 of 399 ~ 0.75%

%52.13
%47.12

CMYK color model

#D0BC03 color CMYK value is (0,10,99,18).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 98.56%
  • key color value is 18.43%
CMYK:
(0,10,99,18)
C0M10Y99K18 
(0%,10%,99%,18%)
(0.00/0.10/0.99/0.18)	

CMYK percentages

%0
%9.62
%98.56
%18.43

Codes

Color #D0BC03 in popluar color models

D0BC03
RGB2081883
HSL54°97.16%41.37%
HSB/HSV54°98.56%81.57%
CMYK0.00%9.62%98.56%
18.43%

Color #D0BC03 in popluar number systems.

HEXD0BC03
Decimal2081883
Binary110100001011110011
Octal3202743

Shades and tints

Shades of #D0BC03

#D0BC03
(208,188,3)
#BEAB03
(190,171,3)
#AC9A03
(172,154,3)
#9A8903
(154,137,3)
#887803
(136,120,3)
#766703
(118,103,3)
#645603
(100,86,3)
#524503
(82,69,3)
#403403
(64,52,3)
#2E2303
(46,35,3)
#1C1203
(28,18,3)
#000000
(0,0,0)

Tints of #D0BC03

#D0BC03
(208,188,3)
#D4C219
(212,194,25)
#D8C82F
(216,200,47)
#DCCE45
(220,206,69)
#E0D45B
(224,212,91)
#E4DA71
(228,218,113)
#E8E087
(232,224,135)
#ECE69D
(236,230,157)
#F0ECB3
(240,236,179)
#F4F2C9
(244,242,201)
#F8F8DF
(248,248,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BC03 color. Also use rgb(208,188,3) instead hex code.

Text Font Color

.myTextColor { color: #D0BC03; }

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

This text font color is #D0BC03.


Background Color

.myBgColor { background-color: #D0BC03; }

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

This div background color is #D0BC03.


Border color

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

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

This div border color is #D0BC03.


Opacity

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

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

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

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

This text has shadow with #D0BC03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BC03 on black background.


Color preview on white background

This text has color #D0BC03 on white background.



Black color preview on #D0BC03 background

This text has black color on #D0BC03 background.


White color preview on #D0BC03 background

This text has white color on #D0BC03 background.