COLOR #D95006

HEX: #D95006
RGB: (217,80,6)

Color info

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

RGB color model

#D95006 color RGB value is (217,80,6).

  • red value is 217;
  • green value is 80;
  • blue value is 6.
RGB:
(217,80,6)
(85%,31%,2%)

RGB channels and saturation

R 217 of 255 = 85%
G 80 of 255 = 31%
B 6 of 255 = 2%

217
80
6

R + G + B ~ 39%. #D95006 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
217 + 80 + 6 = 303 (100%)
R 217 of 303 ~ 71.62%
G 80 of 303 ~ 26.4%
B 6 of 303 ~ 1.98%

%71.62
%26.4

CMYK color model

#D95006 color CMYK value is (0,63,97,15).

  • cyan value is 0.00%
  • magenta value is 63.13%
  • yellow value is 97.24%
  • key color value is 14.90%
CMYK:
(0,63,97,15)
C0M63Y97K15 
(0%,63%,97%,15%)
(0.00/0.63/0.97/0.15)	

CMYK percentages

%0
%63.13
%97.24
%14.9

Codes

Color #D95006 in popluar color models

D95006
RGB217806
HSL21°94.62%43.73%
HSB/HSV21°97.24%85.10%
CMYK0.00%63.13%97.24%
14.90%

Color #D95006 in popluar number systems.

HEXD95006
Decimal217806
Binary110110011010000110
Octal3311206

Shades and tints

Shades of #D95006

#D95006
(217,80,6)
#C64906
(198,73,6)
#B34206
(179,66,6)
#A03B06
(160,59,6)
#8D3406
(141,52,6)
#7A2D06
(122,45,6)
#672606
(103,38,6)
#541F06
(84,31,6)
#411806
(65,24,6)
#2E1106
(46,17,6)
#1B0A06
(27,10,6)
#000000
(0,0,0)

Tints of #D95006

#D95006
(217,80,6)
#DC5F1C
(220,95,28)
#DF6E32
(223,110,50)
#E27D48
(226,125,72)
#E58C5E
(229,140,94)
#E89B74
(232,155,116)
#EBAA8A
(235,170,138)
#EEB9A0
(238,185,160)
#F1C8B6
(241,200,182)
#F4D7CC
(244,215,204)
#F7E6E2
(247,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95006 color. Also use rgb(217,80,6) instead hex code.

Text Font Color

.myTextColor { color: #D95006; }

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

This text font color is #D95006.


Background Color

.myBgColor { background-color: #D95006; }

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

This div background color is #D95006.


Border color

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

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

This div border color is #D95006.


Opacity

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

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

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

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

This text has shadow with #D95006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95006 on black background.


Color preview on white background

This text has color #D95006 on white background.



Black color preview on #D95006 background

This text has black color on #D95006 background.


White color preview on #D95006 background

This text has white color on #D95006 background.