COLOR #D0B373

HEX: #D0B373
RGB: (208,179,115)

Color info

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

RGB color model

#D0B373 color RGB value is (208,179,115).

  • red value is 208;
  • green value is 179;
  • blue value is 115.
RGB:
(208,179,115)
(82%,70%,45%)

RGB channels and saturation

R 208 of 255 = 82%
G 179 of 255 = 70%
B 115 of 255 = 45%

208
179
115

R + G + B ~ 66%. #D0B373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 179 + 115 = 502 (100%)
R 208 of 502 ~ 41.43%
G 179 of 502 ~ 35.66%
B 115 of 502 ~ 22.91%

%41.43
%35.66
%22.91

CMYK color model

#D0B373 color CMYK value is (0,14,45,18).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(0,14,45,18)
C0M14Y45K18 
(0%,14%,45%,18%)
(0.00/0.14/0.45/0.18)	

CMYK percentages

%0
%13.94
%44.71
%18.43

Codes

Color #D0B373 in popluar color models

D0B373
RGB208179115
HSL41°49.73%63.33%
HSB/HSV41°44.71%81.57%
CMYK0.00%13.94%44.71%
18.43%

Color #D0B373 in popluar number systems.

HEXD0B373
Decimal208179115
Binary11010000101100111110011
Octal320263163

Shades and tints

Shades of #D0B373

#D0B373
(208,179,115)
#BEA369
(190,163,105)
#AC935F
(172,147,95)
#9A8355
(154,131,85)
#88734B
(136,115,75)
#766341
(118,99,65)
#645337
(100,83,55)
#52432D
(82,67,45)
#403323
(64,51,35)
#2E2319
(46,35,25)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #D0B373

#D0B373
(208,179,115)
#D4B97F
(212,185,127)
#D8BF8B
(216,191,139)
#DCC597
(220,197,151)
#E0CBA3
(224,203,163)
#E4D1AF
(228,209,175)
#E8D7BB
(232,215,187)
#ECDDC7
(236,221,199)
#F0E3D3
(240,227,211)
#F4E9DF
(244,233,223)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B373 color. Also use rgb(208,179,115) instead hex code.

Text Font Color

.myTextColor { color: #D0B373; }

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

This text font color is #D0B373.


Background Color

.myBgColor { background-color: #D0B373; }

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

This div background color is #D0B373.


Border color

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

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

This div border color is #D0B373.


Opacity

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

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

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

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

This text has shadow with #D0B373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B373 on black background.


Color preview on white background

This text has color #D0B373 on white background.



Black color preview on #D0B373 background

This text has black color on #D0B373 background.


White color preview on #D0B373 background

This text has white color on #D0B373 background.