COLOR #D1B67A

HEX: #D1B67A
RGB: (209,182,122)

Color info

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

RGB color model

#D1B67A color RGB value is (209,182,122).

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

RGB channels and saturation

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

209
182
122

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

Portions of RGB colors in percentages

R + G + B =
209 + 182 + 122 = 513 (100%)
R 209 of 513 ~ 40.74%
G 182 of 513 ~ 35.48%
B 122 of 513 ~ 23.78%

%40.74
%35.48
%23.78

CMYK color model

#D1B67A color CMYK value is (0,13,42,18).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 41.63%
  • key color value is 18.04%
CMYK:
(0,13,42,18)
C0M13Y42K18 
(0%,13%,42%,18%)
(0.00/0.13/0.42/0.18)	

CMYK percentages

%0
%12.92
%41.63
%18.04

Codes

Color #D1B67A in popluar color models

D1B67A
RGB209182122
HSL41°48.60%64.90%
HSB/HSV41°41.63%81.96%
CMYK0.00%12.92%41.63%
18.04%

Color #D1B67A in popluar number systems.

HEXD1B67A
Decimal209182122
Binary11010001101101101111010
Octal321266172

Shades and tints

Shades of #D1B67A

#D1B67A
(209,182,122)
#BEA66F
(190,166,111)
#AB9664
(171,150,100)
#988659
(152,134,89)
#85764E
(133,118,78)
#726643
(114,102,67)
#5F5638
(95,86,56)
#4C462D
(76,70,45)
#393622
(57,54,34)
#262617
(38,38,23)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #D1B67A

#D1B67A
(209,182,122)
#D5BC86
(213,188,134)
#D9C292
(217,194,146)
#DDC89E
(221,200,158)
#E1CEAA
(225,206,170)
#E5D4B6
(229,212,182)
#E9DAC2
(233,218,194)
#EDE0CE
(237,224,206)
#F1E6DA
(241,230,218)
#F5ECE6
(245,236,230)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B67A; }

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

This text font color is #D1B67A.


Background Color

.myBgColor { background-color: #D1B67A; }

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

This div background color is #D1B67A.


Border color

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

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

This div border color is #D1B67A.


Opacity

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

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

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

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

This text has shadow with #D1B67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B67A on black background.


Color preview on white background

This text has color #D1B67A on white background.



Black color preview on #D1B67A background

This text has black color on #D1B67A background.


White color preview on #D1B67A background

This text has white color on #D1B67A background.