COLOR #D1B39D

HEX: #D1B39D
RGB: (209,179,157)

Color info

#D1B39D contains red, green and blue colors in about the same proportion. Web safe color of #D1B39D is #CC9999 (or #C99).

RGB color model

#D1B39D color RGB value is (209,179,157).

  • red value is 209;
  • green value is 179;
  • blue value is 157.
RGB:
(209,179,157)
(82%,70%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 179 of 255 = 70%
B 157 of 255 = 62%

209
179
157

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

Portions of RGB colors in percentages

R + G + B =
209 + 179 + 157 = 545 (100%)
R 209 of 545 ~ 38.35%
G 179 of 545 ~ 32.84%
B 157 of 545 ~ 28.81%

%38.35
%32.84
%28.81

CMYK color model

#D1B39D color CMYK value is (0,14,25,18).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK:
(0,14,25,18)
C0M14Y25K18 
(0%,14%,25%,18%)
(0.00/0.14/0.25/0.18)	

CMYK percentages

%0
%14.35
%24.88
%18.04

Codes

Color #D1B39D in popluar color models

D1B39D
RGB209179157
HSL25°36.11%71.76%
HSB/HSV25°24.88%81.96%
CMYK0.00%14.35%24.88%
18.04%

Color #D1B39D in popluar number systems.

HEXD1B39D
Decimal209179157
Binary110100011011001110011101
Octal321263235

Shades and tints

Shades of #D1B39D

#D1B39D
(209,179,157)
#BEA38F
(190,163,143)
#AB9381
(171,147,129)
#988373
(152,131,115)
#857365
(133,115,101)
#726357
(114,99,87)
#5F5349
(95,83,73)
#4C433B
(76,67,59)
#39332D
(57,51,45)
#26231F
(38,35,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #D1B39D

#D1B39D
(209,179,157)
#D5B9A5
(213,185,165)
#D9BFAD
(217,191,173)
#DDC5B5
(221,197,181)
#E1CBBD
(225,203,189)
#E5D1C5
(229,209,197)
#E9D7CD
(233,215,205)
#EDDDD5
(237,221,213)
#F1E3DD
(241,227,221)
#F5E9E5
(245,233,229)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B39D color. Also use rgb(209,179,157) instead hex code.

Text Font Color

.myTextColor { color: #D1B39D; }

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

This text font color is #D1B39D.


Background Color

.myBgColor { background-color: #D1B39D; }

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

This div background color is #D1B39D.


Border color

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

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

This div border color is #D1B39D.


Opacity

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

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

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

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

This text has shadow with #D1B39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B39D on black background.


Color preview on white background

This text has color #D1B39D on white background.



Black color preview on #D1B39D background

This text has black color on #D1B39D background.


White color preview on #D1B39D background

This text has white color on #D1B39D background.