Shades of Dark Coral #DB5D42
Tints of Dark Coral #DB5D42
RGB
CMYK
RGB Variations
Color information
#DB5D42 (or 0xDB5D42) is known color: Dark Coral. HEX triplet: DB, 5D and 42. RGB value is (219,93,66). Sum of RGB (Red+Green+Blue) = 219+93+66=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D42 is #24A2BD. Grayscale: #7F7F7F. Windows color (decimal): -2400958 or 4349403. OLE color: 4349403.
HSL color Cylindrical-coordinate representation of color #DB5D42: hue angle of 10.59º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB5D42 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 66 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.14 |
| HSL | 10.59º | 0.68% | 0.56% | - |
| HSV(B) | 10.59º | 0.7% | 0.86% | - |
| XYZ | 34.11 | 23.28 | 7.85 | - |
| YUV | 127.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 66 | 0 | 0.58 | 0.70 | 0.14 | 10.59 | 0.68 | 0.56 |
| Hex | DB | 5D | 42 | 0 | 3A | 46 | E | B | 44 | 38 |
| Octal | 333 | 135 | 102 | 0 | 72 | 106 | 16 | 13 | 104 | 70 |
| Binary | 11011011 | 1011101 | 1000010 | 0 | 111010 | 1000110 | 1110 | 1011 | 1000100 | 111000 |
Color Harmonies of #DB5D42
Complementary color
Monochromatic Colors of #DB5D42
Black with #DB5D42
Text Example
Text Example
White with #DB5D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D42; }
p { color: rgb(219,93,66); }
H1.HeaderClassName
{
color: #DB5D42;
}
.AnyTagClassName
{
color: #DB5D42;
}
</style>
background-color css
<style>
a { background-color: #DB5D42; }
a { background-color: rgb(219,93,66); }
div.DivClassName
{
background-color: #DB5D42;
}
.BgClassName
{
background-color: #DB5D42;
}
</style>
border-color css
<style>
span { border-color: #DB5D42; }
span { border-color: rgb(219,93,66); }
td.TdClassName
{
border-color: #DB5D42;
}
.TagClassName
{
border-color: #DB5D42;
}
</style>