Shades of Dark Coral #DB5D40
Tints of Dark Coral #DB5D40
RGB
CMYK
RGB Variations
Color information
#DB5D40 (or 0xDB5D40) is known color: Dark Coral. HEX triplet: DB, 5D and 40. RGB value is (219,93,64). Sum of RGB (Red+Green+Blue) = 219+93+64=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D40 is #24A2BF. Grayscale: #7F7F7F. Windows color (decimal): -2400960 or 4218331. OLE color: 4218331.
HSL color Cylindrical-coordinate representation of color #DB5D40: hue angle of 11.23º 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 #DB5D40 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 64 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.14 |
| HSL | 11.23º | 0.68% | 0.55% | - |
| HSV(B) | 11.23º | 0.71% | 0.86% | - |
| XYZ | 34.05 | 23.26 | 7.55 | - |
| YUV | 127.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 64 | 0 | 0.58 | 0.71 | 0.14 | 11.23 | 0.68 | 0.55 |
| Hex | DB | 5D | 40 | 0 | 3A | 47 | E | B | 44 | 37 |
| Octal | 333 | 135 | 100 | 0 | 72 | 107 | 16 | 13 | 104 | 67 |
| Binary | 11011011 | 1011101 | 1000000 | 0 | 111010 | 1000111 | 1110 | 1011 | 1000100 | 110111 |
Color Harmonies of #DB5D40
Complementary color
Monochromatic Colors of #DB5D40
Black with #DB5D40
Text Example
Text Example
White with #DB5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D40; }
p { color: rgb(219,93,64); }
H1.HeaderClassName
{
color: #DB5D40;
}
.AnyTagClassName
{
color: #DB5D40;
}
</style>
background-color css
<style>
a { background-color: #DB5D40; }
a { background-color: rgb(219,93,64); }
div.DivClassName
{
background-color: #DB5D40;
}
.BgClassName
{
background-color: #DB5D40;
}
</style>
border-color css
<style>
span { border-color: #DB5D40; }
span { border-color: rgb(219,93,64); }
td.TdClassName
{
border-color: #DB5D40;
}
.TagClassName
{
border-color: #DB5D40;
}
</style>