COLOR #D0B173

HEX: #D0B173
RGB: (208,177,115)

Color info

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

RGB color model

#D0B173 color RGB value is (208,177,115).

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

RGB channels and saturation

R 208 of 255 = 82%
G 177 of 255 = 69%
B 115 of 255 = 45%

208
177
115

R + G + B ~ 65%. #D0B173 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 177 + 115 = 500 (100%)
R 208 of 500 ~ 41.6%
G 177 of 500 ~ 35.4%
B 115 of 500 ~ 23%

%41.6
%35.4
%23

CMYK color model

#D0B173 color CMYK value is (0,15,45,18).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(0,15,45,18)
C0M15Y45K18 
(0%,15%,45%,18%)
(0.00/0.15/0.45/0.18)	

CMYK percentages

%0
%14.9
%44.71
%18.43

Codes

Color #D0B173 in popluar color models

D0B173
RGB208177115
HSL40°49.73%63.33%
HSB/HSV40°44.71%81.57%
CMYK0.00%14.90%44.71%
18.43%

Color #D0B173 in popluar number systems.

HEXD0B173
Decimal208177115
Binary11010000101100011110011
Octal320261163

Shades and tints

Shades of #D0B173

#D0B173
(208,177,115)
#BEA169
(190,161,105)
#AC915F
(172,145,95)
#9A8155
(154,129,85)
#88714B
(136,113,75)
#766141
(118,97,65)
#645137
(100,81,55)
#52412D
(82,65,45)
#403123
(64,49,35)
#2E2119
(46,33,25)
#1C110F
(28,17,15)
#000000
(0,0,0)

Tints of #D0B173

#D0B173
(208,177,115)
#D4B87F
(212,184,127)
#D8BF8B
(216,191,139)
#DCC697
(220,198,151)
#E0CDA3
(224,205,163)
#E4D4AF
(228,212,175)
#E8DBBB
(232,219,187)
#ECE2C7
(236,226,199)
#F0E9D3
(240,233,211)
#F4F0DF
(244,240,223)
#F8F7EB
(248,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B173; }

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

This text font color is #D0B173.


Background Color

.myBgColor { background-color: #D0B173; }

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

This div background color is #D0B173.


Border color

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

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

This div border color is #D0B173.


Opacity

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

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

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

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

This text has shadow with #D0B173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B173 on black background.


Color preview on white background

This text has color #D0B173 on white background.



Black color preview on #D0B173 background

This text has black color on #D0B173 background.


White color preview on #D0B173 background

This text has white color on #D0B173 background.