Shades of Dark Coral #DC5540
Tints of Dark Coral #DC5540
RGB
CMYK
RGB Variations
Color information
#DC5540 (or 0xDC5540) is known color: Dark Coral. HEX triplet: DC, 55 and 40. RGB value is (220,85,64). Sum of RGB (Red+Green+Blue) = 220+85+64=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5540 is #23AABF. Grayscale: #7B7B7B. Windows color (decimal): -2337472 or 4216284. OLE color: 4216284.
HSL color Cylindrical-coordinate representation of color #DC5540: hue angle of 8.08º 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 #DC5540 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 64 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.14 |
| HSL | 8.08º | 0.69% | 0.56% | - |
| HSV(B) | 8.08º | 0.71% | 0.86% | - |
| XYZ | 33.69 | 22.08 | 7.34 | - |
| YUV | 122.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 64 | 0 | 0.61 | 0.71 | 0.14 | 8.08 | 0.69 | 0.56 |
| Hex | DC | 55 | 40 | 0 | 3D | 47 | E | 8 | 45 | 38 |
| Octal | 334 | 125 | 100 | 0 | 75 | 107 | 16 | 10 | 105 | 70 |
| Binary | 11011100 | 1010101 | 1000000 | 0 | 111101 | 1000111 | 1110 | 1000 | 1000101 | 111000 |
Color Harmonies of #DC5540
Complementary color
Monochromatic Colors of #DC5540
Black with #DC5540
Text Example
Text Example
White with #DC5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5540; }
p { color: rgb(220,85,64); }
H1.HeaderClassName
{
color: #DC5540;
}
.AnyTagClassName
{
color: #DC5540;
}
</style>
background-color css
<style>
a { background-color: #DC5540; }
a { background-color: rgb(220,85,64); }
div.DivClassName
{
background-color: #DC5540;
}
.BgClassName
{
background-color: #DC5540;
}
</style>
border-color css
<style>
span { border-color: #DC5540; }
span { border-color: rgb(220,85,64); }
td.TdClassName
{
border-color: #DC5540;
}
.TagClassName
{
border-color: #DC5540;
}
</style>