COLOR #D6A37D

HEX: #D6A37D
RGB: (214,163,125)

Color info

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

RGB color model

#D6A37D color RGB value is (214,163,125).

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

RGB channels and saturation

R 214 of 255 = 84%
G 163 of 255 = 64%
B 125 of 255 = 49%

214
163
125

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

Portions of RGB colors in percentages

R + G + B =
214 + 163 + 125 = 502 (100%)
R 214 of 502 ~ 42.63%
G 163 of 502 ~ 32.47%
B 125 of 502 ~ 24.9%

%42.63
%32.47
%24.9

CMYK color model

#D6A37D color CMYK value is (0,24,42,16).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 41.59%
  • key color value is 16.08%
CMYK:
(0,24,42,16)
C0M24Y42K16 
(0%,24%,42%,16%)
(0.00/0.24/0.42/0.16)	

CMYK percentages

%0
%23.83
%41.59
%16.08

Codes

Color #D6A37D in popluar color models

D6A37D
RGB214163125
HSL26°52.05%66.47%
HSB/HSV26°41.59%83.92%
CMYK0.00%23.83%41.59%
16.08%

Color #D6A37D in popluar number systems.

HEXD6A37D
Decimal214163125
Binary11010110101000111111101
Octal326243175

Shades and tints

Shades of #D6A37D

#D6A37D
(214,163,125)
#C39572
(195,149,114)
#B08767
(176,135,103)
#9D795C
(157,121,92)
#8A6B51
(138,107,81)
#775D46
(119,93,70)
#644F3B
(100,79,59)
#514130
(81,65,48)
#3E3325
(62,51,37)
#2B251A
(43,37,26)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #D6A37D

#D6A37D
(214,163,125)
#D9AB88
(217,171,136)
#DCB393
(220,179,147)
#DFBB9E
(223,187,158)
#E2C3A9
(226,195,169)
#E5CBB4
(229,203,180)
#E8D3BF
(232,211,191)
#EBDBCA
(235,219,202)
#EEE3D5
(238,227,213)
#F1EBE0
(241,235,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A37D; }

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

This text font color is #D6A37D.


Background Color

.myBgColor { background-color: #D6A37D; }

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

This div background color is #D6A37D.


Border color

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

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

This div border color is #D6A37D.


Opacity

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

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

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

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

This text has shadow with #D6A37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A37D on black background.


Color preview on white background

This text has color #D6A37D on white background.



Black color preview on #D6A37D background

This text has black color on #D6A37D background.


White color preview on #D6A37D background

This text has white color on #D6A37D background.