COLOR #D1B85F

HEX: #D1B85F
RGB: (209,184,95)

Color info

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

RGB color model

#D1B85F color RGB value is (209,184,95).

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

RGB channels and saturation

R 209 of 255 = 82%
G 184 of 255 = 72%
B 95 of 255 = 37%

209
184
95

R + G + B ~ 64%. #D1B85F is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 184 + 95 = 488 (100%)
R 209 of 488 ~ 42.83%
G 184 of 488 ~ 37.7%
B 95 of 488 ~ 19.47%

%42.83
%37.7
%19.47

CMYK color model

#D1B85F color CMYK value is (0,12,55,18).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 54.55%
  • key color value is 18.04%
CMYK:
(0,12,55,18)
C0M12Y55K18 
(0%,12%,55%,18%)
(0.00/0.12/0.55/0.18)	

CMYK percentages

%0
%11.96
%54.55
%18.04

Codes

Color #D1B85F in popluar color models

D1B85F
RGB20918495
HSL47°55.34%59.61%
HSB/HSV47°54.55%81.96%
CMYK0.00%11.96%54.55%
18.04%

Color #D1B85F in popluar number systems.

HEXD1B85F
Decimal20918495
Binary11010001101110001011111
Octal321270137

Shades and tints

Shades of #D1B85F

#D1B85F
(209,184,95)
#BEA857
(190,168,87)
#AB984F
(171,152,79)
#988847
(152,136,71)
#85783F
(133,120,63)
#726837
(114,104,55)
#5F582F
(95,88,47)
#4C4827
(76,72,39)
#39381F
(57,56,31)
#262817
(38,40,23)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #D1B85F

#D1B85F
(209,184,95)
#D5BE6D
(213,190,109)
#D9C47B
(217,196,123)
#DDCA89
(221,202,137)
#E1D097
(225,208,151)
#E5D6A5
(229,214,165)
#E9DCB3
(233,220,179)
#EDE2C1
(237,226,193)
#F1E8CF
(241,232,207)
#F5EEDD
(245,238,221)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B85F; }

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

This text font color is #D1B85F.


Background Color

.myBgColor { background-color: #D1B85F; }

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

This div background color is #D1B85F.


Border color

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

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

This div border color is #D1B85F.


Opacity

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

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

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

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

This text has shadow with #D1B85F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B85F on black background.


Color preview on white background

This text has color #D1B85F on white background.



Black color preview on #D1B85F background

This text has black color on #D1B85F background.


White color preview on #D1B85F background

This text has white color on #D1B85F background.