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).

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

D6 B5 6F
RGB 214 181 111
HSL 41° 55.68% 63.73%
HSB/HSV 41° 48.13% 83.92%
CMYK 0.00% 15.42% 48.13%
16.08%

Color #D6B56F in popluar number systems.

HEX D6 B5 6F
Decimal 214 181 111
Binary 11010110 10110101 1101111
Octal 326 265 157

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.


Related colors

Complementary color

Complementary color for #hex is #294A90.


I love getcolorcode.com

Triadic colors

1 #6FD6B5 and #B56FD6 with #D6B56F are triadic colors.

2 #6FB5D6 and #B5D66F with #D6B56F are triadic colors.