COLOR #D6A467

HEX: #D6A467
RGB: (214,164,103)

Color info

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

RGB color model

#D6A467 color RGB value is (214,164,103).

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

RGB channels and saturation

R 214 of 255 = 84%
G 164 of 255 = 64%
B 103 of 255 = 40%

214
164
103

R + G + B ~ 63%. #D6A467 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 164 + 103 = 481 (100%)
R 214 of 481 ~ 44.49%
G 164 of 481 ~ 34.1%
B 103 of 481 ~ 21.41%

%44.49
%34.1
%21.41

CMYK color model

#D6A467 color CMYK value is (0,23,52,16).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 51.87%
  • key color value is 16.08%
CMYK:
(0,23,52,16)
C0M23Y52K16 
(0%,23%,52%,16%)
(0.00/0.23/0.52/0.16)	

CMYK percentages

%0
%23.36
%51.87
%16.08

Codes

Color #D6A467 in popluar color models

D6A467
RGB214164103
HSL33°57.51%62.16%
HSB/HSV33°51.87%83.92%
CMYK0.00%23.36%51.87%
16.08%

Color #D6A467 in popluar number systems.

HEXD6A467
Decimal214164103
Binary11010110101001001100111
Octal326244147

Shades and tints

Shades of #D6A467

#D6A467
(214,164,103)
#C3965E
(195,150,94)
#B08855
(176,136,85)
#9D7A4C
(157,122,76)
#8A6C43
(138,108,67)
#775E3A
(119,94,58)
#645031
(100,80,49)
#514228
(81,66,40)
#3E341F
(62,52,31)
#2B2616
(43,38,22)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #D6A467

#D6A467
(214,164,103)
#D9AC74
(217,172,116)
#DCB481
(220,180,129)
#DFBC8E
(223,188,142)
#E2C49B
(226,196,155)
#E5CCA8
(229,204,168)
#E8D4B5
(232,212,181)
#EBDCC2
(235,220,194)
#EEE4CF
(238,228,207)
#F1ECDC
(241,236,220)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A467; }

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

This text font color is #D6A467.


Background Color

.myBgColor { background-color: #D6A467; }

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

This div background color is #D6A467.


Border color

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

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

This div border color is #D6A467.


Opacity

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

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

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

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

This text has shadow with #D6A467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A467 on black background.


Color preview on white background

This text has color #D6A467 on white background.



Black color preview on #D6A467 background

This text has black color on #D6A467 background.


White color preview on #D6A467 background

This text has white color on #D6A467 background.