Shades of Dark Coral #D6563D
Tints of Dark Coral #D6563D
RGB
CMYK
RGB Variations
Color information
#D6563D (or 0xD6563D) is known color: Dark Coral. HEX triplet: D6, 56 and 3D. RGB value is (214,86,61). Sum of RGB (Red+Green+Blue) = 214+86+61=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6563D is #29A9C2. Grayscale: #797979. Windows color (decimal): -2730435 or 4019926. OLE color: 4019926.
HSL color Cylindrical-coordinate representation of color #D6563D: hue angle of 9.8º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6563D is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 61 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.16 |
| HSL | 9.8º | 0.65% | 0.54% | - |
| HSV(B) | 9.8º | 0.71% | 0.84% | - |
| XYZ | 31.9 | 21.29 | 6.84 | - |
| YUV | 121.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 61 | 0 | 0.60 | 0.71 | 0.16 | 9.8 | 0.65 | 0.54 |
| Hex | D6 | 56 | 3D | 0 | 3C | 47 | 10 | A | 41 | 36 |
| Octal | 326 | 126 | 75 | 0 | 74 | 107 | 20 | 12 | 101 | 66 |
| Binary | 11010110 | 1010110 | 111101 | 0 | 111100 | 1000111 | 10000 | 1010 | 1000001 | 110110 |
Color Harmonies of #D6563D
Complementary color
Monochromatic Colors of #D6563D
Black with #D6563D
Text Example
Text Example
White with #D6563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6563D; }
p { color: rgb(214,86,61); }
H1.HeaderClassName
{
color: #D6563D;
}
.AnyTagClassName
{
color: #D6563D;
}
</style>
background-color css
<style>
a { background-color: #D6563D; }
a { background-color: rgb(214,86,61); }
div.DivClassName
{
background-color: #D6563D;
}
.BgClassName
{
background-color: #D6563D;
}
</style>
border-color css
<style>
span { border-color: #D6563D; }
span { border-color: rgb(214,86,61); }
td.TdClassName
{
border-color: #D6563D;
}
.TagClassName
{
border-color: #D6563D;
}
</style>