Shades of Dark Coral #DB563F
Tints of Dark Coral #DB563F
RGB
CMYK
RGB Variations
Color information
#DB563F (or 0xDB563F) is known color: Dark Coral. HEX triplet: DB, 56 and 3F. RGB value is (219,86,63). Sum of RGB (Red+Green+Blue) = 219+86+63=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB563F is #24A9C0. Grayscale: #7B7B7B. Windows color (decimal): -2402753 or 4151003. OLE color: 4151003.
HSL color Cylindrical-coordinate representation of color #DB563F: hue angle of 8.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB563F is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 63 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.14 |
| HSL | 8.85º | 0.68% | 0.55% | - |
| HSV(B) | 8.85º | 0.71% | 0.86% | - |
| XYZ | 33.44 | 22.07 | 7.2 | - |
| YUV | 123.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 63 | 0 | 0.61 | 0.71 | 0.14 | 8.85 | 0.68 | 0.55 |
| Hex | DB | 56 | 3F | 0 | 3D | 47 | E | 9 | 44 | 37 |
| Octal | 333 | 126 | 77 | 0 | 75 | 107 | 16 | 11 | 104 | 67 |
| Binary | 11011011 | 1010110 | 111111 | 0 | 111101 | 1000111 | 1110 | 1001 | 1000100 | 110111 |
Color Harmonies of #DB563F
Complementary color
Monochromatic Colors of #DB563F
Black with #DB563F
Text Example
Text Example
White with #DB563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB563F; }
p { color: rgb(219,86,63); }
H1.HeaderClassName
{
color: #DB563F;
}
.AnyTagClassName
{
color: #DB563F;
}
</style>
background-color css
<style>
a { background-color: #DB563F; }
a { background-color: rgb(219,86,63); }
div.DivClassName
{
background-color: #DB563F;
}
.BgClassName
{
background-color: #DB563F;
}
</style>
border-color css
<style>
span { border-color: #DB563F; }
span { border-color: rgb(219,86,63); }
td.TdClassName
{
border-color: #DB563F;
}
.TagClassName
{
border-color: #DB563F;
}
</style>