COLOR #D95A04

HEX: #D95A04
RGB: (217,90,4)

Color info

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

RGB color model

#D95A04 color RGB value is (217,90,4).

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

RGB channels and saturation

R 217 of 255 = 85%
G 90 of 255 = 35%
B 4 of 255 = 2%

217
90
4

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

Portions of RGB colors in percentages

R + G + B =
217 + 90 + 4 = 311 (100%)
R 217 of 311 ~ 69.77%
G 90 of 311 ~ 28.94%
B 4 of 311 ~ 1.29%

%69.77
%28.94

CMYK color model

#D95A04 color CMYK value is (0,59,98,15).

  • cyan value is 0.00%
  • magenta value is 58.53%
  • yellow value is 98.16%
  • key color value is 14.90%
CMYK:
(0,59,98,15)
C0M59Y98K15 
(0%,59%,98%,15%)
(0.00/0.59/0.98/0.15)	

CMYK percentages

%0
%58.53
%98.16
%14.9

Codes

Color #D95A04 in popluar color models

D95A04
RGB217904
HSL24°96.38%43.33%
HSB/HSV24°98.16%85.10%
CMYK0.00%58.53%98.16%
14.90%

Color #D95A04 in popluar number systems.

HEXD95A04
Decimal217904
Binary110110011011010100
Octal3311324

Shades and tints

Shades of #D95A04

#D95A04
(217,90,4)
#C65204
(198,82,4)
#B34A04
(179,74,4)
#A04204
(160,66,4)
#8D3A04
(141,58,4)
#7A3204
(122,50,4)
#672A04
(103,42,4)
#542204
(84,34,4)
#411A04
(65,26,4)
#2E1204
(46,18,4)
#1B0A04
(27,10,4)
#000000
(0,0,0)

Tints of #D95A04

#D95A04
(217,90,4)
#DC691A
(220,105,26)
#DF7830
(223,120,48)
#E28746
(226,135,70)
#E5965C
(229,150,92)
#E8A572
(232,165,114)
#EBB488
(235,180,136)
#EEC39E
(238,195,158)
#F1D2B4
(241,210,180)
#F4E1CA
(244,225,202)
#F7F0E0
(247,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D95A04; }

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

This text font color is #D95A04.


Background Color

.myBgColor { background-color: #D95A04; }

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

This div background color is #D95A04.


Border color

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

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

This div border color is #D95A04.


Opacity

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

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

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

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

This text has shadow with #D95A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95A04 on black background.


Color preview on white background

This text has color #D95A04 on white background.



Black color preview on #D95A04 background

This text has black color on #D95A04 background.


White color preview on #D95A04 background

This text has white color on #D95A04 background.