COLOR #D0B88A

HEX: #D0B88A
RGB: (208,184,138)

Color info

#D0B88A contains mainly red and green colors. Web safe color of #D0B88A is #CCCC99 (or #CC9).

RGB color model

#D0B88A color RGB value is (208,184,138).

  • red value is 208;
  • green value is 184;
  • blue value is 138.
RGB:
(208,184,138)
(82%,72%,54%)

RGB channels and saturation

R 208 of 255 = 82%
G 184 of 255 = 72%
B 138 of 255 = 54%

208
184
138

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

Portions of RGB colors in percentages

R + G + B =
208 + 184 + 138 = 530 (100%)
R 208 of 530 ~ 39.25%
G 184 of 530 ~ 34.72%
B 138 of 530 ~ 26.04%

%39.25
%34.72
%26.04

CMYK color model

#D0B88A color CMYK value is (0,12,34,18).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 33.65%
  • key color value is 18.43%
CMYK:
(0,12,34,18)
C0M12Y34K18 
(0%,12%,34%,18%)
(0.00/0.12/0.34/0.18)	

CMYK percentages

%0
%11.54
%33.65
%18.43

Codes

Color #D0B88A in popluar color models

D0B88A
RGB208184138
HSL39°42.68%67.84%
HSB/HSV39°33.65%81.57%
CMYK0.00%11.54%33.65%
18.43%

Color #D0B88A in popluar number systems.

HEXD0B88A
Decimal208184138
Binary110100001011100010001010
Octal320270212

Shades and tints

Shades of #D0B88A

#D0B88A
(208,184,138)
#BEA87E
(190,168,126)
#AC9872
(172,152,114)
#9A8866
(154,136,102)
#88785A
(136,120,90)
#76684E
(118,104,78)
#645842
(100,88,66)
#524836
(82,72,54)
#40382A
(64,56,42)
#2E281E
(46,40,30)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #D0B88A

#D0B88A
(208,184,138)
#D4BE94
(212,190,148)
#D8C49E
(216,196,158)
#DCCAA8
(220,202,168)
#E0D0B2
(224,208,178)
#E4D6BC
(228,214,188)
#E8DCC6
(232,220,198)
#ECE2D0
(236,226,208)
#F0E8DA
(240,232,218)
#F4EEE4
(244,238,228)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B88A color. Also use rgb(208,184,138) instead hex code.

Text Font Color

.myTextColor { color: #D0B88A; }

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

This text font color is #D0B88A.


Background Color

.myBgColor { background-color: #D0B88A; }

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

This div background color is #D0B88A.


Border color

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

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

This div border color is #D0B88A.


Opacity

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

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

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

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

This text has shadow with #D0B88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B88A on black background.


Color preview on white background

This text has color #D0B88A on white background.



Black color preview on #D0B88A background

This text has black color on #D0B88A background.


White color preview on #D0B88A background

This text has white color on #D0B88A background.