COLOR #D0B38E

HEX: #D0B38E
RGB: (208,179,142)

Color info

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

RGB color model

#D0B38E color RGB value is (208,179,142).

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

RGB channels and saturation

R 208 of 255 = 82%
G 179 of 255 = 70%
B 142 of 255 = 56%

208
179
142

R + G + B ~ 69%. #D0B38E is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 179 + 142 = 529 (100%)
R 208 of 529 ~ 39.32%
G 179 of 529 ~ 33.84%
B 142 of 529 ~ 26.84%

%39.32
%33.84
%26.84

CMYK color model

#D0B38E color CMYK value is (0,14,32,18).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 31.73%
  • key color value is 18.43%
CMYK:
(0,14,32,18)
C0M14Y32K18 
(0%,14%,32%,18%)
(0.00/0.14/0.32/0.18)	

CMYK percentages

%0
%13.94
%31.73
%18.43

Codes

Color #D0B38E in popluar color models

D0B38E
RGB208179142
HSL34°41.25%68.63%
HSB/HSV34°31.73%81.57%
CMYK0.00%13.94%31.73%
18.43%

Color #D0B38E in popluar number systems.

HEXD0B38E
Decimal208179142
Binary110100001011001110001110
Octal320263216

Shades and tints

Shades of #D0B38E

#D0B38E
(208,179,142)
#BEA382
(190,163,130)
#AC9376
(172,147,118)
#9A836A
(154,131,106)
#88735E
(136,115,94)
#766352
(118,99,82)
#645346
(100,83,70)
#52433A
(82,67,58)
#40332E
(64,51,46)
#2E2322
(46,35,34)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #D0B38E

#D0B38E
(208,179,142)
#D4B998
(212,185,152)
#D8BFA2
(216,191,162)
#DCC5AC
(220,197,172)
#E0CBB6
(224,203,182)
#E4D1C0
(228,209,192)
#E8D7CA
(232,215,202)
#ECDDD4
(236,221,212)
#F0E3DE
(240,227,222)
#F4E9E8
(244,233,232)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B38E; }

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

This text font color is #D0B38E.


Background Color

.myBgColor { background-color: #D0B38E; }

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

This div background color is #D0B38E.


Border color

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

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

This div border color is #D0B38E.


Opacity

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

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

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

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

This text has shadow with #D0B38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B38E on black background.


Color preview on white background

This text has color #D0B38E on white background.



Black color preview on #D0B38E background

This text has black color on #D0B38E background.


White color preview on #D0B38E background

This text has white color on #D0B38E background.