Shades of Dark Coral #DC563D
Tints of Dark Coral #DC563D
RGB
CMYK
RGB Variations
Color information
#DC563D (or 0xDC563D) is known color: Dark Coral. HEX triplet: DC, 56 and 3D. RGB value is (220,86,61). Sum of RGB (Red+Green+Blue) = 220+86+61=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC563D is #23A9C2. Grayscale: #7B7B7B. Windows color (decimal): -2337219 or 4019932. OLE color: 4019932.
HSL color Cylindrical-coordinate representation of color #DC563D: hue angle of 9.43º 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 #DC563D is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 61 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.14 |
| HSL | 9.43º | 0.69% | 0.55% | - |
| HSV(B) | 9.43º | 0.72% | 0.86% | - |
| XYZ | 33.69 | 22.21 | 6.93 | - |
| YUV | 123.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 61 | 0 | 0.61 | 0.72 | 0.14 | 9.43 | 0.69 | 0.55 |
| Hex | DC | 56 | 3D | 0 | 3D | 48 | E | 9 | 45 | 37 |
| Octal | 334 | 126 | 75 | 0 | 75 | 110 | 16 | 11 | 105 | 67 |
| Binary | 11011100 | 1010110 | 111101 | 0 | 111101 | 1001000 | 1110 | 1001 | 1000101 | 110111 |
Color Harmonies of #DC563D
Complementary color
Monochromatic Colors of #DC563D
Black with #DC563D
Text Example
Text Example
White with #DC563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC563D; }
p { color: rgb(220,86,61); }
H1.HeaderClassName
{
color: #DC563D;
}
.AnyTagClassName
{
color: #DC563D;
}
</style>
background-color css
<style>
a { background-color: #DC563D; }
a { background-color: rgb(220,86,61); }
div.DivClassName
{
background-color: #DC563D;
}
.BgClassName
{
background-color: #DC563D;
}
</style>
border-color css
<style>
span { border-color: #DC563D; }
span { border-color: rgb(220,86,61); }
td.TdClassName
{
border-color: #DC563D;
}
.TagClassName
{
border-color: #DC563D;
}
</style>