COLOR #D6A47D

HEX: #D6A47D
RGB: (214,164,125)

Color info

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

RGB color model

#D6A47D color RGB value is (214,164,125).

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

RGB channels and saturation

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

214
164
125

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

Portions of RGB colors in percentages

R + G + B =
214 + 164 + 125 = 503 (100%)
R 214 of 503 ~ 42.54%
G 164 of 503 ~ 32.6%
B 125 of 503 ~ 24.85%

%42.54
%32.6
%24.85

CMYK color model

#D6A47D color CMYK value is (0,23,42,16).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 41.59%
  • key color value is 16.08%
CMYK:
(0,23,42,16)
C0M23Y42K16 
(0%,23%,42%,16%)
(0.00/0.23/0.42/0.16)	

CMYK percentages

%0
%23.36
%41.59
%16.08

Codes

Color #D6A47D in popluar color models

D6A47D
RGB214164125
HSL26°52.05%66.47%
HSB/HSV26°41.59%83.92%
CMYK0.00%23.36%41.59%
16.08%

Color #D6A47D in popluar number systems.

HEXD6A47D
Decimal214164125
Binary11010110101001001111101
Octal326244175

Shades and tints

Shades of #D6A47D

#D6A47D
(214,164,125)
#C39672
(195,150,114)
#B08867
(176,136,103)
#9D7A5C
(157,122,92)
#8A6C51
(138,108,81)
#775E46
(119,94,70)
#64503B
(100,80,59)
#514230
(81,66,48)
#3E3425
(62,52,37)
#2B261A
(43,38,26)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #D6A47D

#D6A47D
(214,164,125)
#D9AC88
(217,172,136)
#DCB493
(220,180,147)
#DFBC9E
(223,188,158)
#E2C4A9
(226,196,169)
#E5CCB4
(229,204,180)
#E8D4BF
(232,212,191)
#EBDCCA
(235,220,202)
#EEE4D5
(238,228,213)
#F1ECE0
(241,236,224)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A47D; }

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

This text font color is #D6A47D.


Background Color

.myBgColor { background-color: #D6A47D; }

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

This div background color is #D6A47D.


Border color

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

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

This div border color is #D6A47D.


Opacity

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

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

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

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

This text has shadow with #D6A47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A47D on black background.


Color preview on white background

This text has color #D6A47D on white background.



Black color preview on #D6A47D background

This text has black color on #D6A47D background.


White color preview on #D6A47D background

This text has white color on #D6A47D background.