Shades of Dark Coral #DC543C
Tints of Dark Coral #DC543C
RGB
CMYK
RGB Variations
Color information
#DC543C (or 0xDC543C) is known color: Dark Coral. HEX triplet: DC, 54 and 3C. RGB value is (220,84,60). Sum of RGB (Red+Green+Blue) = 220+84+60=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC543C is #23ABC3. Grayscale: #7A7A7A. Windows color (decimal): -2337732 or 3953884. OLE color: 3953884.
HSL color Cylindrical-coordinate representation of color #DC543C: hue angle of 9º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC543C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 60 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.14 |
| HSL | 9º | 0.7% | 0.55% | - |
| HSV(B) | 9º | 0.73% | 0.86% | - |
| XYZ | 33.5 | 21.88 | 6.73 | - |
| YUV | 121.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 60 | 0 | 0.62 | 0.73 | 0.14 | 9 | 0.7 | 0.55 |
| Hex | DC | 54 | 3C | 0 | 3E | 49 | E | 9 | 46 | 37 |
| Octal | 334 | 124 | 74 | 0 | 76 | 111 | 16 | 11 | 106 | 67 |
| Binary | 11011100 | 1010100 | 111100 | 0 | 111110 | 1001001 | 1110 | 1001 | 1000110 | 110111 |
Color Harmonies of #DC543C
Complementary color
Monochromatic Colors of #DC543C
Black with #DC543C
Text Example
Text Example
White with #DC543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC543C; }
p { color: rgb(220,84,60); }
H1.HeaderClassName
{
color: #DC543C;
}
.AnyTagClassName
{
color: #DC543C;
}
</style>
background-color css
<style>
a { background-color: #DC543C; }
a { background-color: rgb(220,84,60); }
div.DivClassName
{
background-color: #DC543C;
}
.BgClassName
{
background-color: #DC543C;
}
</style>
border-color css
<style>
span { border-color: #DC543C; }
span { border-color: rgb(220,84,60); }
td.TdClassName
{
border-color: #DC543C;
}
.TagClassName
{
border-color: #DC543C;
}
</style>