COLOR #D8C39F

HEX: #D8C39F RGB: (216,195,159)

Color info

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

RGB color model

#D8C39F color RGB value is (216,195,159).

RGB: (216,195,159) (85%, 76%, 62%)

RGB channels and saturation

R 216 of 255 = 85%
G 195 of 255 = 76%
B 159 of 255 = 62%

216
195
159

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

Portions of RGB colors in percentages

R + G + B = 216 + 195 + 159 = 570 (100%)
R 216 of 570 ~ 37.89%
G 195 of 570 ~ 34.21%
B 159 of 570 ~ 27.89'%

%37.89
%34.21
%27.89

CMYK color model

#D8C39F color CMYK value is (0,10,26,15).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 26.39%
  • key color value is 15.29%

CMYK: (0,10,26,15)
C0M10Y26K15 (0%, 10%, 26%, 15%)
(0.00 / 0.10 / 0.26 / 0.15)

CMYK percentages

%0
%9.72
%26.39
%15.29

Codes

Color #D8C39F in popluar color models

D8 C3 9F
RGB 216 195 159
HSL 38° 42.22% 73.53%
HSB/HSV 38° 26.39% 84.71%
CMYK 0.00% 9.72% 26.39%
15.29%

Color #D8C39F in popluar number systems.

HEX D8 C3 9F
Decimal 216 195 159
Binary 11011000 11000011 10011111
Octal 330 303 237

Shades and tints

Shades of #D8C39F

#D8C39F
(216,195,159)
#C5B291
(197,178,145)
#B2A183
(178,161,131)
#9F9075
(159,144,117)
#8C7F67
(140,127,103)
#796E59
(121,110,89)
#665D4B
(102,93,75)
#534C3D
(83,76,61)
#403B2F
(64,59,47)
#2D2A21
(45,42,33)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #D8C39F

#D8C39F
(216,195,159)
#DBC8A7
(219,200,167)
#DECDAF
(222,205,175)
#E1D2B7
(225,210,183)
#E4D7BF
(228,215,191)
#E7DCC7
(231,220,199)
#EAE1CF
(234,225,207)
#EDE6D7
(237,230,215)
#F0EBDF
(240,235,223)
#F3F0E7
(243,240,231)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C39F; }

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

This text font color is #D8C39F.

Background Color

.myBgColor { background-color: #D8C39F; }

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

This div background color is #D8C39F.

Border color

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

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

This div border color is #D8C39F.

Opacity

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

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

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

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

This text has shadow with #D8C39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C39F.

Preview

Color preview on black background

This text has color #D8C39F on black background.


Color preview on white background

This text has color #D8C39F on white background.


Black color preview on #D8C39F background

This text has black color on #D8C39F background.


White color preview on #D8C39F background

This text has white color on #D8C39F background.


Related colors

Complementary color

Complementary color for #hex is #273C60.


I love getcolorcode.com

Triadic colors

1 #9FD8C3 and #C39FD8 with #D8C39F are triadic colors.

2 #9FC3D8 and #C3D89F with #D8C39F are triadic colors.