COLOR #D6C597

HEX: #D6C597
RGB: (214,197,151)

Color info

#D6C597 contains mainly red and green colors. Web safe color of #D6C597 is #CCCC99 (or #CC9).

RGB color model

#D6C597 color RGB value is (214,197,151).

  • red value is 214;
  • green value is 197;
  • blue value is 151.
RGB:
(214,197,151)
(84%,77%,59%)

RGB channels and saturation

R 214 of 255 = 84%
G 197 of 255 = 77%
B 151 of 255 = 59%

214
197
151

R + G + B ~ 73%. #D6C597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 197 + 151 = 562 (100%)
R 214 of 562 ~ 38.08%
G 197 of 562 ~ 35.05%
B 151 of 562 ~ 26.87%

%38.08
%35.05
%26.87

CMYK color model

#D6C597 color CMYK value is (0,8,29,16).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 29.44%
  • key color value is 16.08%
CMYK:
(0,8,29,16)
C0M8Y29K16 
(0%,8%,29%,16%)
(0.00/0.08/0.29/0.16)	

CMYK percentages

%0
%7.94
%29.44
%16.08

Codes

Color #D6C597 in popluar color models

D6C597
RGB214197151
HSL44°43.45%71.57%
HSB/HSV44°29.44%83.92%
CMYK0.00%7.94%29.44%
16.08%

Color #D6C597 in popluar number systems.

HEXD6C597
Decimal214197151
Binary110101101100010110010111
Octal326305227

Shades and tints

Shades of #D6C597

#D6C597
(214,197,151)
#C3B48A
(195,180,138)
#B0A37D
(176,163,125)
#9D9270
(157,146,112)
#8A8163
(138,129,99)
#777056
(119,112,86)
#645F49
(100,95,73)
#514E3C
(81,78,60)
#3E3D2F
(62,61,47)
#2B2C22
(43,44,34)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #D6C597

#D6C597
(214,197,151)
#D9CAA0
(217,202,160)
#DCCFA9
(220,207,169)
#DFD4B2
(223,212,178)
#E2D9BB
(226,217,187)
#E5DEC4
(229,222,196)
#E8E3CD
(232,227,205)
#EBE8D6
(235,232,214)
#EEEDDF
(238,237,223)
#F1F2E8
(241,242,232)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C597 color. Also use rgb(214,197,151) instead hex code.

Text Font Color

.myTextColor { color: #D6C597; }

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

This text font color is #D6C597.


Background Color

.myBgColor { background-color: #D6C597; }

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

This div background color is #D6C597.


Border color

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

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

This div border color is #D6C597.


Opacity

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

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

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

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

This text has shadow with #D6C597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C597 on black background.


Color preview on white background

This text has color #D6C597 on white background.



Black color preview on #D6C597 background

This text has black color on #D6C597 background.


White color preview on #D6C597 background

This text has white color on #D6C597 background.