Shades of Dark Coral #DA5940
Tints of Dark Coral #DA5940
RGB
CMYK
RGB Variations
Color information
#DA5940 (or 0xDA5940) is known color: Dark Coral. HEX triplet: DA, 59 and 40. RGB value is (218,89,64). Sum of RGB (Red+Green+Blue) = 218+89+64=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5940 is #25A6BF. Grayscale: #7C7C7C. Windows color (decimal): -2467520 or 4217306. OLE color: 4217306.
HSL color Cylindrical-coordinate representation of color #DA5940: hue angle of 9.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA5940 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 64 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.15 |
| HSL | 9.74º | 0.68% | 0.55% | - |
| HSV(B) | 9.74º | 0.71% | 0.85% | - |
| XYZ | 33.41 | 22.42 | 7.42 | - |
| YUV | 124.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 64 | 0 | 0.59 | 0.71 | 0.15 | 9.74 | 0.68 | 0.55 |
| Hex | DA | 59 | 40 | 0 | 3B | 47 | F | A | 44 | 37 |
| Octal | 332 | 131 | 100 | 0 | 73 | 107 | 17 | 12 | 104 | 67 |
| Binary | 11011010 | 1011001 | 1000000 | 0 | 111011 | 1000111 | 1111 | 1010 | 1000100 | 110111 |
Color Harmonies of #DA5940
Complementary color
Monochromatic Colors of #DA5940
Black with #DA5940
Text Example
Text Example
White with #DA5940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5940; }
p { color: rgb(218,89,64); }
H1.HeaderClassName
{
color: #DA5940;
}
.AnyTagClassName
{
color: #DA5940;
}
</style>
background-color css
<style>
a { background-color: #DA5940; }
a { background-color: rgb(218,89,64); }
div.DivClassName
{
background-color: #DA5940;
}
.BgClassName
{
background-color: #DA5940;
}
</style>
border-color css
<style>
span { border-color: #DA5940; }
span { border-color: rgb(218,89,64); }
td.TdClassName
{
border-color: #DA5940;
}
.TagClassName
{
border-color: #DA5940;
}
</style>