COLOR #D8C673

HEX: #D8C673
RGB: (216,198,115)

Color info

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

RGB color model

#D8C673 color RGB value is (216,198,115).

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

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 115 of 255 = 45%

216
198
115

R + G + B ~ 69%. #D8C673 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 198 + 115 = 529 (100%)
R 216 of 529 ~ 40.83%
G 198 of 529 ~ 37.43%
B 115 of 529 ~ 21.74%

%40.83
%37.43
%21.74

CMYK color model

#D8C673 color CMYK value is (0,8,47,15).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 46.76%
  • key color value is 15.29%
CMYK:
(0,8,47,15)
C0M8Y47K15 
(0%,8%,47%,15%)
(0.00/0.08/0.47/0.15)	

CMYK percentages

%0
%8.33
%46.76
%15.29

Codes

Color #D8C673 in popluar color models

D8C673
RGB216198115
HSL49°56.42%64.90%
HSB/HSV49°46.76%84.71%
CMYK0.00%8.33%46.76%
15.29%

Color #D8C673 in popluar number systems.

HEXD8C673
Decimal216198115
Binary11011000110001101110011
Octal330306163

Shades and tints

Shades of #D8C673

#D8C673
(216,198,115)
#C5B469
(197,180,105)
#B2A25F
(178,162,95)
#9F9055
(159,144,85)
#8C7E4B
(140,126,75)
#796C41
(121,108,65)
#665A37
(102,90,55)
#53482D
(83,72,45)
#403623
(64,54,35)
#2D2419
(45,36,25)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #D8C673

#D8C673
(216,198,115)
#DBCB7F
(219,203,127)
#DED08B
(222,208,139)
#E1D597
(225,213,151)
#E4DAA3
(228,218,163)
#E7DFAF
(231,223,175)
#EAE4BB
(234,228,187)
#EDE9C7
(237,233,199)
#F0EED3
(240,238,211)
#F3F3DF
(243,243,223)
#F6F8EB
(246,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C673; }

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

This text font color is #D8C673.


Background Color

.myBgColor { background-color: #D8C673; }

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

This div background color is #D8C673.


Border color

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

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

This div border color is #D8C673.


Opacity

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

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

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

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

This text has shadow with #D8C673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C673 on black background.


Color preview on white background

This text has color #D8C673 on white background.



Black color preview on #D8C673 background

This text has black color on #D8C673 background.


White color preview on #D8C673 background

This text has white color on #D8C673 background.