COLOR #D8C567

HEX: #D8C567
RGB: (216,197,103)

Color info

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

RGB color model

#D8C567 color RGB value is (216,197,103).

  • red value is 216;
  • green value is 197;
  • blue value is 103.
RGB:
(216,197,103)
(85%,77%,40%)

RGB channels and saturation

R 216 of 255 = 85%
G 197 of 255 = 77%
B 103 of 255 = 40%

216
197
103

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

Portions of RGB colors in percentages

R + G + B =
216 + 197 + 103 = 516 (100%)
R 216 of 516 ~ 41.86%
G 197 of 516 ~ 38.18%
B 103 of 516 ~ 19.96%

%41.86
%38.18
%19.96

CMYK color model

#D8C567 color CMYK value is (0,9,52,15).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 52.31%
  • key color value is 15.29%
CMYK:
(0,9,52,15)
C0M9Y52K15 
(0%,9%,52%,15%)
(0.00/0.09/0.52/0.15)	

CMYK percentages

%0
%8.8
%52.31
%15.29

Codes

Color #D8C567 in popluar color models

D8C567
RGB216197103
HSL50°59.16%62.55%
HSB/HSV50°52.31%84.71%
CMYK0.00%8.80%52.31%
15.29%

Color #D8C567 in popluar number systems.

HEXD8C567
Decimal216197103
Binary11011000110001011100111
Octal330305147

Shades and tints

Shades of #D8C567

#D8C567
(216,197,103)
#C5B45E
(197,180,94)
#B2A355
(178,163,85)
#9F924C
(159,146,76)
#8C8143
(140,129,67)
#79703A
(121,112,58)
#665F31
(102,95,49)
#534E28
(83,78,40)
#403D1F
(64,61,31)
#2D2C16
(45,44,22)
#1A1B0D
(26,27,13)
#000000
(0,0,0)

Tints of #D8C567

#D8C567
(216,197,103)
#DBCA74
(219,202,116)
#DECF81
(222,207,129)
#E1D48E
(225,212,142)
#E4D99B
(228,217,155)
#E7DEA8
(231,222,168)
#EAE3B5
(234,227,181)
#EDE8C2
(237,232,194)
#F0EDCF
(240,237,207)
#F3F2DC
(243,242,220)
#F6F7E9
(246,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C567 color. Also use rgb(216,197,103) instead hex code.

Text Font Color

.myTextColor { color: #D8C567; }

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

This text font color is #D8C567.


Background Color

.myBgColor { background-color: #D8C567; }

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

This div background color is #D8C567.


Border color

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

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

This div border color is #D8C567.


Opacity

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

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

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

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

This text has shadow with #D8C567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C567 on black background.


Color preview on white background

This text has color #D8C567 on white background.



Black color preview on #D8C567 background

This text has black color on #D8C567 background.


White color preview on #D8C567 background

This text has white color on #D8C567 background.