Shades of Dark Coral #DD563C
Tints of Dark Coral #DD563C
RGB
CMYK
RGB Variations
Color information
#DD563C (or 0xDD563C) is known color: Dark Coral. HEX triplet: DD, 56 and 3C. RGB value is (221,86,60). Sum of RGB (Red+Green+Blue) = 221+86+60=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD563C is #22A9C3. Grayscale: #7B7B7B. Windows color (decimal): -2271684 or 3954397. OLE color: 3954397.
HSL color Cylindrical-coordinate representation of color #DD563C: hue angle of 9.69º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD563C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 60 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.13 |
| HSL | 9.69º | 0.7% | 0.55% | - |
| HSV(B) | 9.69º | 0.73% | 0.87% | - |
| XYZ | 33.96 | 22.35 | 6.8 | - |
| YUV | 123.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 60 | 0 | 0.61 | 0.73 | 0.13 | 9.69 | 0.7 | 0.55 |
| Hex | DD | 56 | 3C | 0 | 3D | 49 | D | A | 46 | 37 |
| Octal | 335 | 126 | 74 | 0 | 75 | 111 | 15 | 12 | 106 | 67 |
| Binary | 11011101 | 1010110 | 111100 | 0 | 111101 | 1001001 | 1101 | 1010 | 1000110 | 110111 |
Color Harmonies of #DD563C
Complementary color
Monochromatic Colors of #DD563C
Black with #DD563C
Text Example
Text Example
White with #DD563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD563C; }
p { color: rgb(221,86,60); }
H1.HeaderClassName
{
color: #DD563C;
}
.AnyTagClassName
{
color: #DD563C;
}
</style>
background-color css
<style>
a { background-color: #DD563C; }
a { background-color: rgb(221,86,60); }
div.DivClassName
{
background-color: #DD563C;
}
.BgClassName
{
background-color: #DD563C;
}
</style>
border-color css
<style>
span { border-color: #DD563C; }
span { border-color: rgb(221,86,60); }
td.TdClassName
{
border-color: #DD563C;
}
.TagClassName
{
border-color: #DD563C;
}
</style>