Shades of Dark Coral #DA5D45
Tints of Dark Coral #DA5D45
RGB
CMYK
RGB Variations
Color information
#DA5D45 (or 0xDA5D45) is known color: Dark Coral. HEX triplet: DA, 5D and 45. RGB value is (218,93,69). Sum of RGB (Red+Green+Blue) = 218+93+69=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D45 is #25A2BA. Grayscale: #7F7F7F. Windows color (decimal): -2466491 or 4546010. OLE color: 4546010.
HSL color Cylindrical-coordinate representation of color #DA5D45: hue angle of 9.66º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA5D45 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 69 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.15 |
| HSL | 9.66º | 0.67% | 0.56% | - |
| HSV(B) | 9.66º | 0.68% | 0.85% | - |
| XYZ | 33.9 | 23.16 | 8.31 | - |
| YUV | 127.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 69 | 0 | 0.57 | 0.68 | 0.15 | 9.66 | 0.67 | 0.56 |
| Hex | DA | 5D | 45 | 0 | 39 | 44 | F | A | 43 | 38 |
| Octal | 332 | 135 | 105 | 0 | 71 | 104 | 17 | 12 | 103 | 70 |
| Binary | 11011010 | 1011101 | 1000101 | 0 | 111001 | 1000100 | 1111 | 1010 | 1000011 | 111000 |
Color Harmonies of #DA5D45
Complementary color
Monochromatic Colors of #DA5D45
Black with #DA5D45
Text Example
Text Example
White with #DA5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D45; }
p { color: rgb(218,93,69); }
H1.HeaderClassName
{
color: #DA5D45;
}
.AnyTagClassName
{
color: #DA5D45;
}
</style>
background-color css
<style>
a { background-color: #DA5D45; }
a { background-color: rgb(218,93,69); }
div.DivClassName
{
background-color: #DA5D45;
}
.BgClassName
{
background-color: #DA5D45;
}
</style>
border-color css
<style>
span { border-color: #DA5D45; }
span { border-color: rgb(218,93,69); }
td.TdClassName
{
border-color: #DA5D45;
}
.TagClassName
{
border-color: #DA5D45;
}
</style>