COLOR #D0B131

HEX: #D0B131
RGB: (208,177,49)

Color info

#D0B131 contains mainly red and green colors. Web safe color of #D0B131 is #CC9933 (or #C93).

RGB color model

#D0B131 color RGB value is (208,177,49).

  • red value is 208;
  • green value is 177;
  • blue value is 49.
RGB:
(208,177,49)
(82%,69%,19%)

RGB channels and saturation

R 208 of 255 = 82%
G 177 of 255 = 69%
B 49 of 255 = 19%

208
177
49

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

Portions of RGB colors in percentages

R + G + B =
208 + 177 + 49 = 434 (100%)
R 208 of 434 ~ 47.93%
G 177 of 434 ~ 40.78%
B 49 of 434 ~ 11.29%

%47.93
%40.78
%11.29

CMYK color model

#D0B131 color CMYK value is (0,15,76,18).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 76.44%
  • key color value is 18.43%
CMYK:
(0,15,76,18)
C0M15Y76K18 
(0%,15%,76%,18%)
(0.00/0.15/0.76/0.18)	

CMYK percentages

%0
%14.9
%76.44
%18.43

Codes

Color #D0B131 in popluar color models

D0B131
RGB20817749
HSL48°62.85%50.39%
HSB/HSV48°76.44%81.57%
CMYK0.00%14.90%76.44%
18.43%

Color #D0B131 in popluar number systems.

HEXD0B131
Decimal20817749
Binary1101000010110001110001
Octal32026161

Shades and tints

Shades of #D0B131

#D0B131
(208,177,49)
#BEA12D
(190,161,45)
#AC9129
(172,145,41)
#9A8125
(154,129,37)
#887121
(136,113,33)
#76611D
(118,97,29)
#645119
(100,81,25)
#524115
(82,65,21)
#403111
(64,49,17)
#2E210D
(46,33,13)
#1C1109
(28,17,9)
#000000
(0,0,0)

Tints of #D0B131

#D0B131
(208,177,49)
#D4B843
(212,184,67)
#D8BF55
(216,191,85)
#DCC667
(220,198,103)
#E0CD79
(224,205,121)
#E4D48B
(228,212,139)
#E8DB9D
(232,219,157)
#ECE2AF
(236,226,175)
#F0E9C1
(240,233,193)
#F4F0D3
(244,240,211)
#F8F7E5
(248,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B131 color. Also use rgb(208,177,49) instead hex code.

Text Font Color

.myTextColor { color: #D0B131; }

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

This text font color is #D0B131.


Background Color

.myBgColor { background-color: #D0B131; }

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

This div background color is #D0B131.


Border color

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

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

This div border color is #D0B131.


Opacity

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

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

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

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

This text has shadow with #D0B131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B131 on black background.


Color preview on white background

This text has color #D0B131 on white background.



Black color preview on #D0B131 background

This text has black color on #D0B131 background.


White color preview on #D0B131 background

This text has white color on #D0B131 background.