Shades of Dark Coral #DA563C
Tints of Dark Coral #DA563C
RGB
CMYK
RGB Variations
Color information
#DA563C (or 0xDA563C) is known color: Dark Coral. HEX triplet: DA, 56 and 3C. RGB value is (218,86,60). Sum of RGB (Red+Green+Blue) = 218+86+60=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA563C is #25A9C3. Grayscale: #7A7A7A. Windows color (decimal): -2468292 or 3954394. OLE color: 3954394.
HSL color Cylindrical-coordinate representation of color #DA563C: hue angle of 9.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA563C is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 60 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.15 |
| HSL | 9.87º | 0.68% | 0.55% | - |
| HSV(B) | 9.87º | 0.72% | 0.85% | - |
| XYZ | 33.06 | 21.89 | 6.76 | - |
| YUV | 122.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 60 | 0 | 0.61 | 0.72 | 0.15 | 9.87 | 0.68 | 0.55 |
| Hex | DA | 56 | 3C | 0 | 3D | 48 | F | A | 44 | 37 |
| Octal | 332 | 126 | 74 | 0 | 75 | 110 | 17 | 12 | 104 | 67 |
| Binary | 11011010 | 1010110 | 111100 | 0 | 111101 | 1001000 | 1111 | 1010 | 1000100 | 110111 |
Color Harmonies of #DA563C
Complementary color
Monochromatic Colors of #DA563C
Black with #DA563C
Text Example
Text Example
White with #DA563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA563C; }
p { color: rgb(218,86,60); }
H1.HeaderClassName
{
color: #DA563C;
}
.AnyTagClassName
{
color: #DA563C;
}
</style>
background-color css
<style>
a { background-color: #DA563C; }
a { background-color: rgb(218,86,60); }
div.DivClassName
{
background-color: #DA563C;
}
.BgClassName
{
background-color: #DA563C;
}
</style>
border-color css
<style>
span { border-color: #DA563C; }
span { border-color: rgb(218,86,60); }
td.TdClassName
{
border-color: #DA563C;
}
.TagClassName
{
border-color: #DA563C;
}
</style>