COLOR #D0B060

HEX: #D0B060
RGB: (208,176,96)

Color info

#D0B060 contains mainly red and green colors. Web safe color of #D0B060 is #CC9966 (or #C96).

RGB color model

#D0B060 color RGB value is (208,176,96).

  • red value is 208;
  • green value is 176;
  • blue value is 96.
RGB:
(208,176,96)
(82%,69%,38%)

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 96 of 255 = 38%

208
176
96

R + G + B ~ 63%. #D0B060 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 96 = 480 (100%)
R 208 of 480 ~ 43.33%
G 176 of 480 ~ 36.67%
B 96 of 480 ~ 20%

%43.33
%36.67
%20

CMYK color model

#D0B060 color CMYK value is (0,15,54,18).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 53.85%
  • key color value is 18.43%
CMYK:
(0,15,54,18)
C0M15Y54K18 
(0%,15%,54%,18%)
(0.00/0.15/0.54/0.18)	

CMYK percentages

%0
%15.38
%53.85
%18.43

Codes

Color #D0B060 in popluar color models

D0B060
RGB20817696
HSL43°54.37%59.61%
HSB/HSV43°53.85%81.57%
CMYK0.00%15.38%53.85%
18.43%

Color #D0B060 in popluar number systems.

HEXD0B060
Decimal20817696
Binary11010000101100001100000
Octal320260140

Shades and tints

Shades of #D0B060

#D0B060
(208,176,96)
#BEA058
(190,160,88)
#AC9050
(172,144,80)
#9A8048
(154,128,72)
#887040
(136,112,64)
#766038
(118,96,56)
#645030
(100,80,48)
#524028
(82,64,40)
#403020
(64,48,32)
#2E2018
(46,32,24)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #D0B060

#D0B060
(208,176,96)
#D4B76E
(212,183,110)
#D8BE7C
(216,190,124)
#DCC58A
(220,197,138)
#E0CC98
(224,204,152)
#E4D3A6
(228,211,166)
#E8DAB4
(232,218,180)
#ECE1C2
(236,225,194)
#F0E8D0
(240,232,208)
#F4EFDE
(244,239,222)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B060 color. Also use rgb(208,176,96) instead hex code.

Text Font Color

.myTextColor { color: #D0B060; }

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

This text font color is #D0B060.


Background Color

.myBgColor { background-color: #D0B060; }

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

This div background color is #D0B060.


Border color

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

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

This div border color is #D0B060.


Opacity

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

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

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

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

This text has shadow with #D0B060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B060 on black background.


Color preview on white background

This text has color #D0B060 on white background.



Black color preview on #D0B060 background

This text has black color on #D0B060 background.


White color preview on #D0B060 background

This text has white color on #D0B060 background.