COLOR #D1B257

HEX: #D1B257
RGB: (209,178,87)

Color info

#D1B257 contains mainly red and green colors. Web safe color of #D1B257 is #CC9966 (or #C96).

RGB color model

#D1B257 color RGB value is (209,178,87).

  • red value is 209;
  • green value is 178;
  • blue value is 87.
RGB:
(209,178,87)
(82%,70%,34%)

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 87 of 255 = 34%

209
178
87

R + G + B ~ 62%. #D1B257 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 87 = 474 (100%)
R 209 of 474 ~ 44.09%
G 178 of 474 ~ 37.55%
B 87 of 474 ~ 18.35%

%44.09
%37.55
%18.35

CMYK color model

#D1B257 color CMYK value is (0,15,58,18).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 58.37%
  • key color value is 18.04%
CMYK:
(0,15,58,18)
C0M15Y58K18 
(0%,15%,58%,18%)
(0.00/0.15/0.58/0.18)	

CMYK percentages

%0
%14.83
%58.37
%18.04

Codes

Color #D1B257 in popluar color models

D1B257
RGB20917887
HSL45°57.01%58.04%
HSB/HSV45°58.37%81.96%
CMYK0.00%14.83%58.37%
18.04%

Color #D1B257 in popluar number systems.

HEXD1B257
Decimal20917887
Binary11010001101100101010111
Octal321262127

Shades and tints

Shades of #D1B257

#D1B257
(209,178,87)
#BEA250
(190,162,80)
#AB9249
(171,146,73)
#988242
(152,130,66)
#85723B
(133,114,59)
#726234
(114,98,52)
#5F522D
(95,82,45)
#4C4226
(76,66,38)
#39321F
(57,50,31)
#262218
(38,34,24)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #D1B257

#D1B257
(209,178,87)
#D5B966
(213,185,102)
#D9C075
(217,192,117)
#DDC784
(221,199,132)
#E1CE93
(225,206,147)
#E5D5A2
(229,213,162)
#E9DCB1
(233,220,177)
#EDE3C0
(237,227,192)
#F1EACF
(241,234,207)
#F5F1DE
(245,241,222)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B257 color. Also use rgb(209,178,87) instead hex code.

Text Font Color

.myTextColor { color: #D1B257; }

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

This text font color is #D1B257.


Background Color

.myBgColor { background-color: #D1B257; }

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

This div background color is #D1B257.


Border color

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

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

This div border color is #D1B257.


Opacity

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

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

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

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

This text has shadow with #D1B257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B257 on black background.


Color preview on white background

This text has color #D1B257 on white background.



Black color preview on #D1B257 background

This text has black color on #D1B257 background.


White color preview on #D1B257 background

This text has white color on #D1B257 background.