COLOR #D6A36E

HEX: #D6A36E
RGB: (214,163,110)

Color info

#D6A36E contains mainly red and green colors. Web safe color of #D6A36E is #CC9966 (or #C96).

RGB color model

#D6A36E color RGB value is (214,163,110).

  • red value is 214;
  • green value is 163;
  • blue value is 110.
RGB:
(214,163,110)
(84%,64%,43%)

RGB channels and saturation

R 214 of 255 = 84%
G 163 of 255 = 64%
B 110 of 255 = 43%

214
163
110

R + G + B ~ 64%. #D6A36E is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 163 + 110 = 487 (100%)
R 214 of 487 ~ 43.94%
G 163 of 487 ~ 33.47%
B 110 of 487 ~ 22.59%

%43.94
%33.47
%22.59

CMYK color model

#D6A36E color CMYK value is (0,24,49,16).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 48.60%
  • key color value is 16.08%
CMYK:
(0,24,49,16)
C0M24Y49K16 
(0%,24%,49%,16%)
(0.00/0.24/0.49/0.16)	

CMYK percentages

%0
%23.83
%48.6
%16.08

Codes

Color #D6A36E in popluar color models

D6A36E
RGB214163110
HSL31°55.91%63.53%
HSB/HSV31°48.60%83.92%
CMYK0.00%23.83%48.60%
16.08%

Color #D6A36E in popluar number systems.

HEXD6A36E
Decimal214163110
Binary11010110101000111101110
Octal326243156

Shades and tints

Shades of #D6A36E

#D6A36E
(214,163,110)
#C39564
(195,149,100)
#B0875A
(176,135,90)
#9D7950
(157,121,80)
#8A6B46
(138,107,70)
#775D3C
(119,93,60)
#644F32
(100,79,50)
#514128
(81,65,40)
#3E331E
(62,51,30)
#2B2514
(43,37,20)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #D6A36E

#D6A36E
(214,163,110)
#D9AB7B
(217,171,123)
#DCB388
(220,179,136)
#DFBB95
(223,187,149)
#E2C3A2
(226,195,162)
#E5CBAF
(229,203,175)
#E8D3BC
(232,211,188)
#EBDBC9
(235,219,201)
#EEE3D6
(238,227,214)
#F1EBE3
(241,235,227)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A36E color. Also use rgb(214,163,110) instead hex code.

Text Font Color

.myTextColor { color: #D6A36E; }

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

This text font color is #D6A36E.


Background Color

.myBgColor { background-color: #D6A36E; }

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

This div background color is #D6A36E.


Border color

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

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

This div border color is #D6A36E.


Opacity

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

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

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

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

This text has shadow with #D6A36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A36E on black background.


Color preview on white background

This text has color #D6A36E on white background.



Black color preview on #D6A36E background

This text has black color on #D6A36E background.


White color preview on #D6A36E background

This text has white color on #D6A36E background.