COLOR #DC7453

HEX: #DC7453
RGB: (220,116,83)

Color info

#DC7453 contains mainly red color. Web safe color of #DC7453 is #CC6666 (or #C66).

RGB color model

#DC7453 color RGB value is (220,116,83).

  • red value is 220;
  • green value is 116;
  • blue value is 83.
RGB:
(220,116,83)
(86%,45%,33%)

RGB channels and saturation

R 220 of 255 = 86%
G 116 of 255 = 45%
B 83 of 255 = 33%

220
116
83

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

Portions of RGB colors in percentages

R + G + B =
220 + 116 + 83 = 419 (100%)
R 220 of 419 ~ 52.51%
G 116 of 419 ~ 27.68%
B 83 of 419 ~ 19.81%

%52.51
%27.68
%19.81

CMYK color model

#DC7453 color CMYK value is (0,47,62,14).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 62.27%
  • key color value is 13.73%
CMYK:
(0,47,62,14)
C0M47Y62K14 
(0%,47%,62%,14%)
(0.00/0.47/0.62/0.14)	

CMYK percentages

%0
%47.27
%62.27
%13.73

Codes

Color #DC7453 in popluar color models

DC7453
RGB22011683
HSL14°66.18%59.41%
HSB/HSV14°62.27%86.27%
CMYK0.00%47.27%62.27%
13.73%

Color #DC7453 in popluar number systems.

HEXDC7453
Decimal22011683
Binary1101110011101001010011
Octal334164123

Shades and tints

Shades of #DC7453

#DC7453
(220,116,83)
#C86A4C
(200,106,76)
#B46045
(180,96,69)
#A0563E
(160,86,62)
#8C4C37
(140,76,55)
#784230
(120,66,48)
#643829
(100,56,41)
#502E22
(80,46,34)
#3C241B
(60,36,27)
#281A14
(40,26,20)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #DC7453

#DC7453
(220,116,83)
#DF8062
(223,128,98)
#E28C71
(226,140,113)
#E59880
(229,152,128)
#E8A48F
(232,164,143)
#EBB09E
(235,176,158)
#EEBCAD
(238,188,173)
#F1C8BC
(241,200,188)
#F4D4CB
(244,212,203)
#F7E0DA
(247,224,218)
#FAECE9
(250,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7453 color. Also use rgb(220,116,83) instead hex code.

Text Font Color

.myTextColor { color: #DC7453; }

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

This text font color is #DC7453.


Background Color

.myBgColor { background-color: #DC7453; }

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

This div background color is #DC7453.


Border color

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

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

This div border color is #DC7453.


Opacity

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

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

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

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

This text has shadow with #DC7453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7453 on black background.


Color preview on white background

This text has color #DC7453 on white background.



Black color preview on #DC7453 background

This text has black color on #DC7453 background.


White color preview on #DC7453 background

This text has white color on #DC7453 background.