COLOR #D0B183

HEX: #D0B183
RGB: (208,177,131)

Color info

#D0B183 contains mainly red and green colors. Web safe color of #D0B183 is #CC9999 (or #C99).

RGB color model

#D0B183 color RGB value is (208,177,131).

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

RGB channels and saturation

R 208 of 255 = 82%
G 177 of 255 = 69%
B 131 of 255 = 51%

208
177
131

R + G + B ~ 67%. #D0B183 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 177 + 131 = 516 (100%)
R 208 of 516 ~ 40.31%
G 177 of 516 ~ 34.3%
B 131 of 516 ~ 25.39%

%40.31
%34.3
%25.39

CMYK color model

#D0B183 color CMYK value is (0,15,37,18).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 37.02%
  • key color value is 18.43%
CMYK:
(0,15,37,18)
C0M15Y37K18 
(0%,15%,37%,18%)
(0.00/0.15/0.37/0.18)	

CMYK percentages

%0
%14.9
%37.02
%18.43

Codes

Color #D0B183 in popluar color models

D0B183
RGB208177131
HSL36°45.03%66.47%
HSB/HSV36°37.02%81.57%
CMYK0.00%14.90%37.02%
18.43%

Color #D0B183 in popluar number systems.

HEXD0B183
Decimal208177131
Binary110100001011000110000011
Octal320261203

Shades and tints

Shades of #D0B183

#D0B183
(208,177,131)
#BEA178
(190,161,120)
#AC916D
(172,145,109)
#9A8162
(154,129,98)
#887157
(136,113,87)
#76614C
(118,97,76)
#645141
(100,81,65)
#524136
(82,65,54)
#40312B
(64,49,43)
#2E2120
(46,33,32)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #D0B183

#D0B183
(208,177,131)
#D4B88E
(212,184,142)
#D8BF99
(216,191,153)
#DCC6A4
(220,198,164)
#E0CDAF
(224,205,175)
#E4D4BA
(228,212,186)
#E8DBC5
(232,219,197)
#ECE2D0
(236,226,208)
#F0E9DB
(240,233,219)
#F4F0E6
(244,240,230)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B183; }

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

This text font color is #D0B183.


Background Color

.myBgColor { background-color: #D0B183; }

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

This div background color is #D0B183.


Border color

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

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

This div border color is #D0B183.


Opacity

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

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

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

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

This text has shadow with #D0B183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B183 on black background.


Color preview on white background

This text has color #D0B183 on white background.



Black color preview on #D0B183 background

This text has black color on #D0B183 background.


White color preview on #D0B183 background

This text has white color on #D0B183 background.