COLOR #DC4D16

HEX: #DC4D16
RGB: (220,77,22)

Color info

#DC4D16 contains mainly red color. Web safe color of #DC4D16 is #CC3300 (or #C30).

RGB color model

#DC4D16 color RGB value is (220,77,22).

  • red value is 220;
  • green value is 77;
  • blue value is 22.
RGB:
(220,77,22)
(86%,30%,9%)

RGB channels and saturation

R 220 of 255 = 86%
G 77 of 255 = 30%
B 22 of 255 = 9%

220
77
22

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

Portions of RGB colors in percentages

R + G + B =
220 + 77 + 22 = 319 (100%)
R 220 of 319 ~ 68.97%
G 77 of 319 ~ 24.14%
B 22 of 319 ~ 6.9%

%68.97
%24.14

CMYK color model

#DC4D16 color CMYK value is (0,65,90,14).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 90.00%
  • key color value is 13.73%
CMYK:
(0,65,90,14)
C0M65Y90K14 
(0%,65%,90%,14%)
(0.00/0.65/0.90/0.14)	

CMYK percentages

%0
%65
%90
%13.73

Codes

Color #DC4D16 in popluar color models

DC4D16
RGB2207722
HSL17°81.82%47.45%
HSB/HSV17°90.00%86.27%
CMYK0.00%65.00%90.00%
13.73%

Color #DC4D16 in popluar number systems.

HEXDC4D16
Decimal2207722
Binary11011100100110110110
Octal33411526

Shades and tints

Shades of #DC4D16

#DC4D16
(220,77,22)
#C84614
(200,70,20)
#B43F12
(180,63,18)
#A03810
(160,56,16)
#8C310E
(140,49,14)
#782A0C
(120,42,12)
#64230A
(100,35,10)
#501C08
(80,28,8)
#3C1506
(60,21,6)
#280E04
(40,14,4)
#140702
(20,7,2)
#000000
(0,0,0)

Tints of #DC4D16

#DC4D16
(220,77,22)
#DF5D2B
(223,93,43)
#E26D40
(226,109,64)
#E57D55
(229,125,85)
#E88D6A
(232,141,106)
#EB9D7F
(235,157,127)
#EEAD94
(238,173,148)
#F1BDA9
(241,189,169)
#F4CDBE
(244,205,190)
#F7DDD3
(247,221,211)
#FAEDE8
(250,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC4D16 color. Also use rgb(220,77,22) instead hex code.

Text Font Color

.myTextColor { color: #DC4D16; }

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

This text font color is #DC4D16.


Background Color

.myBgColor { background-color: #DC4D16; }

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

This div background color is #DC4D16.


Border color

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

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

This div border color is #DC4D16.


Opacity

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

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

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

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

This text has shadow with #DC4D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC4D16 on black background.


Color preview on white background

This text has color #DC4D16 on white background.



Black color preview on #DC4D16 background

This text has black color on #DC4D16 background.


White color preview on #DC4D16 background

This text has white color on #DC4D16 background.