COLOR #D6C99C

HEX: #D6C99C
RGB: (214,201,156)

Color info

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

RGB color model

#D6C99C color RGB value is (214,201,156).

  • red value is 214;
  • green value is 201;
  • blue value is 156.
RGB:
(214,201,156)
(84%,79%,61%)

RGB channels and saturation

R 214 of 255 = 84%
G 201 of 255 = 79%
B 156 of 255 = 61%

214
201
156

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

Portions of RGB colors in percentages

R + G + B =
214 + 201 + 156 = 571 (100%)
R 214 of 571 ~ 37.48%
G 201 of 571 ~ 35.2%
B 156 of 571 ~ 27.32%

%37.48
%35.2
%27.32

CMYK color model

#D6C99C color CMYK value is (0,6,27,16).

  • cyan value is 0.00%
  • magenta value is 6.07%
  • yellow value is 27.10%
  • key color value is 16.08%
CMYK:
(0,6,27,16)
C0M6Y27K16 
(0%,6%,27%,16%)
(0.00/0.06/0.27/0.16)	

CMYK percentages

%0
%6.07
%27.1
%16.08

Codes

Color #D6C99C in popluar color models

D6C99C
RGB214201156
HSL47°41.43%72.55%
HSB/HSV47°27.10%83.92%
CMYK0.00%6.07%27.10%
16.08%

Color #D6C99C in popluar number systems.

HEXD6C99C
Decimal214201156
Binary110101101100100110011100
Octal326311234

Shades and tints

Shades of #D6C99C

#D6C99C
(214,201,156)
#C3B78E
(195,183,142)
#B0A580
(176,165,128)
#9D9372
(157,147,114)
#8A8164
(138,129,100)
#776F56
(119,111,86)
#645D48
(100,93,72)
#514B3A
(81,75,58)
#3E392C
(62,57,44)
#2B271E
(43,39,30)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #D6C99C

#D6C99C
(214,201,156)
#D9CDA5
(217,205,165)
#DCD1AE
(220,209,174)
#DFD5B7
(223,213,183)
#E2D9C0
(226,217,192)
#E5DDC9
(229,221,201)
#E8E1D2
(232,225,210)
#EBE5DB
(235,229,219)
#EEE9E4
(238,233,228)
#F1EDED
(241,237,237)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C99C color. Also use rgb(214,201,156) instead hex code.

Text Font Color

.myTextColor { color: #D6C99C; }

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

This text font color is #D6C99C.


Background Color

.myBgColor { background-color: #D6C99C; }

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

This div background color is #D6C99C.


Border color

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

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

This div border color is #D6C99C.


Opacity

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

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

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

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

This text has shadow with #D6C99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C99C on black background.


Color preview on white background

This text has color #D6C99C on white background.



Black color preview on #D6C99C background

This text has black color on #D6C99C background.


White color preview on #D6C99C background

This text has white color on #D6C99C background.