COLOR #D1B872

HEX: #D1B872
RGB: (209,184,114)

Color info

#D1B872 contains mainly red and green colors. Web safe color of #D1B872 is #CCCC66 (or #CC6).

RGB color model

#D1B872 color RGB value is (209,184,114).

  • red value is 209;
  • green value is 184;
  • blue value is 114.
RGB:
(209,184,114)
(82%,72%,45%)

RGB channels and saturation

R 209 of 255 = 82%
G 184 of 255 = 72%
B 114 of 255 = 45%

209
184
114

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

Portions of RGB colors in percentages

R + G + B =
209 + 184 + 114 = 507 (100%)
R 209 of 507 ~ 41.22%
G 184 of 507 ~ 36.29%
B 114 of 507 ~ 22.49%

%41.22
%36.29
%22.49

CMYK color model

#D1B872 color CMYK value is (0,12,45,18).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 45.45%
  • key color value is 18.04%
CMYK:
(0,12,45,18)
C0M12Y45K18 
(0%,12%,45%,18%)
(0.00/0.12/0.45/0.18)	

CMYK percentages

%0
%11.96
%45.45
%18.04

Codes

Color #D1B872 in popluar color models

D1B872
RGB209184114
HSL44°50.80%63.33%
HSB/HSV44°45.45%81.96%
CMYK0.00%11.96%45.45%
18.04%

Color #D1B872 in popluar number systems.

HEXD1B872
Decimal209184114
Binary11010001101110001110010
Octal321270162

Shades and tints

Shades of #D1B872

#D1B872
(209,184,114)
#BEA868
(190,168,104)
#AB985E
(171,152,94)
#988854
(152,136,84)
#85784A
(133,120,74)
#726840
(114,104,64)
#5F5836
(95,88,54)
#4C482C
(76,72,44)
#393822
(57,56,34)
#262818
(38,40,24)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #D1B872

#D1B872
(209,184,114)
#D5BE7E
(213,190,126)
#D9C48A
(217,196,138)
#DDCA96
(221,202,150)
#E1D0A2
(225,208,162)
#E5D6AE
(229,214,174)
#E9DCBA
(233,220,186)
#EDE2C6
(237,226,198)
#F1E8D2
(241,232,210)
#F5EEDE
(245,238,222)
#F9F4EA
(249,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B872 color. Also use rgb(209,184,114) instead hex code.

Text Font Color

.myTextColor { color: #D1B872; }

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

This text font color is #D1B872.


Background Color

.myBgColor { background-color: #D1B872; }

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

This div background color is #D1B872.


Border color

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

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

This div border color is #D1B872.


Opacity

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

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

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

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

This text has shadow with #D1B872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B872 on black background.


Color preview on white background

This text has color #D1B872 on white background.



Black color preview on #D1B872 background

This text has black color on #D1B872 background.


White color preview on #D1B872 background

This text has white color on #D1B872 background.