Shades of Dark Coral #DC5640
Tints of Dark Coral #DC5640
RGB
CMYK
RGB Variations
Color information
#DC5640 (or 0xDC5640) is known color: Dark Coral. HEX triplet: DC, 56 and 40. RGB value is (220,86,64). Sum of RGB (Red+Green+Blue) = 220+86+64=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5640 is #23A9BF. Grayscale: #7B7B7B. Windows color (decimal): -2337216 or 4216540. OLE color: 4216540.
HSL color Cylindrical-coordinate representation of color #DC5640: hue angle of 8.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC5640 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 64 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.14 |
| HSL | 8.46º | 0.69% | 0.56% | - |
| HSV(B) | 8.46º | 0.71% | 0.86% | - |
| XYZ | 33.77 | 22.24 | 7.36 | - |
| YUV | 123.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 64 | 0 | 0.61 | 0.71 | 0.14 | 8.46 | 0.69 | 0.56 |
| Hex | DC | 56 | 40 | 0 | 3D | 47 | E | 8 | 45 | 38 |
| Octal | 334 | 126 | 100 | 0 | 75 | 107 | 16 | 10 | 105 | 70 |
| Binary | 11011100 | 1010110 | 1000000 | 0 | 111101 | 1000111 | 1110 | 1000 | 1000101 | 111000 |
Color Harmonies of #DC5640
Complementary color
Monochromatic Colors of #DC5640
Black with #DC5640
Text Example
Text Example
White with #DC5640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5640; }
p { color: rgb(220,86,64); }
H1.HeaderClassName
{
color: #DC5640;
}
.AnyTagClassName
{
color: #DC5640;
}
</style>
background-color css
<style>
a { background-color: #DC5640; }
a { background-color: rgb(220,86,64); }
div.DivClassName
{
background-color: #DC5640;
}
.BgClassName
{
background-color: #DC5640;
}
</style>
border-color css
<style>
span { border-color: #DC5640; }
span { border-color: rgb(220,86,64); }
td.TdClassName
{
border-color: #DC5640;
}
.TagClassName
{
border-color: #DC5640;
}
</style>