COLOR #D96C42

HEX: #D96C42
RGB: (217,108,66)

Color info

#D96C42 contains mainly red color. Web safe color of #D96C42 is #CC6633 (or #C63).

RGB color model

#D96C42 color RGB value is (217,108,66).

  • red value is 217;
  • green value is 108;
  • blue value is 66.
RGB:
(217,108,66)
(85%,42%,26%)

RGB channels and saturation

R 217 of 255 = 85%
G 108 of 255 = 42%
B 66 of 255 = 26%

217
108
66

R + G + B ~ 51%. #D96C42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
217 + 108 + 66 = 391 (100%)
R 217 of 391 ~ 55.5%
G 108 of 391 ~ 27.62%
B 66 of 391 ~ 16.88%

%55.5
%27.62
%16.88

CMYK color model

#D96C42 color CMYK value is (0,50,70,15).

  • cyan value is 0.00%
  • magenta value is 50.23%
  • yellow value is 69.59%
  • key color value is 14.90%
CMYK:
(0,50,70,15)
C0M50Y70K15 
(0%,50%,70%,15%)
(0.00/0.50/0.70/0.15)	

CMYK percentages

%0
%50.23
%69.59
%14.9

Codes

Color #D96C42 in popluar color models

D96C42
RGB21710866
HSL17°66.52%55.49%
HSB/HSV17°69.59%85.10%
CMYK0.00%50.23%69.59%
14.90%

Color #D96C42 in popluar number systems.

HEXD96C42
Decimal21710866
Binary1101100111011001000010
Octal331154102

Shades and tints

Shades of #D96C42

#D96C42
(217,108,66)
#C6633C
(198,99,60)
#B35A36
(179,90,54)
#A05130
(160,81,48)
#8D482A
(141,72,42)
#7A3F24
(122,63,36)
#67361E
(103,54,30)
#542D18
(84,45,24)
#412412
(65,36,18)
#2E1B0C
(46,27,12)
#1B1206
(27,18,6)
#000000
(0,0,0)

Tints of #D96C42

#D96C42
(217,108,66)
#DC7953
(220,121,83)
#DF8664
(223,134,100)
#E29375
(226,147,117)
#E5A086
(229,160,134)
#E8AD97
(232,173,151)
#EBBAA8
(235,186,168)
#EEC7B9
(238,199,185)
#F1D4CA
(241,212,202)
#F4E1DB
(244,225,219)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96C42 color. Also use rgb(217,108,66) instead hex code.

Text Font Color

.myTextColor { color: #D96C42; }

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

This text font color is #D96C42.


Background Color

.myBgColor { background-color: #D96C42; }

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

This div background color is #D96C42.


Border color

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

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

This div border color is #D96C42.


Opacity

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

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

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

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

This text has shadow with #D96C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96C42 on black background.


Color preview on white background

This text has color #D96C42 on white background.



Black color preview on #D96C42 background

This text has black color on #D96C42 background.


White color preview on #D96C42 background

This text has white color on #D96C42 background.