COLOR #DC5E0E

HEX: #DC5E0E RGB: (220,94,14)

Color info

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

RGB color model

#DC5E0E color RGB value is (220,94,14).

RGB: (220,94,14) (86%, 37%, 5%)

RGB channels and saturation

R 220 of 255 = 86%
G 94 of 255 = 37%
B 14 of 255 = 5%

220
94
14

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

Portions of RGB colors in percentages

R + G + B = 220 + 94 + 14 = 328 (100%)
R 220 of 328 ~ 67.07%
G 94 of 328 ~ 28.66%
B 14 of 328 ~ 4.27'%

%67.07
%28.66

CMYK color model

#DC5E0E color CMYK value is (0,57,94,14).

  • cyan value is 0.00%
  • magenta value is 57.27%
  • yellow value is 93.64%
  • key color value is 13.73%

CMYK: (0,57,94,14)
C0M57Y94K14 (0%, 57%, 94%, 14%)
(0.00 / 0.57 / 0.94 / 0.14)

CMYK percentages

%0
%57.27
%93.64
%13.73

Codes

Color #DC5E0E in popluar color models

DC 5E 0E
RGB 220 94 14
HSL 23° 88.03% 45.88%
HSB/HSV 23° 93.64% 86.27%
CMYK 0.00% 57.27% 93.64%
13.73%

Color #DC5E0E in popluar number systems.

HEX DC 5E 0E
Decimal 220 94 14
Binary 11011100 1011110 1110
Octal 334 136 16

Shades and tints

Shades of #DC5E0E

#DC5E0E
(220,94,14)
#C8560D
(200,86,13)
#B44E0C
(180,78,12)
#A0460B
(160,70,11)
#8C3E0A
(140,62,10)
#783609
(120,54,9)
#642E08
(100,46,8)
#502607
(80,38,7)
#3C1E06
(60,30,6)
#281605
(40,22,5)
#140E04
(20,14,4)
#000000
(0,0,0)

Tints of #DC5E0E

#DC5E0E
(220,94,14)
#DF6C23
(223,108,35)
#E27A38
(226,122,56)
#E5884D
(229,136,77)
#E89662
(232,150,98)
#EBA477
(235,164,119)
#EEB28C
(238,178,140)
#F1C0A1
(241,192,161)
#F4CEB6
(244,206,182)
#F7DCCB
(247,220,203)
#FAEAE0
(250,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC5E0E color. Also use rgb(220,94,14) instead hex code.

Text Font Color

.myTextColor { color: #DC5E0E; }

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

This text font color is #DC5E0E.

Background Color

.myBgColor { background-color: #DC5E0E; }

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

This div background color is #DC5E0E.

Border color

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

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

This div border color is #DC5E0E.

Opacity

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

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

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

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

This text has shadow with #DC5E0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC5E0E.

Preview

Color preview on black background

This text has color #DC5E0E on black background.


Color preview on white background

This text has color #DC5E0E on white background.


Black color preview on #DC5E0E background

This text has black color on #DC5E0E background.


White color preview on #DC5E0E background

This text has white color on #DC5E0E background.


Related colors

Complementary color

Complementary color for #hex is #23A1F1.


I love getcolorcode.com

Triadic colors

1 #0EDC5E and #5E0EDC with #DC5E0E are triadic colors.

2 #0E5EDC and #5EDC0E with #DC5E0E are triadic colors.