#DC573C

Color #DC573C Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #DC573C

Tints of Dark Coral #DC573C

Color information

#DC573C (or 0xDC573C) is unknown color: approx Dark Coral. HEX triplet: DC, 57 and 3C. RGB value is (220,87,60). Sum of RGB (Red+Green+Blue) = 220+87+60=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC573C is #23A8C3. Grayscale: #7B7B7B. Windows color (decimal): -2336964 or 3954652. OLE color: 3954652.

HSL color Cylindrical-coordinate representation of color #DC573C: hue angle of 10.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC573C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2208760-
CMYK00.600.730.14
HSL10.13º69.57%54.9%-
HSV(B)10.13º72.73%86.27%-
XYZ33.7422.366.81-
YUV123.6992.06196.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 59.95%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 60 (23.83% from 255) = 16.35%
R=59.95%
G=23.71%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220876000.600.730.1410.1369.5754.9
HexDC573C03C49Ea4637
Octal33412774074111161210667
Binary11011100101011111110001111001001001111010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC573C; }

 p { color: rgb(220,87,60); }

 H1.HeaderClassName
 {
   color: #DC573C;
 }
 .AnyTagClassName
 {
   color: #DC573C;
 }
</style>
background-color css

<style>
 a { background-color: #DC573C; }

 a { background-color: rgb(220,87,60); }

 div.DivClassName
 {
   background-color: #DC573C;
 }
 .BgClassName
 {
   background-color: #DC573C;
 }
</style>
border-color css

<style>
 span { border-color: #DC573C; }

 span { border-color: rgb(220,87,60); }

 td.TdClassName
 {
   border-color: #DC573C;
 }
 .TagClassName
 {
   border-color: #DC573C;
 }
</style>