COLOR #D6B871

HEX: #D6B871
RGB: (214,184,113)

Color info

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

RGB color model

#D6B871 color RGB value is (214,184,113).

  • red value is 214;
  • green value is 184;
  • blue value is 113.
RGB:
(214,184,113)
(84%,72%,44%)

RGB channels and saturation

R 214 of 255 = 84%
G 184 of 255 = 72%
B 113 of 255 = 44%

214
184
113

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

Portions of RGB colors in percentages

R + G + B =
214 + 184 + 113 = 511 (100%)
R 214 of 511 ~ 41.88%
G 184 of 511 ~ 36.01%
B 113 of 511 ~ 22.11%

%41.88
%36.01
%22.11

CMYK color model

#D6B871 color CMYK value is (0,14,47,16).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 47.20%
  • key color value is 16.08%
CMYK:
(0,14,47,16)
C0M14Y47K16 
(0%,14%,47%,16%)
(0.00/0.14/0.47/0.16)	

CMYK percentages

%0
%14.02
%47.2
%16.08

Codes

Color #D6B871 in popluar color models

D6B871
RGB214184113
HSL42°55.19%64.12%
HSB/HSV42°47.20%83.92%
CMYK0.00%14.02%47.20%
16.08%

Color #D6B871 in popluar number systems.

HEXD6B871
Decimal214184113
Binary11010110101110001110001
Octal326270161

Shades and tints

Shades of #D6B871

#D6B871
(214,184,113)
#C3A867
(195,168,103)
#B0985D
(176,152,93)
#9D8853
(157,136,83)
#8A7849
(138,120,73)
#77683F
(119,104,63)
#645835
(100,88,53)
#51482B
(81,72,43)
#3E3821
(62,56,33)
#2B2817
(43,40,23)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #D6B871

#D6B871
(214,184,113)
#D9BE7D
(217,190,125)
#DCC489
(220,196,137)
#DFCA95
(223,202,149)
#E2D0A1
(226,208,161)
#E5D6AD
(229,214,173)
#E8DCB9
(232,220,185)
#EBE2C5
(235,226,197)
#EEE8D1
(238,232,209)
#F1EEDD
(241,238,221)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B871 color. Also use rgb(214,184,113) instead hex code.

Text Font Color

.myTextColor { color: #D6B871; }

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

This text font color is #D6B871.


Background Color

.myBgColor { background-color: #D6B871; }

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

This div background color is #D6B871.


Border color

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

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

This div border color is #D6B871.


Opacity

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

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

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

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

This text has shadow with #D6B871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B871 on black background.


Color preview on white background

This text has color #D6B871 on white background.



Black color preview on #D6B871 background

This text has black color on #D6B871 background.


White color preview on #D6B871 background

This text has white color on #D6B871 background.