Shades of Dark Coral #DA5D42
Tints of Dark Coral #DA5D42
RGB
CMYK
RGB Variations
Color information
#DA5D42 (or 0xDA5D42) is known color: Dark Coral. HEX triplet: DA, 5D and 42. RGB value is (218,93,66). Sum of RGB (Red+Green+Blue) = 218+93+66=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D42 is #25A2BD. Grayscale: #7F7F7F. Windows color (decimal): -2466494 or 4349402. OLE color: 4349402.
HSL color Cylindrical-coordinate representation of color #DA5D42: hue angle of 10.66º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA5D42 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 66 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.15 |
| HSL | 10.66º | 0.67% | 0.56% | - |
| HSV(B) | 10.66º | 0.7% | 0.85% | - |
| XYZ | 33.81 | 23.13 | 7.84 | - |
| YUV | 127.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 66 | 0 | 0.57 | 0.70 | 0.15 | 10.66 | 0.67 | 0.56 |
| Hex | DA | 5D | 42 | 0 | 39 | 46 | F | B | 43 | 38 |
| Octal | 332 | 135 | 102 | 0 | 71 | 106 | 17 | 13 | 103 | 70 |
| Binary | 11011010 | 1011101 | 1000010 | 0 | 111001 | 1000110 | 1111 | 1011 | 1000011 | 111000 |
Color Harmonies of #DA5D42
Complementary color
Monochromatic Colors of #DA5D42
Black with #DA5D42
Text Example
Text Example
White with #DA5D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D42; }
p { color: rgb(218,93,66); }
H1.HeaderClassName
{
color: #DA5D42;
}
.AnyTagClassName
{
color: #DA5D42;
}
</style>
background-color css
<style>
a { background-color: #DA5D42; }
a { background-color: rgb(218,93,66); }
div.DivClassName
{
background-color: #DA5D42;
}
.BgClassName
{
background-color: #DA5D42;
}
</style>
border-color css
<style>
span { border-color: #DA5D42; }
span { border-color: rgb(218,93,66); }
td.TdClassName
{
border-color: #DA5D42;
}
.TagClassName
{
border-color: #DA5D42;
}
</style>