Shades of Persimmon #DC560E
Tints of Persimmon #DC560E
RGB
CMYK
RGB Variations
Color information
#DC560E (or 0xDC560E) is known color: Persimmon. HEX triplet: DC, 56 and 0E. RGB value is (220,86,14). Sum of RGB (Red+Green+Blue) = 220+86+14=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC560E is #23A9F1. Grayscale: #767676. Windows color (decimal): -2337266 or 939740. OLE color: 939740.
HSL color Cylindrical-coordinate representation of color #DC560E: hue angle of 20.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC560E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.14 |
| HSL | 20.97º | 0.88% | 0.46% | - |
| HSV(B) | 20.97º | 0.94% | 0.86% | - |
| XYZ | 32.92 | 21.9 | 2.91 | - |
| YUV | 117.86 | 69.39 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 14 | 0 | 0.61 | 0.94 | 0.14 | 20.97 | 0.88 | 0.46 |
| Hex | DC | 56 | E | 0 | 3D | 5E | E | 15 | 58 | 2E |
| Octal | 334 | 126 | 16 | 0 | 75 | 136 | 16 | 25 | 130 | 56 |
| Binary | 11011100 | 1010110 | 1110 | 0 | 111101 | 1011110 | 1110 | 10101 | 1011000 | 101110 |
Color Harmonies of #DC560E
Complementary color
Monochromatic Colors of #DC560E
Black with #DC560E
Text Example
Text Example
White with #DC560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC560E; }
p { color: rgb(220,86,14); }
H1.HeaderClassName
{
color: #DC560E;
}
.AnyTagClassName
{
color: #DC560E;
}
</style>
background-color css
<style>
a { background-color: #DC560E; }
a { background-color: rgb(220,86,14); }
div.DivClassName
{
background-color: #DC560E;
}
.BgClassName
{
background-color: #DC560E;
}
</style>
border-color css
<style>
span { border-color: #DC560E; }
span { border-color: rgb(220,86,14); }
td.TdClassName
{
border-color: #DC560E;
}
.TagClassName
{
border-color: #DC560E;
}
</style>