Shades of Dark Coral #DC543E
Tints of Dark Coral #DC543E
RGB
CMYK
RGB Variations
Color information
#DC543E (or 0xDC543E) is known color: Dark Coral. HEX triplet: DC, 54 and 3E. RGB value is (220,84,62). Sum of RGB (Red+Green+Blue) = 220+84+62=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC543E is #23ABC1. Grayscale: #7A7A7A. Windows color (decimal): -2337730 or 4084956. OLE color: 4084956.
HSL color Cylindrical-coordinate representation of color #DC543E: hue angle of 8.35º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC543E is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 62 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.14 |
| HSL | 8.35º | 0.69% | 0.55% | - |
| HSV(B) | 8.35º | 0.72% | 0.86% | - |
| XYZ | 33.56 | 21.9 | 7.02 | - |
| YUV | 122.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 62 | 0 | 0.62 | 0.72 | 0.14 | 8.35 | 0.69 | 0.55 |
| Hex | DC | 54 | 3E | 0 | 3E | 48 | E | 8 | 45 | 37 |
| Octal | 334 | 124 | 76 | 0 | 76 | 110 | 16 | 10 | 105 | 67 |
| Binary | 11011100 | 1010100 | 111110 | 0 | 111110 | 1001000 | 1110 | 1000 | 1000101 | 110111 |
Color Harmonies of #DC543E
Complementary color
Monochromatic Colors of #DC543E
Black with #DC543E
Text Example
Text Example
White with #DC543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC543E; }
p { color: rgb(220,84,62); }
H1.HeaderClassName
{
color: #DC543E;
}
.AnyTagClassName
{
color: #DC543E;
}
</style>
background-color css
<style>
a { background-color: #DC543E; }
a { background-color: rgb(220,84,62); }
div.DivClassName
{
background-color: #DC543E;
}
.BgClassName
{
background-color: #DC543E;
}
</style>
border-color css
<style>
span { border-color: #DC543E; }
span { border-color: rgb(220,84,62); }
td.TdClassName
{
border-color: #DC543E;
}
.TagClassName
{
border-color: #DC543E;
}
</style>