COLOR #D96C04

HEX: #D96C04
RGB: (217,108,4)

Color info

#D96C04 contains mainly red color. Web safe color of #D96C04 is #CC6600 (or #C60).

RGB color model

#D96C04 color RGB value is (217,108,4).

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

RGB channels and saturation

R 217 of 255 = 85%
G 108 of 255 = 42%
B 4 of 255 = 2%

217
108
4

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

Portions of RGB colors in percentages

R + G + B =
217 + 108 + 4 = 329 (100%)
R 217 of 329 ~ 65.96%
G 108 of 329 ~ 32.83%
B 4 of 329 ~ 1.22%

%65.96
%32.83

CMYK color model

#D96C04 color CMYK value is (0,50,98,15).

  • cyan value is 0.00%
  • magenta value is 50.23%
  • yellow value is 98.16%
  • key color value is 14.90%
CMYK:
(0,50,98,15)
C0M50Y98K15 
(0%,50%,98%,15%)
(0.00/0.50/0.98/0.15)	

CMYK percentages

%0
%50.23
%98.16
%14.9

Codes

Color #D96C04 in popluar color models

D96C04
RGB2171084
HSL29°96.38%43.33%
HSB/HSV29°98.16%85.10%
CMYK0.00%50.23%98.16%
14.90%

Color #D96C04 in popluar number systems.

HEXD96C04
Decimal2171084
Binary110110011101100100
Octal3311544

Shades and tints

Shades of #D96C04

#D96C04
(217,108,4)
#C66304
(198,99,4)
#B35A04
(179,90,4)
#A05104
(160,81,4)
#8D4804
(141,72,4)
#7A3F04
(122,63,4)
#673604
(103,54,4)
#542D04
(84,45,4)
#412404
(65,36,4)
#2E1B04
(46,27,4)
#1B1204
(27,18,4)
#000000
(0,0,0)

Tints of #D96C04

#D96C04
(217,108,4)
#DC791A
(220,121,26)
#DF8630
(223,134,48)
#E29346
(226,147,70)
#E5A05C
(229,160,92)
#E8AD72
(232,173,114)
#EBBA88
(235,186,136)
#EEC79E
(238,199,158)
#F1D4B4
(241,212,180)
#F4E1CA
(244,225,202)
#F7EEE0
(247,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D96C04; }

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

This text font color is #D96C04.


Background Color

.myBgColor { background-color: #D96C04; }

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

This div background color is #D96C04.


Border color

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

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

This div border color is #D96C04.


Opacity

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

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

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

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

This text has shadow with #D96C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96C04 on black background.


Color preview on white background

This text has color #D96C04 on white background.



Black color preview on #D96C04 background

This text has black color on #D96C04 background.


White color preview on #D96C04 background

This text has white color on #D96C04 background.