COLOR #D8C299

HEX: #D8C299
RGB: (216,194,153)

Color info

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

RGB color model

#D8C299 color RGB value is (216,194,153).

  • red value is 216;
  • green value is 194;
  • blue value is 153.
RGB:
(216,194,153)
(85%,76%,60%)

RGB channels and saturation

R 216 of 255 = 85%
G 194 of 255 = 76%
B 153 of 255 = 60%

216
194
153

R + G + B ~ 74%. #D8C299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 194 + 153 = 563 (100%)
R 216 of 563 ~ 38.37%
G 194 of 563 ~ 34.46%
B 153 of 563 ~ 27.18%

%38.37
%34.46
%27.18

CMYK color model

#D8C299 color CMYK value is (0,10,29,15).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 29.17%
  • key color value is 15.29%
CMYK:
(0,10,29,15)
C0M10Y29K15 
(0%,10%,29%,15%)
(0.00/0.10/0.29/0.15)	

CMYK percentages

%0
%10.19
%29.17
%15.29

Codes

Color #D8C299 in popluar color models

D8C299
RGB216194153
HSL39°44.68%72.35%
HSB/HSV39°29.17%84.71%
CMYK0.00%10.19%29.17%
15.29%

Color #D8C299 in popluar number systems.

HEXD8C299
Decimal216194153
Binary110110001100001010011001
Octal330302231

Shades and tints

Shades of #D8C299

#D8C299
(216,194,153)
#C5B18C
(197,177,140)
#B2A07F
(178,160,127)
#9F8F72
(159,143,114)
#8C7E65
(140,126,101)
#796D58
(121,109,88)
#665C4B
(102,92,75)
#534B3E
(83,75,62)
#403A31
(64,58,49)
#2D2924
(45,41,36)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8C299

#D8C299
(216,194,153)
#DBC7A2
(219,199,162)
#DECCAB
(222,204,171)
#E1D1B4
(225,209,180)
#E4D6BD
(228,214,189)
#E7DBC6
(231,219,198)
#EAE0CF
(234,224,207)
#EDE5D8
(237,229,216)
#F0EAE1
(240,234,225)
#F3EFEA
(243,239,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C299 color. Also use rgb(216,194,153) instead hex code.

Text Font Color

.myTextColor { color: #D8C299; }

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

This text font color is #D8C299.


Background Color

.myBgColor { background-color: #D8C299; }

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

This div background color is #D8C299.


Border color

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

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

This div border color is #D8C299.


Opacity

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

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

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

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

This text has shadow with #D8C299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C299 on black background.


Color preview on white background

This text has color #D8C299 on white background.



Black color preview on #D8C299 background

This text has black color on #D8C299 background.


White color preview on #D8C299 background

This text has white color on #D8C299 background.