Shades of Dark Coral #DB5C42
Tints of Dark Coral #DB5C42
RGB
CMYK
RGB Variations
Color information
#DB5C42 (or 0xDB5C42) is known color: Dark Coral. HEX triplet: DB, 5C and 42. RGB value is (219,92,66). Sum of RGB (Red+Green+Blue) = 219+92+66=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C42 is #24A3BD. Grayscale: #7F7F7F. Windows color (decimal): -2401214 or 4349147. OLE color: 4349147.
HSL color Cylindrical-coordinate representation of color #DB5C42: hue angle of 10.2º 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 #DB5C42 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 66 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.14 |
| HSL | 10.2º | 0.68% | 0.56% | - |
| HSV(B) | 10.2º | 0.7% | 0.86% | - |
| XYZ | 34.02 | 23.11 | 7.82 | - |
| YUV | 127.01 | 93.58 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 66 | 0 | 0.58 | 0.70 | 0.14 | 10.2 | 0.68 | 0.56 |
| Hex | DB | 5C | 42 | 0 | 3A | 46 | E | A | 44 | 38 |
| Octal | 333 | 134 | 102 | 0 | 72 | 106 | 16 | 12 | 104 | 70 |
| Binary | 11011011 | 1011100 | 1000010 | 0 | 111010 | 1000110 | 1110 | 1010 | 1000100 | 111000 |
Color Harmonies of #DB5C42
Complementary color
Monochromatic Colors of #DB5C42
Black with #DB5C42
Text Example
Text Example
White with #DB5C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C42; }
p { color: rgb(219,92,66); }
H1.HeaderClassName
{
color: #DB5C42;
}
.AnyTagClassName
{
color: #DB5C42;
}
</style>
background-color css
<style>
a { background-color: #DB5C42; }
a { background-color: rgb(219,92,66); }
div.DivClassName
{
background-color: #DB5C42;
}
.BgClassName
{
background-color: #DB5C42;
}
</style>
border-color css
<style>
span { border-color: #DB5C42; }
span { border-color: rgb(219,92,66); }
td.TdClassName
{
border-color: #DB5C42;
}
.TagClassName
{
border-color: #DB5C42;
}
</style>