COLOR #D99C5F

HEX: #D99C5F
RGB: (217,156,95)

Color info

#D99C5F contains mainly red color. Web safe color of #D99C5F is #CC9966 (or #C96).

RGB color model

#D99C5F color RGB value is (217,156,95).

  • red value is 217;
  • green value is 156;
  • blue value is 95.
RGB:
(217,156,95)
(85%,61%,37%)

RGB channels and saturation

R 217 of 255 = 85%
G 156 of 255 = 61%
B 95 of 255 = 37%

217
156
95

R + G + B ~ 61%. #D99C5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 156 + 95 = 468 (100%)
R 217 of 468 ~ 46.37%
G 156 of 468 ~ 33.33%
B 95 of 468 ~ 20.3%

%46.37
%33.33
%20.3

CMYK color model

#D99C5F color CMYK value is (0,28,56,15).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 56.22%
  • key color value is 14.90%
CMYK:
(0,28,56,15)
C0M28Y56K15 
(0%,28%,56%,15%)
(0.00/0.28/0.56/0.15)	

CMYK percentages

%0
%28.11
%56.22
%14.9

Codes

Color #D99C5F in popluar color models

D99C5F
RGB21715695
HSL30°61.62%61.18%
HSB/HSV30°56.22%85.10%
CMYK0.00%28.11%56.22%
14.90%

Color #D99C5F in popluar number systems.

HEXD99C5F
Decimal21715695
Binary11011001100111001011111
Octal331234137

Shades and tints

Shades of #D99C5F

#D99C5F
(217,156,95)
#C68E57
(198,142,87)
#B3804F
(179,128,79)
#A07247
(160,114,71)
#8D643F
(141,100,63)
#7A5637
(122,86,55)
#67482F
(103,72,47)
#543A27
(84,58,39)
#412C1F
(65,44,31)
#2E1E17
(46,30,23)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #D99C5F

#D99C5F
(217,156,95)
#DCA56D
(220,165,109)
#DFAE7B
(223,174,123)
#E2B789
(226,183,137)
#E5C097
(229,192,151)
#E8C9A5
(232,201,165)
#EBD2B3
(235,210,179)
#EEDBC1
(238,219,193)
#F1E4CF
(241,228,207)
#F4EDDD
(244,237,221)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99C5F color. Also use rgb(217,156,95) instead hex code.

Text Font Color

.myTextColor { color: #D99C5F; }

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

This text font color is #D99C5F.


Background Color

.myBgColor { background-color: #D99C5F; }

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

This div background color is #D99C5F.


Border color

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

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

This div border color is #D99C5F.


Opacity

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

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

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

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

This text has shadow with #D99C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99C5F on black background.


Color preview on white background

This text has color #D99C5F on white background.



Black color preview on #D99C5F background

This text has black color on #D99C5F background.


White color preview on #D99C5F background

This text has white color on #D99C5F background.