Shades of Dark Coral #DA5540
Tints of Dark Coral #DA5540
RGB
CMYK
RGB Variations
Color information
#DA5540 (or 0xDA5540) is known color: Dark Coral. HEX triplet: DA, 55 and 40. RGB value is (218,85,64). Sum of RGB (Red+Green+Blue) = 218+85+64=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5540 is #25AABF. Grayscale: #7A7A7A. Windows color (decimal): -2468544 or 4216282. OLE color: 4216282.
HSL color Cylindrical-coordinate representation of color #DA5540: hue angle of 8.18º 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 #DA5540 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 64 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.15 |
| HSL | 8.18º | 0.68% | 0.55% | - |
| HSV(B) | 8.18º | 0.71% | 0.85% | - |
| XYZ | 33.09 | 21.77 | 7.31 | - |
| YUV | 122.37 | 95.06 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 64 | 0 | 0.61 | 0.71 | 0.15 | 8.18 | 0.68 | 0.55 |
| Hex | DA | 55 | 40 | 0 | 3D | 47 | F | 8 | 44 | 37 |
| Octal | 332 | 125 | 100 | 0 | 75 | 107 | 17 | 10 | 104 | 67 |
| Binary | 11011010 | 1010101 | 1000000 | 0 | 111101 | 1000111 | 1111 | 1000 | 1000100 | 110111 |
Color Harmonies of #DA5540
Complementary color
Monochromatic Colors of #DA5540
Black with #DA5540
Text Example
Text Example
White with #DA5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5540; }
p { color: rgb(218,85,64); }
H1.HeaderClassName
{
color: #DA5540;
}
.AnyTagClassName
{
color: #DA5540;
}
</style>
background-color css
<style>
a { background-color: #DA5540; }
a { background-color: rgb(218,85,64); }
div.DivClassName
{
background-color: #DA5540;
}
.BgClassName
{
background-color: #DA5540;
}
</style>
border-color css
<style>
span { border-color: #DA5540; }
span { border-color: rgb(218,85,64); }
td.TdClassName
{
border-color: #DA5540;
}
.TagClassName
{
border-color: #DA5540;
}
</style>