COLOR #D6A167

HEX: #D6A167
RGB: (214,161,103)

Color info

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

RGB color model

#D6A167 color RGB value is (214,161,103).

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

RGB channels and saturation

R 214 of 255 = 84%
G 161 of 255 = 63%
B 103 of 255 = 40%

214
161
103

R + G + B ~ 62%. #D6A167 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 161 + 103 = 478 (100%)
R 214 of 478 ~ 44.77%
G 161 of 478 ~ 33.68%
B 103 of 478 ~ 21.55%

%44.77
%33.68
%21.55

CMYK color model

#D6A167 color CMYK value is (0,25,52,16).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 51.87%
  • key color value is 16.08%
CMYK:
(0,25,52,16)
C0M25Y52K16 
(0%,25%,52%,16%)
(0.00/0.25/0.52/0.16)	

CMYK percentages

%0
%24.77
%51.87
%16.08

Codes

Color #D6A167 in popluar color models

D6A167
RGB214161103
HSL31°57.51%62.16%
HSB/HSV31°51.87%83.92%
CMYK0.00%24.77%51.87%
16.08%

Color #D6A167 in popluar number systems.

HEXD6A167
Decimal214161103
Binary11010110101000011100111
Octal326241147

Shades and tints

Shades of #D6A167

#D6A167
(214,161,103)
#C3935E
(195,147,94)
#B08555
(176,133,85)
#9D774C
(157,119,76)
#8A6943
(138,105,67)
#775B3A
(119,91,58)
#644D31
(100,77,49)
#513F28
(81,63,40)
#3E311F
(62,49,31)
#2B2316
(43,35,22)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #D6A167

#D6A167
(214,161,103)
#D9A974
(217,169,116)
#DCB181
(220,177,129)
#DFB98E
(223,185,142)
#E2C19B
(226,193,155)
#E5C9A8
(229,201,168)
#E8D1B5
(232,209,181)
#EBD9C2
(235,217,194)
#EEE1CF
(238,225,207)
#F1E9DC
(241,233,220)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A167; }

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

This text font color is #D6A167.


Background Color

.myBgColor { background-color: #D6A167; }

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

This div background color is #D6A167.


Border color

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

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

This div border color is #D6A167.


Opacity

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

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

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

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

This text has shadow with #D6A167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A167 on black background.


Color preview on white background

This text has color #D6A167 on white background.



Black color preview on #D6A167 background

This text has black color on #D6A167 background.


White color preview on #D6A167 background

This text has white color on #D6A167 background.