COLOR #D8C068

HEX: #D8C068
RGB: (216,192,104)

Color info

#D8C068 contains mainly red and green colors. Web safe color of #D8C068 is #CCCC66 (or #CC6).

RGB color model

#D8C068 color RGB value is (216,192,104).

  • red value is 216;
  • green value is 192;
  • blue value is 104.
RGB:
(216,192,104)
(85%,75%,41%)

RGB channels and saturation

R 216 of 255 = 85%
G 192 of 255 = 75%
B 104 of 255 = 41%

216
192
104

R + G + B ~ 67%. #D8C068 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 192 + 104 = 512 (100%)
R 216 of 512 ~ 42.19%
G 192 of 512 ~ 37.5%
B 104 of 512 ~ 20.31%

%42.19
%37.5
%20.31

CMYK color model

#D8C068 color CMYK value is (0,11,52,15).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 51.85%
  • key color value is 15.29%
CMYK:
(0,11,52,15)
C0M11Y52K15 
(0%,11%,52%,15%)
(0.00/0.11/0.52/0.15)	

CMYK percentages

%0
%11.11
%51.85
%15.29

Codes

Color #D8C068 in popluar color models

D8C068
RGB216192104
HSL47°58.95%62.75%
HSB/HSV47°51.85%84.71%
CMYK0.00%11.11%51.85%
15.29%

Color #D8C068 in popluar number systems.

HEXD8C068
Decimal216192104
Binary11011000110000001101000
Octal330300150

Shades and tints

Shades of #D8C068

#D8C068
(216,192,104)
#C5AF5F
(197,175,95)
#B29E56
(178,158,86)
#9F8D4D
(159,141,77)
#8C7C44
(140,124,68)
#796B3B
(121,107,59)
#665A32
(102,90,50)
#534929
(83,73,41)
#403820
(64,56,32)
#2D2717
(45,39,23)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #D8C068

#D8C068
(216,192,104)
#DBC575
(219,197,117)
#DECA82
(222,202,130)
#E1CF8F
(225,207,143)
#E4D49C
(228,212,156)
#E7D9A9
(231,217,169)
#EADEB6
(234,222,182)
#EDE3C3
(237,227,195)
#F0E8D0
(240,232,208)
#F3EDDD
(243,237,221)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C068 color. Also use rgb(216,192,104) instead hex code.

Text Font Color

.myTextColor { color: #D8C068; }

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

This text font color is #D8C068.


Background Color

.myBgColor { background-color: #D8C068; }

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

This div background color is #D8C068.


Border color

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

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

This div border color is #D8C068.


Opacity

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

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

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

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

This text has shadow with #D8C068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C068 on black background.


Color preview on white background

This text has color #D8C068 on white background.



Black color preview on #D8C068 background

This text has black color on #D8C068 background.


White color preview on #D8C068 background

This text has white color on #D8C068 background.