Shades of Dark Coral #DA5C42
Tints of Dark Coral #DA5C42
RGB
CMYK
RGB Variations
Color information
#DA5C42 (or 0xDA5C42) is known color: Dark Coral. HEX triplet: DA, 5C and 42. RGB value is (218,92,66). Sum of RGB (Red+Green+Blue) = 218+92+66=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C42 is #25A3BD. Grayscale: #7E7E7E. Windows color (decimal): -2466750 or 4349146. OLE color: 4349146.
HSL color Cylindrical-coordinate representation of color #DA5C42: hue angle of 10.26º 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 #DA5C42 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 66 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.15 |
| HSL | 10.26º | 0.67% | 0.56% | - |
| HSV(B) | 10.26º | 0.7% | 0.85% | - |
| XYZ | 33.72 | 22.95 | 7.81 | - |
| YUV | 126.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 66 | 0 | 0.58 | 0.70 | 0.15 | 10.26 | 0.67 | 0.56 |
| Hex | DA | 5C | 42 | 0 | 3A | 46 | F | A | 43 | 38 |
| Octal | 332 | 134 | 102 | 0 | 72 | 106 | 17 | 12 | 103 | 70 |
| Binary | 11011010 | 1011100 | 1000010 | 0 | 111010 | 1000110 | 1111 | 1010 | 1000011 | 111000 |
Color Harmonies of #DA5C42
Complementary color
Monochromatic Colors of #DA5C42
Black with #DA5C42
Text Example
Text Example
White with #DA5C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C42; }
p { color: rgb(218,92,66); }
H1.HeaderClassName
{
color: #DA5C42;
}
.AnyTagClassName
{
color: #DA5C42;
}
</style>
background-color css
<style>
a { background-color: #DA5C42; }
a { background-color: rgb(218,92,66); }
div.DivClassName
{
background-color: #DA5C42;
}
.BgClassName
{
background-color: #DA5C42;
}
</style>
border-color css
<style>
span { border-color: #DA5C42; }
span { border-color: rgb(218,92,66); }
td.TdClassName
{
border-color: #DA5C42;
}
.TagClassName
{
border-color: #DA5C42;
}
</style>