COLOR #D8C493

HEX: #D8C493
RGB: (216,196,147)

Color info

#D8C493 contains mainly red and green colors. Web safe color of #D8C493 is #CCCC99 (or #CC9).

RGB color model

#D8C493 color RGB value is (216,196,147).

  • red value is 216;
  • green value is 196;
  • blue value is 147.
RGB:
(216,196,147)
(85%,77%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 196 of 255 = 77%
B 147 of 255 = 58%

216
196
147

R + G + B ~ 73%. #D8C493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 196 + 147 = 559 (100%)
R 216 of 559 ~ 38.64%
G 196 of 559 ~ 35.06%
B 147 of 559 ~ 26.3%

%38.64
%35.06
%26.3

CMYK color model

#D8C493 color CMYK value is (0,9,32,15).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 31.94%
  • key color value is 15.29%
CMYK:
(0,9,32,15)
C0M9Y32K15 
(0%,9%,32%,15%)
(0.00/0.09/0.32/0.15)	

CMYK percentages

%0
%9.26
%31.94
%15.29

Codes

Color #D8C493 in popluar color models

D8C493
RGB216196147
HSL43°46.94%71.18%
HSB/HSV43°31.94%84.71%
CMYK0.00%9.26%31.94%
15.29%

Color #D8C493 in popluar number systems.

HEXD8C493
Decimal216196147
Binary110110001100010010010011
Octal330304223

Shades and tints

Shades of #D8C493

#D8C493
(216,196,147)
#C5B386
(197,179,134)
#B2A279
(178,162,121)
#9F916C
(159,145,108)
#8C805F
(140,128,95)
#796F52
(121,111,82)
#665E45
(102,94,69)
#534D38
(83,77,56)
#403C2B
(64,60,43)
#2D2B1E
(45,43,30)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #D8C493

#D8C493
(216,196,147)
#DBC99C
(219,201,156)
#DECEA5
(222,206,165)
#E1D3AE
(225,211,174)
#E4D8B7
(228,216,183)
#E7DDC0
(231,221,192)
#EAE2C9
(234,226,201)
#EDE7D2
(237,231,210)
#F0ECDB
(240,236,219)
#F3F1E4
(243,241,228)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C493 color. Also use rgb(216,196,147) instead hex code.

Text Font Color

.myTextColor { color: #D8C493; }

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

This text font color is #D8C493.


Background Color

.myBgColor { background-color: #D8C493; }

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

This div background color is #D8C493.


Border color

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

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

This div border color is #D8C493.


Opacity

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

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

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

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

This text has shadow with #D8C493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C493 on black background.


Color preview on white background

This text has color #D8C493 on white background.



Black color preview on #D8C493 background

This text has black color on #D8C493 background.


White color preview on #D8C493 background

This text has white color on #D8C493 background.