Shades of Dark Coral #DB5F41
Tints of Dark Coral #DB5F41
RGB
CMYK
RGB Variations
Color information
#DB5F41 (or 0xDB5F41) is known color: Dark Coral. HEX triplet: DB, 5F and 41. RGB value is (219,95,65). Sum of RGB (Red+Green+Blue) = 219+95+65=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F41 is #24A0BE. Grayscale: #808080. Windows color (decimal): -2400447 or 4284379. OLE color: 4284379.
HSL color Cylindrical-coordinate representation of color #DB5F41: hue angle of 11.69º 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 #DB5F41 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 65 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.14 |
| HSL | 11.69º | 0.68% | 0.56% | - |
| HSV(B) | 11.69º | 0.7% | 0.86% | - |
| XYZ | 34.26 | 23.63 | 7.76 | - |
| YUV | 128.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 65 | 0 | 0.57 | 0.70 | 0.14 | 11.69 | 0.68 | 0.56 |
| Hex | DB | 5F | 41 | 0 | 39 | 46 | E | C | 44 | 38 |
| Octal | 333 | 137 | 101 | 0 | 71 | 106 | 16 | 14 | 104 | 70 |
| Binary | 11011011 | 1011111 | 1000001 | 0 | 111001 | 1000110 | 1110 | 1100 | 1000100 | 111000 |
Color Harmonies of #DB5F41
Complementary color
Monochromatic Colors of #DB5F41
Black with #DB5F41
Text Example
Text Example
White with #DB5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F41; }
p { color: rgb(219,95,65); }
H1.HeaderClassName
{
color: #DB5F41;
}
.AnyTagClassName
{
color: #DB5F41;
}
</style>
background-color css
<style>
a { background-color: #DB5F41; }
a { background-color: rgb(219,95,65); }
div.DivClassName
{
background-color: #DB5F41;
}
.BgClassName
{
background-color: #DB5F41;
}
</style>
border-color css
<style>
span { border-color: #DB5F41; }
span { border-color: rgb(219,95,65); }
td.TdClassName
{
border-color: #DB5F41;
}
.TagClassName
{
border-color: #DB5F41;
}
</style>