COLOR #DC604C

HEX: #DC604C
RGB: (220,96,76)

Color info

#DC604C contains mainly red color. Web safe color of #DC604C is #CC6633 (or #C63).

RGB color model

#DC604C color RGB value is (220,96,76).

  • red value is 220;
  • green value is 96;
  • blue value is 76.
RGB:
(220,96,76)
(86%,38%,30%)

RGB channels and saturation

R 220 of 255 = 86%
G 96 of 255 = 38%
B 76 of 255 = 30%

220
96
76

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

Portions of RGB colors in percentages

R + G + B =
220 + 96 + 76 = 392 (100%)
R 220 of 392 ~ 56.12%
G 96 of 392 ~ 24.49%
B 76 of 392 ~ 19.39%

%56.12
%24.49
%19.39

CMYK color model

#DC604C color CMYK value is (0,56,65,14).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 65.45%
  • key color value is 13.73%
CMYK:
(0,56,65,14)
C0M56Y65K14 
(0%,56%,65%,14%)
(0.00/0.56/0.65/0.14)	

CMYK percentages

%0
%56.36
%65.45
%13.73

Codes

Color #DC604C in popluar color models

DC604C
RGB2209676
HSL67.29%58.04%
HSB/HSV65.45%86.27%
CMYK0.00%56.36%65.45%
13.73%

Color #DC604C in popluar number systems.

HEXDC604C
Decimal2209676
Binary1101110011000001001100
Octal334140114

Shades and tints

Shades of #DC604C

#DC604C
(220,96,76)
#C85846
(200,88,70)
#B45040
(180,80,64)
#A0483A
(160,72,58)
#8C4034
(140,64,52)
#78382E
(120,56,46)
#643028
(100,48,40)
#502822
(80,40,34)
#3C201C
(60,32,28)
#281816
(40,24,22)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #DC604C

#DC604C
(220,96,76)
#DF6E5C
(223,110,92)
#E27C6C
(226,124,108)
#E58A7C
(229,138,124)
#E8988C
(232,152,140)
#EBA69C
(235,166,156)
#EEB4AC
(238,180,172)
#F1C2BC
(241,194,188)
#F4D0CC
(244,208,204)
#F7DEDC
(247,222,220)
#FAECEC
(250,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC604C color. Also use rgb(220,96,76) instead hex code.

Text Font Color

.myTextColor { color: #DC604C; }

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

This text font color is #DC604C.


Background Color

.myBgColor { background-color: #DC604C; }

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

This div background color is #DC604C.


Border color

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

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

This div border color is #DC604C.


Opacity

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

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

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

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

This text has shadow with #DC604C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC604C on black background.


Color preview on white background

This text has color #DC604C on white background.



Black color preview on #DC604C background

This text has black color on #DC604C background.


White color preview on #DC604C background

This text has white color on #DC604C background.