COLOR #D6B56F

HEX: #D6B56F
RGB: (214,181,111)

Color info

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

RGB color model

#D6B56F color RGB value is (214,181,111).

  • red value is 214;
  • green value is 181;
  • blue value is 111.
RGB:
(214,181,111)
(84%,71%,44%)

RGB channels and saturation

R 214 of 255 = 84%
G 181 of 255 = 71%
B 111 of 255 = 44%

214
181
111

R + G + B ~ 66%. #D6B56F is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 181 + 111 = 506 (100%)
R 214 of 506 ~ 42.29%
G 181 of 506 ~ 35.77%
B 111 of 506 ~ 21.94%

%42.29
%35.77
%21.94

CMYK color model

#D6B56F color CMYK value is (0,15,48,16).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 48.13%
  • key color value is 16.08%
CMYK:
(0,15,48,16)
C0M15Y48K16 
(0%,15%,48%,16%)
(0.00/0.15/0.48/0.16)	

CMYK percentages

%0
%15.42
%48.13
%16.08

Codes

Color #D6B56F in popluar color models

D6B56F
RGB214181111
HSL41°55.68%63.73%
HSB/HSV41°48.13%83.92%
CMYK0.00%15.42%48.13%
16.08%

Color #D6B56F in popluar number systems.

HEXD6B56F
Decimal214181111
Binary11010110101101011101111
Octal326265157

Shades and tints

Shades of #D6B56F

#D6B56F
(214,181,111)
#C3A565
(195,165,101)
#B0955B
(176,149,91)
#9D8551
(157,133,81)
#8A7547
(138,117,71)
#77653D
(119,101,61)
#645533
(100,85,51)
#514529
(81,69,41)
#3E351F
(62,53,31)
#2B2515
(43,37,21)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #D6B56F

#D6B56F
(214,181,111)
#D9BB7C
(217,187,124)
#DCC189
(220,193,137)
#DFC796
(223,199,150)
#E2CDA3
(226,205,163)
#E5D3B0
(229,211,176)
#E8D9BD
(232,217,189)
#EBDFCA
(235,223,202)
#EEE5D7
(238,229,215)
#F1EBE4
(241,235,228)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B56F color. Also use rgb(214,181,111) instead hex code.

Text Font Color

.myTextColor { color: #D6B56F; }

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

This text font color is #D6B56F.


Background Color

.myBgColor { background-color: #D6B56F; }

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

This div background color is #D6B56F.


Border color

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

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

This div border color is #D6B56F.


Opacity

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

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

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

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

This text has shadow with #D6B56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B56F on black background.


Color preview on white background

This text has color #D6B56F on white background.



Black color preview on #D6B56F background

This text has black color on #D6B56F background.


White color preview on #D6B56F background

This text has white color on #D6B56F background.