COLOR #DC7818

HEX: #DC7818
RGB: (220,120,24)

Color info

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

RGB color model

#DC7818 color RGB value is (220,120,24).

  • red value is 220;
  • green value is 120;
  • blue value is 24.
RGB:
(220,120,24)
(86%,47%,9%)

RGB channels and saturation

R 220 of 255 = 86%
G 120 of 255 = 47%
B 24 of 255 = 9%

220
120
24

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

Portions of RGB colors in percentages

R + G + B =
220 + 120 + 24 = 364 (100%)
R 220 of 364 ~ 60.44%
G 120 of 364 ~ 32.97%
B 24 of 364 ~ 6.59%

%60.44
%32.97

CMYK color model

#DC7818 color CMYK value is (0,45,89,14).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 89.09%
  • key color value is 13.73%
CMYK:
(0,45,89,14)
C0M45Y89K14 
(0%,45%,89%,14%)
(0.00/0.45/0.89/0.14)	

CMYK percentages

%0
%45.45
%89.09
%13.73

Codes

Color #DC7818 in popluar color models

DC7818
RGB22012024
HSL29°80.33%47.84%
HSB/HSV29°89.09%86.27%
CMYK0.00%45.45%89.09%
13.73%

Color #DC7818 in popluar number systems.

HEXDC7818
Decimal22012024
Binary11011100111100011000
Octal33417030

Shades and tints

Shades of #DC7818

#DC7818
(220,120,24)
#C86E16
(200,110,22)
#B46414
(180,100,20)
#A05A12
(160,90,18)
#8C5010
(140,80,16)
#78460E
(120,70,14)
#643C0C
(100,60,12)
#50320A
(80,50,10)
#3C2808
(60,40,8)
#281E06
(40,30,6)
#141404
(20,20,4)
#000000
(0,0,0)

Tints of #DC7818

#DC7818
(220,120,24)
#DF842D
(223,132,45)
#E29042
(226,144,66)
#E59C57
(229,156,87)
#E8A86C
(232,168,108)
#EBB481
(235,180,129)
#EEC096
(238,192,150)
#F1CCAB
(241,204,171)
#F4D8C0
(244,216,192)
#F7E4D5
(247,228,213)
#FAF0EA
(250,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7818 color. Also use rgb(220,120,24) instead hex code.

Text Font Color

.myTextColor { color: #DC7818; }

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

This text font color is #DC7818.


Background Color

.myBgColor { background-color: #DC7818; }

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

This div background color is #DC7818.


Border color

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

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

This div border color is #DC7818.


Opacity

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

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

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

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

This text has shadow with #DC7818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7818 on black background.


Color preview on white background

This text has color #DC7818 on white background.



Black color preview on #DC7818 background

This text has black color on #DC7818 background.


White color preview on #DC7818 background

This text has white color on #DC7818 background.