COLOR #D1B499

HEX: #D1B499
RGB: (209,180,153)

Color info

#D1B499 contains red, green and blue colors in about the same proportion. Web safe color of #D1B499 is #CCCC99 (or #CC9).

RGB color model

#D1B499 color RGB value is (209,180,153).

  • red value is 209;
  • green value is 180;
  • blue value is 153.
RGB:
(209,180,153)
(82%,71%,60%)

RGB channels and saturation

R 209 of 255 = 82%
G 180 of 255 = 71%
B 153 of 255 = 60%

209
180
153

R + G + B ~ 71%. #D1B499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 180 + 153 = 542 (100%)
R 209 of 542 ~ 38.56%
G 180 of 542 ~ 33.21%
B 153 of 542 ~ 28.23%

%38.56
%33.21
%28.23

CMYK color model

#D1B499 color CMYK value is (0,14,27,18).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK:
(0,14,27,18)
C0M14Y27K18 
(0%,14%,27%,18%)
(0.00/0.14/0.27/0.18)	

CMYK percentages

%0
%13.88
%26.79
%18.04

Codes

Color #D1B499 in popluar color models

D1B499
RGB209180153
HSL29°37.84%70.98%
HSB/HSV29°26.79%81.96%
CMYK0.00%13.88%26.79%
18.04%

Color #D1B499 in popluar number systems.

HEXD1B499
Decimal209180153
Binary110100011011010010011001
Octal321264231

Shades and tints

Shades of #D1B499

#D1B499
(209,180,153)
#BEA48C
(190,164,140)
#AB947F
(171,148,127)
#988472
(152,132,114)
#857465
(133,116,101)
#726458
(114,100,88)
#5F544B
(95,84,75)
#4C443E
(76,68,62)
#393431
(57,52,49)
#262424
(38,36,36)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #D1B499

#D1B499
(209,180,153)
#D5BAA2
(213,186,162)
#D9C0AB
(217,192,171)
#DDC6B4
(221,198,180)
#E1CCBD
(225,204,189)
#E5D2C6
(229,210,198)
#E9D8CF
(233,216,207)
#EDDED8
(237,222,216)
#F1E4E1
(241,228,225)
#F5EAEA
(245,234,234)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B499 color. Also use rgb(209,180,153) instead hex code.

Text Font Color

.myTextColor { color: #D1B499; }

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

This text font color is #D1B499.


Background Color

.myBgColor { background-color: #D1B499; }

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

This div background color is #D1B499.


Border color

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

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

This div border color is #D1B499.


Opacity

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

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

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

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

This text has shadow with #D1B499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B499 on black background.


Color preview on white background

This text has color #D1B499 on white background.



Black color preview on #D1B499 background

This text has black color on #D1B499 background.


White color preview on #D1B499 background

This text has white color on #D1B499 background.