Shades of Dark Coral #DB6040
Tints of Dark Coral #DB6040
RGB
CMYK
RGB Variations
Color information
#DB6040 (or 0xDB6040) is known color: Dark Coral. HEX triplet: DB, 60 and 40. RGB value is (219,96,64). Sum of RGB (Red+Green+Blue) = 219+96+64=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6040 is #249FBF. Grayscale: #818181. Windows color (decimal): -2400192 or 4219099. OLE color: 4219099.
HSL color Cylindrical-coordinate representation of color #DB6040: hue angle of 12.39º 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 #DB6040 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 64 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.14 |
| HSL | 12.39º | 0.68% | 0.55% | - |
| HSV(B) | 12.39º | 0.71% | 0.86% | - |
| XYZ | 34.32 | 23.8 | 7.63 | - |
| YUV | 129.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 64 | 0 | 0.56 | 0.71 | 0.14 | 12.39 | 0.68 | 0.55 |
| Hex | DB | 60 | 40 | 0 | 38 | 47 | E | C | 44 | 37 |
| Octal | 333 | 140 | 100 | 0 | 70 | 107 | 16 | 14 | 104 | 67 |
| Binary | 11011011 | 1100000 | 1000000 | 0 | 111000 | 1000111 | 1110 | 1100 | 1000100 | 110111 |
Color Harmonies of #DB6040
Complementary color
Monochromatic Colors of #DB6040
Black with #DB6040
Text Example
Text Example
White with #DB6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6040; }
p { color: rgb(219,96,64); }
H1.HeaderClassName
{
color: #DB6040;
}
.AnyTagClassName
{
color: #DB6040;
}
</style>
background-color css
<style>
a { background-color: #DB6040; }
a { background-color: rgb(219,96,64); }
div.DivClassName
{
background-color: #DB6040;
}
.BgClassName
{
background-color: #DB6040;
}
</style>
border-color css
<style>
span { border-color: #DB6040; }
span { border-color: rgb(219,96,64); }
td.TdClassName
{
border-color: #DB6040;
}
.TagClassName
{
border-color: #DB6040;
}
</style>