Shades of Dark Coral #DB5943
Tints of Dark Coral #DB5943
RGB
CMYK
RGB Variations
Color information
#DB5943 (or 0xDB5943) is known color: Dark Coral. HEX triplet: DB, 59 and 43. RGB value is (219,89,67). Sum of RGB (Red+Green+Blue) = 219+89+67=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5943 is #24A6BC. Grayscale: #7D7D7D. Windows color (decimal): -2401981 or 4413915. OLE color: 4413915.
HSL color Cylindrical-coordinate representation of color #DB5943: hue angle of 8.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB5943 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 67 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.14 |
| HSL | 8.68º | 0.68% | 0.56% | - |
| HSV(B) | 8.68º | 0.69% | 0.86% | - |
| XYZ | 33.8 | 22.61 | 7.89 | - |
| YUV | 125.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 67 | 0 | 0.59 | 0.69 | 0.14 | 8.68 | 0.68 | 0.56 |
| Hex | DB | 59 | 43 | 0 | 3B | 45 | E | 9 | 44 | 38 |
| Octal | 333 | 131 | 103 | 0 | 73 | 105 | 16 | 11 | 104 | 70 |
| Binary | 11011011 | 1011001 | 1000011 | 0 | 111011 | 1000101 | 1110 | 1001 | 1000100 | 111000 |
Color Harmonies of #DB5943
Complementary color
Monochromatic Colors of #DB5943
Black with #DB5943
Text Example
Text Example
White with #DB5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5943; }
p { color: rgb(219,89,67); }
H1.HeaderClassName
{
color: #DB5943;
}
.AnyTagClassName
{
color: #DB5943;
}
</style>
background-color css
<style>
a { background-color: #DB5943; }
a { background-color: rgb(219,89,67); }
div.DivClassName
{
background-color: #DB5943;
}
.BgClassName
{
background-color: #DB5943;
}
</style>
border-color css
<style>
span { border-color: #DB5943; }
span { border-color: rgb(219,89,67); }
td.TdClassName
{
border-color: #DB5943;
}
.TagClassName
{
border-color: #DB5943;
}
</style>