Shades of Dark Coral #DC5942
Tints of Dark Coral #DC5942
RGB
CMYK
RGB Variations
Color information
#DC5942 (or 0xDC5942) is known color: Dark Coral. HEX triplet: DC, 59 and 42. RGB value is (220,89,66). Sum of RGB (Red+Green+Blue) = 220+89+66=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5942 is #23A6BD. Grayscale: #7D7D7D. Windows color (decimal): -2336446 or 4348380. OLE color: 4348380.
HSL color Cylindrical-coordinate representation of color #DC5942: hue angle of 8.96º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5942 is Cyan = 0, Magento = 0.60, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 66 | - |
| CMYK | 0 | 0.60 | 0.7 | 0.14 |
| HSL | 8.96º | 0.69% | 0.56% | - |
| HSV(B) | 8.96º | 0.7% | 0.86% | - |
| XYZ | 34.07 | 22.75 | 7.75 | - |
| YUV | 125.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 66 | 0 | 0.60 | 0.7 | 0.14 | 8.96 | 0.69 | 0.56 |
| Hex | DC | 59 | 42 | 0 | 3C | 46 | E | 9 | 45 | 38 |
| Octal | 334 | 131 | 102 | 0 | 74 | 106 | 16 | 11 | 105 | 70 |
| Binary | 11011100 | 1011001 | 1000010 | 0 | 111100 | 1000110 | 1110 | 1001 | 1000101 | 111000 |
Color Harmonies of #DC5942
Complementary color
Monochromatic Colors of #DC5942
Black with #DC5942
Text Example
Text Example
White with #DC5942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5942; }
p { color: rgb(220,89,66); }
H1.HeaderClassName
{
color: #DC5942;
}
.AnyTagClassName
{
color: #DC5942;
}
</style>
background-color css
<style>
a { background-color: #DC5942; }
a { background-color: rgb(220,89,66); }
div.DivClassName
{
background-color: #DC5942;
}
.BgClassName
{
background-color: #DC5942;
}
</style>
border-color css
<style>
span { border-color: #DC5942; }
span { border-color: rgb(220,89,66); }
td.TdClassName
{
border-color: #DC5942;
}
.TagClassName
{
border-color: #DC5942;
}
</style>