COLOR #D8C66C

HEX: #D8C66C RGB: (216,198,108)

Color info

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

RGB color model

#D8C66C color RGB value is (216,198,108).

RGB: (216,198,108) (85%, 78%, 42%)

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 108 of 255 = 42%

216
198
108

R + G + B ~ 68%. #D8C66C is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 198 + 108 = 522 (100%)
R 216 of 522 ~ 41.38%
G 198 of 522 ~ 37.93%
B 108 of 522 ~ 20.69'%

%41.38
%37.93
%20.69

CMYK color model

#D8C66C color CMYK value is (0,8,50,15).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 50.00%
  • key color value is 15.29%

CMYK: (0,8,50,15)
C0M8Y50K15 (0%, 8%, 50%, 15%)
(0.00 / 0.08 / 0.50 / 0.15)

CMYK percentages

%0
%8.33
%50
%15.29

Codes

Color #D8C66C in popluar color models

D8 C6 6C
RGB 216 198 108
HSL 50° 58.06% 63.53%
HSB/HSV 50° 50.00% 84.71%
CMYK 0.00% 8.33% 50.00%
15.29%

Color #D8C66C in popluar number systems.

HEX D8 C6 6C
Decimal 216 198 108
Binary 11011000 11000110 1101100
Octal 330 306 154

Shades and tints

Shades of #D8C66C

#D8C66C
(216,198,108)
#C5B463
(197,180,99)
#B2A25A
(178,162,90)
#9F9051
(159,144,81)
#8C7E48
(140,126,72)
#796C3F
(121,108,63)
#665A36
(102,90,54)
#53482D
(83,72,45)
#403624
(64,54,36)
#2D241B
(45,36,27)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #D8C66C

#D8C66C
(216,198,108)
#DBCB79
(219,203,121)
#DED086
(222,208,134)
#E1D593
(225,213,147)
#E4DAA0
(228,218,160)
#E7DFAD
(231,223,173)
#EAE4BA
(234,228,186)
#EDE9C7
(237,233,199)
#F0EED4
(240,238,212)
#F3F3E1
(243,243,225)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C66C; }

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

This text font color is #D8C66C.

Background Color

.myBgColor { background-color: #D8C66C; }

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

This div background color is #D8C66C.

Border color

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

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

This div border color is #D8C66C.

Opacity

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

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

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

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

This text has shadow with #D8C66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C66C.

Preview

Color preview on black background

This text has color #D8C66C on black background.


Color preview on white background

This text has color #D8C66C on white background.


Black color preview on #D8C66C background

This text has black color on #D8C66C background.


White color preview on #D8C66C background

This text has white color on #D8C66C background.


Related colors

Complementary color

Complementary color for #hex is #273993.


I love getcolorcode.com

Triadic colors

1 #6CD8C6 and #C66CD8 with #D8C66C are triadic colors.

2 #6CC6D8 and #C6D86C with #D8C66C are triadic colors.