Shades of Dark Coral #DD563E
Tints of Dark Coral #DD563E
RGB
CMYK
RGB Variations
Color information
#DD563E (or 0xDD563E) is known color: Dark Coral. HEX triplet: DD, 56 and 3E. RGB value is (221,86,62). Sum of RGB (Red+Green+Blue) = 221+86+62=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD563E is #22A9C1. Grayscale: #7B7B7B. Windows color (decimal): -2271682 or 4085469. OLE color: 4085469.
HSL color Cylindrical-coordinate representation of color #DD563E: hue angle of 9.06º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD563E is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 62 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.13 |
| HSL | 9.06º | 0.7% | 0.55% | - |
| HSV(B) | 9.06º | 0.72% | 0.87% | - |
| XYZ | 34.02 | 22.38 | 7.08 | - |
| YUV | 123.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 62 | 0 | 0.61 | 0.72 | 0.13 | 9.06 | 0.7 | 0.55 |
| Hex | DD | 56 | 3E | 0 | 3D | 48 | D | 9 | 46 | 37 |
| Octal | 335 | 126 | 76 | 0 | 75 | 110 | 15 | 11 | 106 | 67 |
| Binary | 11011101 | 1010110 | 111110 | 0 | 111101 | 1001000 | 1101 | 1001 | 1000110 | 110111 |
Color Harmonies of #DD563E
Complementary color
Monochromatic Colors of #DD563E
Black with #DD563E
Text Example
Text Example
White with #DD563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD563E; }
p { color: rgb(221,86,62); }
H1.HeaderClassName
{
color: #DD563E;
}
.AnyTagClassName
{
color: #DD563E;
}
</style>
background-color css
<style>
a { background-color: #DD563E; }
a { background-color: rgb(221,86,62); }
div.DivClassName
{
background-color: #DD563E;
}
.BgClassName
{
background-color: #DD563E;
}
</style>
border-color css
<style>
span { border-color: #DD563E; }
span { border-color: rgb(221,86,62); }
td.TdClassName
{
border-color: #DD563E;
}
.TagClassName
{
border-color: #DD563E;
}
</style>