COLOR #D6C6A2

HEX: #D6C6A2
RGB: (214,198,162)

Color info

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

RGB color model

#D6C6A2 color RGB value is (214,198,162).

  • red value is 214;
  • green value is 198;
  • blue value is 162.
RGB:
(214,198,162)
(84%,78%,64%)

RGB channels and saturation

R 214 of 255 = 84%
G 198 of 255 = 78%
B 162 of 255 = 64%

214
198
162

R + G + B ~ 75%. #D6C6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 198 + 162 = 574 (100%)
R 214 of 574 ~ 37.28%
G 198 of 574 ~ 34.49%
B 162 of 574 ~ 28.22%

%37.28
%34.49
%28.22

CMYK color model

#D6C6A2 color CMYK value is (0,7,24,16).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 24.30%
  • key color value is 16.08%
CMYK:
(0,7,24,16)
C0M7Y24K16 
(0%,7%,24%,16%)
(0.00/0.07/0.24/0.16)	

CMYK percentages

%0
%7.48
%24.3
%16.08

Codes

Color #D6C6A2 in popluar color models

D6C6A2
RGB214198162
HSL42°38.81%73.73%
HSB/HSV42°24.30%83.92%
CMYK0.00%7.48%24.30%
16.08%

Color #D6C6A2 in popluar number systems.

HEXD6C6A2
Decimal214198162
Binary110101101100011010100010
Octal326306242

Shades and tints

Shades of #D6C6A2

#D6C6A2
(214,198,162)
#C3B494
(195,180,148)
#B0A286
(176,162,134)
#9D9078
(157,144,120)
#8A7E6A
(138,126,106)
#776C5C
(119,108,92)
#645A4E
(100,90,78)
#514840
(81,72,64)
#3E3632
(62,54,50)
#2B2424
(43,36,36)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #D6C6A2

#D6C6A2
(214,198,162)
#D9CBAA
(217,203,170)
#DCD0B2
(220,208,178)
#DFD5BA
(223,213,186)
#E2DAC2
(226,218,194)
#E5DFCA
(229,223,202)
#E8E4D2
(232,228,210)
#EBE9DA
(235,233,218)
#EEEEE2
(238,238,226)
#F1F3EA
(241,243,234)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C6A2 color. Also use rgb(214,198,162) instead hex code.

Text Font Color

.myTextColor { color: #D6C6A2; }

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

This text font color is #D6C6A2.


Background Color

.myBgColor { background-color: #D6C6A2; }

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

This div background color is #D6C6A2.


Border color

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

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

This div border color is #D6C6A2.


Opacity

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

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

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

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

This text has shadow with #D6C6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C6A2 on black background.


Color preview on white background

This text has color #D6C6A2 on white background.



Black color preview on #D6C6A2 background

This text has black color on #D6C6A2 background.


White color preview on #D6C6A2 background

This text has white color on #D6C6A2 background.