COLOR #D1B47A

HEX: #D1B47A
RGB: (209,180,122)

Color info

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

RGB color model

#D1B47A color RGB value is (209,180,122).

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

RGB channels and saturation

R 209 of 255 = 82%
G 180 of 255 = 71%
B 122 of 255 = 48%

209
180
122

R + G + B ~ 67%. #D1B47A is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 180 + 122 = 511 (100%)
R 209 of 511 ~ 40.9%
G 180 of 511 ~ 35.23%
B 122 of 511 ~ 23.87%

%40.9
%35.23
%23.87

CMYK color model

#D1B47A color CMYK value is (0,14,42,18).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 41.63%
  • key color value is 18.04%
CMYK:
(0,14,42,18)
C0M14Y42K18 
(0%,14%,42%,18%)
(0.00/0.14/0.42/0.18)	

CMYK percentages

%0
%13.88
%41.63
%18.04

Codes

Color #D1B47A in popluar color models

D1B47A
RGB209180122
HSL40°48.60%64.90%
HSB/HSV40°41.63%81.96%
CMYK0.00%13.88%41.63%
18.04%

Color #D1B47A in popluar number systems.

HEXD1B47A
Decimal209180122
Binary11010001101101001111010
Octal321264172

Shades and tints

Shades of #D1B47A

#D1B47A
(209,180,122)
#BEA46F
(190,164,111)
#AB9464
(171,148,100)
#988459
(152,132,89)
#85744E
(133,116,78)
#726443
(114,100,67)
#5F5438
(95,84,56)
#4C442D
(76,68,45)
#393422
(57,52,34)
#262417
(38,36,23)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #D1B47A

#D1B47A
(209,180,122)
#D5BA86
(213,186,134)
#D9C092
(217,192,146)
#DDC69E
(221,198,158)
#E1CCAA
(225,204,170)
#E5D2B6
(229,210,182)
#E9D8C2
(233,216,194)
#EDDECE
(237,222,206)
#F1E4DA
(241,228,218)
#F5EAE6
(245,234,230)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B47A; }

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

This text font color is #D1B47A.


Background Color

.myBgColor { background-color: #D1B47A; }

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

This div background color is #D1B47A.


Border color

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

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

This div border color is #D1B47A.


Opacity

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

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

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

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

This text has shadow with #D1B47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B47A on black background.


Color preview on white background

This text has color #D1B47A on white background.



Black color preview on #D1B47A background

This text has black color on #D1B47A background.


White color preview on #D1B47A background

This text has white color on #D1B47A background.