Shades of Dark Coral #DA563D
Tints of Dark Coral #DA563D
RGB
CMYK
RGB Variations
Color information
#DA563D (or 0xDA563D) is known color: Dark Coral. HEX triplet: DA, 56 and 3D. RGB value is (218,86,61). Sum of RGB (Red+Green+Blue) = 218+86+61=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA563D is #25A9C2. Grayscale: #7A7A7A. Windows color (decimal): -2468291 or 4019930. OLE color: 4019930.
HSL color Cylindrical-coordinate representation of color #DA563D: hue angle of 9.55º 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 #DA563D is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 61 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.15 |
| HSL | 9.55º | 0.68% | 0.55% | - |
| HSV(B) | 9.55º | 0.72% | 0.85% | - |
| XYZ | 33.08 | 21.9 | 6.9 | - |
| YUV | 122.62 | 93.23 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 61 | 0 | 0.61 | 0.72 | 0.15 | 9.55 | 0.68 | 0.55 |
| Hex | DA | 56 | 3D | 0 | 3D | 48 | F | A | 44 | 37 |
| Octal | 332 | 126 | 75 | 0 | 75 | 110 | 17 | 12 | 104 | 67 |
| Binary | 11011010 | 1010110 | 111101 | 0 | 111101 | 1001000 | 1111 | 1010 | 1000100 | 110111 |
Color Harmonies of #DA563D
Complementary color
Monochromatic Colors of #DA563D
Black with #DA563D
Text Example
Text Example
White with #DA563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA563D; }
p { color: rgb(218,86,61); }
H1.HeaderClassName
{
color: #DA563D;
}
.AnyTagClassName
{
color: #DA563D;
}
</style>
background-color css
<style>
a { background-color: #DA563D; }
a { background-color: rgb(218,86,61); }
div.DivClassName
{
background-color: #DA563D;
}
.BgClassName
{
background-color: #DA563D;
}
</style>
border-color css
<style>
span { border-color: #DA563D; }
span { border-color: rgb(218,86,61); }
td.TdClassName
{
border-color: #DA563D;
}
.TagClassName
{
border-color: #DA563D;
}
</style>