COLOR #D6C0A3

HEX: #D6C0A3 RGB: (214,192,163)

Color info

#D6C0A3 contains red, green and blue colors in about the same proportion. Web safe color of #D6C0A3 is #CCCC99 (or #CC9).

RGB color model

#D6C0A3 color RGB value is (214,192,163).

RGB: (214,192,163) (84%, 75%, 64%)

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 163 of 255 = 64%

214
192
163

R + G + B ~ 74%. #D6C0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 192 + 163 = 569 (100%)
R 214 of 569 ~ 37.61%
G 192 of 569 ~ 33.74%
B 163 of 569 ~ 28.65'%

%37.61
%33.74
%28.65

CMYK color model

#D6C0A3 color CMYK value is (0,10,24,16).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 23.83%
  • key color value is 16.08%
CMYK: (0,10,24,16) C0M10Y24K16 (0%,10%,24%,16%) (0.00/0.10/0.24/0.16) 

CMYK percentages

%0
%10.28
%23.83
%16.08

Codes

Color #D6C0A3 in popluar color models

D6 C0 A3
RGB 214 192 163
HSL 34° 38.35% 73.92%
HSB/HSV 34° 23.83% 83.92%
CMYK 0.00% 10.28% 23.83%
16.08%

Color #D6C0A3 in popluar number systems.

HEX D6 C0 A3
Decimal 214 192 163
Binary 11010110 11000000 10100011
Octal 326 300 243

Shades and tints

Shades of #D6C0A3

#D6C0A3
(214,192,163)
#C3AF95
(195,175,149)
#B09E87
(176,158,135)
#9D8D79
(157,141,121)
#8A7C6B
(138,124,107)
#776B5D
(119,107,93)
#645A4F
(100,90,79)
#514941
(81,73,65)
#3E3833
(62,56,51)
#2B2725
(43,39,37)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #D6C0A3

#D6C0A3
(214,192,163)
#D9C5AB
(217,197,171)
#DCCAB3
(220,202,179)
#DFCFBB
(223,207,187)
#E2D4C3
(226,212,195)
#E5D9CB
(229,217,203)
#E8DED3
(232,222,211)
#EBE3DB
(235,227,219)
#EEE8E3
(238,232,227)
#F1EDEB
(241,237,235)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C0A3; }

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

This text font color is #D6C0A3.

Background Color

.myBgColor { background-color: #D6C0A3; }

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

This div background color is #D6C0A3.

Border color

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

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

This div border color is #D6C0A3.

Opacity

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

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

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

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

This text has shadow with #D6C0A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C0A3.

Preview

Color preview on black background

This text has color #D6C0A3 on black background.


Color preview on white background

This text has color #D6C0A3 on white background.


Black color preview on #D6C0A3 background

This text has black color on #D6C0A3 background.


White color preview on #D6C0A3 background

This text has white color on #D6C0A3 background.


Related colors

Complementary color

Complementary color for #hex is #293F5C.


I love getcolorcode.com

Triadic colors

1 #A3D6C0 and #C0A3D6 with #D6C0A3 are triadic colors.

2 #A3C0D6 and #C0D6A3 with #D6C0A3 are triadic colors.