COLOR #D1B67E

HEX: #D1B67E
RGB: (209,182,126)

Color info

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

RGB color model

#D1B67E color RGB value is (209,182,126).

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

RGB channels and saturation

R 209 of 255 = 82%
G 182 of 255 = 71%
B 126 of 255 = 49%

209
182
126

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

Portions of RGB colors in percentages

R + G + B =
209 + 182 + 126 = 517 (100%)
R 209 of 517 ~ 40.43%
G 182 of 517 ~ 35.2%
B 126 of 517 ~ 24.37%

%40.43
%35.2
%24.37

CMYK color model

#D1B67E color CMYK value is (0,13,40,18).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 39.71%
  • key color value is 18.04%
CMYK:
(0,13,40,18)
C0M13Y40K18 
(0%,13%,40%,18%)
(0.00/0.13/0.40/0.18)	

CMYK percentages

%0
%12.92
%39.71
%18.04

Codes

Color #D1B67E in popluar color models

D1B67E
RGB209182126
HSL40°47.43%65.69%
HSB/HSV40°39.71%81.96%
CMYK0.00%12.92%39.71%
18.04%

Color #D1B67E in popluar number systems.

HEXD1B67E
Decimal209182126
Binary11010001101101101111110
Octal321266176

Shades and tints

Shades of #D1B67E

#D1B67E
(209,182,126)
#BEA673
(190,166,115)
#AB9668
(171,150,104)
#98865D
(152,134,93)
#857652
(133,118,82)
#726647
(114,102,71)
#5F563C
(95,86,60)
#4C4631
(76,70,49)
#393626
(57,54,38)
#26261B
(38,38,27)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #D1B67E

#D1B67E
(209,182,126)
#D5BC89
(213,188,137)
#D9C294
(217,194,148)
#DDC89F
(221,200,159)
#E1CEAA
(225,206,170)
#E5D4B5
(229,212,181)
#E9DAC0
(233,218,192)
#EDE0CB
(237,224,203)
#F1E6D6
(241,230,214)
#F5ECE1
(245,236,225)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B67E; }

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

This text font color is #D1B67E.


Background Color

.myBgColor { background-color: #D1B67E; }

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

This div background color is #D1B67E.


Border color

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

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

This div border color is #D1B67E.


Opacity

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

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

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

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

This text has shadow with #D1B67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B67E on black background.


Color preview on white background

This text has color #D1B67E on white background.



Black color preview on #D1B67E background

This text has black color on #D1B67E background.


White color preview on #D1B67E background

This text has white color on #D1B67E background.