COLOR #D8C69F

HEX: #D8C69F
RGB: (216,198,159)

Color info

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

RGB color model

#D8C69F color RGB value is (216,198,159).

  • red value is 216;
  • green value is 198;
  • blue value is 159.
RGB:
(216,198,159)
(85%,78%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 159 of 255 = 62%

216
198
159

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

Portions of RGB colors in percentages

R + G + B =
216 + 198 + 159 = 573 (100%)
R 216 of 573 ~ 37.7%
G 198 of 573 ~ 34.55%
B 159 of 573 ~ 27.75%

%37.7
%34.55
%27.75

CMYK color model

#D8C69F color CMYK value is (0,8,26,15).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 26.39%
  • key color value is 15.29%
CMYK:
(0,8,26,15)
C0M8Y26K15 
(0%,8%,26%,15%)
(0.00/0.08/0.26/0.15)	

CMYK percentages

%0
%8.33
%26.39
%15.29

Codes

Color #D8C69F in popluar color models

D8C69F
RGB216198159
HSL41°42.22%73.53%
HSB/HSV41°26.39%84.71%
CMYK0.00%8.33%26.39%
15.29%

Color #D8C69F in popluar number systems.

HEXD8C69F
Decimal216198159
Binary110110001100011010011111
Octal330306237

Shades and tints

Shades of #D8C69F

#D8C69F
(216,198,159)
#C5B491
(197,180,145)
#B2A283
(178,162,131)
#9F9075
(159,144,117)
#8C7E67
(140,126,103)
#796C59
(121,108,89)
#665A4B
(102,90,75)
#53483D
(83,72,61)
#40362F
(64,54,47)
#2D2421
(45,36,33)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #D8C69F

#D8C69F
(216,198,159)
#DBCBA7
(219,203,167)
#DED0AF
(222,208,175)
#E1D5B7
(225,213,183)
#E4DABF
(228,218,191)
#E7DFC7
(231,223,199)
#EAE4CF
(234,228,207)
#EDE9D7
(237,233,215)
#F0EEDF
(240,238,223)
#F3F3E7
(243,243,231)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C69F color. Also use rgb(216,198,159) instead hex code.

Text Font Color

.myTextColor { color: #D8C69F; }

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

This text font color is #D8C69F.


Background Color

.myBgColor { background-color: #D8C69F; }

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

This div background color is #D8C69F.


Border color

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

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

This div border color is #D8C69F.


Opacity

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

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

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

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

This text has shadow with #D8C69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C69F on black background.


Color preview on white background

This text has color #D8C69F on white background.



Black color preview on #D8C69F background

This text has black color on #D8C69F background.


White color preview on #D8C69F background

This text has white color on #D8C69F background.