COLOR #D9601D

HEX: #D9601D
RGB: (217,96,29)

Color info

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

RGB color model

#D9601D color RGB value is (217,96,29).

  • red value is 217;
  • green value is 96;
  • blue value is 29.
RGB:
(217,96,29)
(85%,38%,11%)

RGB channels and saturation

R 217 of 255 = 85%
G 96 of 255 = 38%
B 29 of 255 = 11%

217
96
29

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

Portions of RGB colors in percentages

R + G + B =
217 + 96 + 29 = 342 (100%)
R 217 of 342 ~ 63.45%
G 96 of 342 ~ 28.07%
B 29 of 342 ~ 8.48%

%63.45
%28.07

CMYK color model

#D9601D color CMYK value is (0,56,87,15).

  • cyan value is 0.00%
  • magenta value is 55.76%
  • yellow value is 86.64%
  • key color value is 14.90%
CMYK:
(0,56,87,15)
C0M56Y87K15 
(0%,56%,87%,15%)
(0.00/0.56/0.87/0.15)	

CMYK percentages

%0
%55.76
%86.64
%14.9

Codes

Color #D9601D in popluar color models

D9601D
RGB2179629
HSL21°76.42%48.24%
HSB/HSV21°86.64%85.10%
CMYK0.00%55.76%86.64%
14.90%

Color #D9601D in popluar number systems.

HEXD9601D
Decimal2179629
Binary11011001110000011101
Octal33114035

Shades and tints

Shades of #D9601D

#D9601D
(217,96,29)
#C6581B
(198,88,27)
#B35019
(179,80,25)
#A04817
(160,72,23)
#8D4015
(141,64,21)
#7A3813
(122,56,19)
#673011
(103,48,17)
#54280F
(84,40,15)
#41200D
(65,32,13)
#2E180B
(46,24,11)
#1B1009
(27,16,9)
#000000
(0,0,0)

Tints of #D9601D

#D9601D
(217,96,29)
#DC6E31
(220,110,49)
#DF7C45
(223,124,69)
#E28A59
(226,138,89)
#E5986D
(229,152,109)
#E8A681
(232,166,129)
#EBB495
(235,180,149)
#EEC2A9
(238,194,169)
#F1D0BD
(241,208,189)
#F4DED1
(244,222,209)
#F7ECE5
(247,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9601D color. Also use rgb(217,96,29) instead hex code.

Text Font Color

.myTextColor { color: #D9601D; }

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

This text font color is #D9601D.


Background Color

.myBgColor { background-color: #D9601D; }

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

This div background color is #D9601D.


Border color

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

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

This div border color is #D9601D.


Opacity

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

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

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

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

This text has shadow with #D9601D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9601D on black background.


Color preview on white background

This text has color #D9601D on white background.



Black color preview on #D9601D background

This text has black color on #D9601D background.


White color preview on #D9601D background

This text has white color on #D9601D background.