Shades of Dark Coral #DA5D40
Tints of Dark Coral #DA5D40
RGB
CMYK
RGB Variations
Color information
#DA5D40 (or 0xDA5D40) is known color: Dark Coral. HEX triplet: DA, 5D and 40. RGB value is (218,93,64). Sum of RGB (Red+Green+Blue) = 218+93+64=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D40 is #25A2BF. Grayscale: #7F7F7F. Windows color (decimal): -2466496 or 4218330. OLE color: 4218330.
HSL color Cylindrical-coordinate representation of color #DA5D40: hue angle of 11.3º 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 #DA5D40 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 64 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.15 |
| HSL | 11.3º | 0.68% | 0.55% | - |
| HSV(B) | 11.3º | 0.71% | 0.85% | - |
| XYZ | 33.75 | 23.1 | 7.53 | - |
| YUV | 127.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 64 | 0 | 0.57 | 0.71 | 0.15 | 11.3 | 0.68 | 0.55 |
| Hex | DA | 5D | 40 | 0 | 39 | 47 | F | B | 44 | 37 |
| Octal | 332 | 135 | 100 | 0 | 71 | 107 | 17 | 13 | 104 | 67 |
| Binary | 11011010 | 1011101 | 1000000 | 0 | 111001 | 1000111 | 1111 | 1011 | 1000100 | 110111 |
Color Harmonies of #DA5D40
Complementary color
Monochromatic Colors of #DA5D40
Black with #DA5D40
Text Example
Text Example
White with #DA5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D40; }
p { color: rgb(218,93,64); }
H1.HeaderClassName
{
color: #DA5D40;
}
.AnyTagClassName
{
color: #DA5D40;
}
</style>
background-color css
<style>
a { background-color: #DA5D40; }
a { background-color: rgb(218,93,64); }
div.DivClassName
{
background-color: #DA5D40;
}
.BgClassName
{
background-color: #DA5D40;
}
</style>
border-color css
<style>
span { border-color: #DA5D40; }
span { border-color: rgb(218,93,64); }
td.TdClassName
{
border-color: #DA5D40;
}
.TagClassName
{
border-color: #DA5D40;
}
</style>