Shades of Dark Coral #DC553C
Tints of Dark Coral #DC553C
RGB
CMYK
RGB Variations
Color information
#DC553C (or 0xDC553C) is known color: Dark Coral. HEX triplet: DC, 55 and 3C. RGB value is (220,85,60). Sum of RGB (Red+Green+Blue) = 220+85+60=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC553C is #23AAC3. Grayscale: #7A7A7A. Windows color (decimal): -2337476 or 3954140. OLE color: 3954140.
HSL color Cylindrical-coordinate representation of color #DC553C: hue angle of 9.38º 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 #DC553C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 60 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.14 |
| HSL | 9.38º | 0.7% | 0.55% | - |
| HSV(B) | 9.38º | 0.73% | 0.86% | - |
| XYZ | 33.58 | 22.04 | 6.76 | - |
| YUV | 122.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 60 | 0 | 0.61 | 0.73 | 0.14 | 9.38 | 0.7 | 0.55 |
| Hex | DC | 55 | 3C | 0 | 3D | 49 | E | 9 | 46 | 37 |
| Octal | 334 | 125 | 74 | 0 | 75 | 111 | 16 | 11 | 106 | 67 |
| Binary | 11011100 | 1010101 | 111100 | 0 | 111101 | 1001001 | 1110 | 1001 | 1000110 | 110111 |
Color Harmonies of #DC553C
Complementary color
Monochromatic Colors of #DC553C
Black with #DC553C
Text Example
Text Example
White with #DC553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC553C; }
p { color: rgb(220,85,60); }
H1.HeaderClassName
{
color: #DC553C;
}
.AnyTagClassName
{
color: #DC553C;
}
</style>
background-color css
<style>
a { background-color: #DC553C; }
a { background-color: rgb(220,85,60); }
div.DivClassName
{
background-color: #DC553C;
}
.BgClassName
{
background-color: #DC553C;
}
</style>
border-color css
<style>
span { border-color: #DC553C; }
span { border-color: rgb(220,85,60); }
td.TdClassName
{
border-color: #DC553C;
}
.TagClassName
{
border-color: #DC553C;
}
</style>