COLOR #D04C16

HEX: #D04C16
RGB: (208,76,22)

Color info

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

RGB color model

#D04C16 color RGB value is (208,76,22).

  • red value is 208;
  • green value is 76;
  • blue value is 22.
RGB:
(208,76,22)
(82%,30%,9%)

RGB channels and saturation

R 208 of 255 = 82%
G 76 of 255 = 30%
B 22 of 255 = 9%

208
76
22

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

Portions of RGB colors in percentages

R + G + B =
208 + 76 + 22 = 306 (100%)
R 208 of 306 ~ 67.97%
G 76 of 306 ~ 24.84%
B 22 of 306 ~ 7.19%

%67.97
%24.84

CMYK color model

#D04C16 color CMYK value is (0,63,89,18).

  • cyan value is 0.00%
  • magenta value is 63.46%
  • yellow value is 89.42%
  • key color value is 18.43%
CMYK:
(0,63,89,18)
C0M63Y89K18 
(0%,63%,89%,18%)
(0.00/0.63/0.89/0.18)	

CMYK percentages

%0
%63.46
%89.42
%18.43

Codes

Color #D04C16 in popluar color models

D04C16
RGB2087622
HSL17°80.87%45.10%
HSB/HSV17°89.42%81.57%
CMYK0.00%63.46%89.42%
18.43%

Color #D04C16 in popluar number systems.

HEXD04C16
Decimal2087622
Binary11010000100110010110
Octal32011426

Shades and tints

Shades of #D04C16

#D04C16
(208,76,22)
#BE4614
(190,70,20)
#AC4012
(172,64,18)
#9A3A10
(154,58,16)
#88340E
(136,52,14)
#762E0C
(118,46,12)
#64280A
(100,40,10)
#522208
(82,34,8)
#401C06
(64,28,6)
#2E1604
(46,22,4)
#1C1002
(28,16,2)
#000000
(0,0,0)

Tints of #D04C16

#D04C16
(208,76,22)
#D45C2B
(212,92,43)
#D86C40
(216,108,64)
#DC7C55
(220,124,85)
#E08C6A
(224,140,106)
#E49C7F
(228,156,127)
#E8AC94
(232,172,148)
#ECBCA9
(236,188,169)
#F0CCBE
(240,204,190)
#F4DCD3
(244,220,211)
#F8ECE8
(248,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04C16 color. Also use rgb(208,76,22) instead hex code.

Text Font Color

.myTextColor { color: #D04C16; }

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

This text font color is #D04C16.


Background Color

.myBgColor { background-color: #D04C16; }

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

This div background color is #D04C16.


Border color

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

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

This div border color is #D04C16.


Opacity

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

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

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

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

This text has shadow with #D04C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04C16 on black background.


Color preview on white background

This text has color #D04C16 on white background.



Black color preview on #D04C16 background

This text has black color on #D04C16 background.


White color preview on #D04C16 background

This text has white color on #D04C16 background.