COLOR #DC4D23

HEX: #DC4D23
RGB: (220,77,35)

Color info

#DC4D23 contains mainly red color. Web safe color of #DC4D23 is #CC3333 (or #C33).

RGB color model

#DC4D23 color RGB value is (220,77,35).

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

RGB channels and saturation

R 220 of 255 = 86%
G 77 of 255 = 30%
B 35 of 255 = 14%

220
77
35

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

Portions of RGB colors in percentages

R + G + B =
220 + 77 + 35 = 332 (100%)
R 220 of 332 ~ 66.27%
G 77 of 332 ~ 23.19%
B 35 of 332 ~ 10.54%

%66.27
%23.19
%10.54

CMYK color model

#DC4D23 color CMYK value is (0,65,84,14).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 84.09%
  • key color value is 13.73%
CMYK:
(0,65,84,14)
C0M65Y84K14 
(0%,65%,84%,14%)
(0.00/0.65/0.84/0.14)	

CMYK percentages

%0
%65
%84.09
%13.73

Codes

Color #DC4D23 in popluar color models

DC4D23
RGB2207735
HSL14°72.55%50.00%
HSB/HSV14°84.09%86.27%
CMYK0.00%65.00%84.09%
13.73%

Color #DC4D23 in popluar number systems.

HEXDC4D23
Decimal2207735
Binary110111001001101100011
Octal33411543

Shades and tints

Shades of #DC4D23

#DC4D23
(220,77,35)
#C84620
(200,70,32)
#B43F1D
(180,63,29)
#A0381A
(160,56,26)
#8C3117
(140,49,23)
#782A14
(120,42,20)
#642311
(100,35,17)
#501C0E
(80,28,14)
#3C150B
(60,21,11)
#280E08
(40,14,8)
#140705
(20,7,5)
#000000
(0,0,0)

Tints of #DC4D23

#DC4D23
(220,77,35)
#DF5D37
(223,93,55)
#E26D4B
(226,109,75)
#E57D5F
(229,125,95)
#E88D73
(232,141,115)
#EB9D87
(235,157,135)
#EEAD9B
(238,173,155)
#F1BDAF
(241,189,175)
#F4CDC3
(244,205,195)
#F7DDD7
(247,221,215)
#FAEDEB
(250,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC4D23; }

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

This text font color is #DC4D23.


Background Color

.myBgColor { background-color: #DC4D23; }

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

This div background color is #DC4D23.


Border color

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

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

This div border color is #DC4D23.


Opacity

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

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

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

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

This text has shadow with #DC4D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC4D23 on black background.


Color preview on white background

This text has color #DC4D23 on white background.



Black color preview on #DC4D23 background

This text has black color on #DC4D23 background.


White color preview on #DC4D23 background

This text has white color on #DC4D23 background.