COLOR #D6B96D

HEX: #D6B96D
RGB: (214,185,109)

Color info

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

RGB color model

#D6B96D color RGB value is (214,185,109).

  • red value is 214;
  • green value is 185;
  • blue value is 109.
RGB:
(214,185,109)
(84%,73%,43%)

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 109 of 255 = 43%

214
185
109

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

Portions of RGB colors in percentages

R + G + B =
214 + 185 + 109 = 508 (100%)
R 214 of 508 ~ 42.13%
G 185 of 508 ~ 36.42%
B 109 of 508 ~ 21.46%

%42.13
%36.42
%21.46

CMYK color model

#D6B96D color CMYK value is (0,14,49,16).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 49.07%
  • key color value is 16.08%
CMYK:
(0,14,49,16)
C0M14Y49K16 
(0%,14%,49%,16%)
(0.00/0.14/0.49/0.16)	

CMYK percentages

%0
%13.55
%49.07
%16.08

Codes

Color #D6B96D in popluar color models

D6B96D
RGB214185109
HSL43°56.15%63.33%
HSB/HSV43°49.07%83.92%
CMYK0.00%13.55%49.07%
16.08%

Color #D6B96D in popluar number systems.

HEXD6B96D
Decimal214185109
Binary11010110101110011101101
Octal326271155

Shades and tints

Shades of #D6B96D

#D6B96D
(214,185,109)
#C3A964
(195,169,100)
#B0995B
(176,153,91)
#9D8952
(157,137,82)
#8A7949
(138,121,73)
#776940
(119,105,64)
#645937
(100,89,55)
#51492E
(81,73,46)
#3E3925
(62,57,37)
#2B291C
(43,41,28)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #D6B96D

#D6B96D
(214,185,109)
#D9BF7A
(217,191,122)
#DCC587
(220,197,135)
#DFCB94
(223,203,148)
#E2D1A1
(226,209,161)
#E5D7AE
(229,215,174)
#E8DDBB
(232,221,187)
#EBE3C8
(235,227,200)
#EEE9D5
(238,233,213)
#F1EFE2
(241,239,226)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B96D color. Also use rgb(214,185,109) instead hex code.

Text Font Color

.myTextColor { color: #D6B96D; }

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

This text font color is #D6B96D.


Background Color

.myBgColor { background-color: #D6B96D; }

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

This div background color is #D6B96D.


Border color

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

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

This div border color is #D6B96D.


Opacity

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

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

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

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

This text has shadow with #D6B96D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B96D on black background.


Color preview on white background

This text has color #D6B96D on white background.



Black color preview on #D6B96D background

This text has black color on #D6B96D background.


White color preview on #D6B96D background

This text has white color on #D6B96D background.