Shades of Dark Coral #DB563E
Tints of Dark Coral #DB563E
RGB
CMYK
RGB Variations
Color information
#DB563E (or 0xDB563E) is known color: Dark Coral. HEX triplet: DB, 56 and 3E. RGB value is (219,86,62). Sum of RGB (Red+Green+Blue) = 219+86+62=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB563E is #24A9C1. Grayscale: #7B7B7B. Windows color (decimal): -2402754 or 4085467. OLE color: 4085467.
HSL color Cylindrical-coordinate representation of color #DB563E: hue angle of 9.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB563E is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 62 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.14 |
| HSL | 9.17º | 0.69% | 0.55% | - |
| HSV(B) | 9.17º | 0.72% | 0.86% | - |
| XYZ | 33.41 | 22.06 | 7.06 | - |
| YUV | 123.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 62 | 0 | 0.61 | 0.72 | 0.14 | 9.17 | 0.69 | 0.55 |
| Hex | DB | 56 | 3E | 0 | 3D | 48 | E | 9 | 45 | 37 |
| Octal | 333 | 126 | 76 | 0 | 75 | 110 | 16 | 11 | 105 | 67 |
| Binary | 11011011 | 1010110 | 111110 | 0 | 111101 | 1001000 | 1110 | 1001 | 1000101 | 110111 |
Color Harmonies of #DB563E
Complementary color
Monochromatic Colors of #DB563E
Black with #DB563E
Text Example
Text Example
White with #DB563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB563E; }
p { color: rgb(219,86,62); }
H1.HeaderClassName
{
color: #DB563E;
}
.AnyTagClassName
{
color: #DB563E;
}
</style>
background-color css
<style>
a { background-color: #DB563E; }
a { background-color: rgb(219,86,62); }
div.DivClassName
{
background-color: #DB563E;
}
.BgClassName
{
background-color: #DB563E;
}
</style>
border-color css
<style>
span { border-color: #DB563E; }
span { border-color: rgb(219,86,62); }
td.TdClassName
{
border-color: #DB563E;
}
.TagClassName
{
border-color: #DB563E;
}
</style>