Shades of Persimmon #DC5610
Tints of Persimmon #DC5610
RGB
CMYK
RGB Variations
Color information
#DC5610 (or 0xDC5610) is known color: Persimmon. HEX triplet: DC, 56 and 10. RGB value is (220,86,16). Sum of RGB (Red+Green+Blue) = 220+86+16=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5610 is #23A9EF. Grayscale: #767676. Windows color (decimal): -2337264 or 1070812. OLE color: 1070812.
HSL color Cylindrical-coordinate representation of color #DC5610: hue angle of 20.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC5610 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.14 |
| HSL | 20.59º | 0.86% | 0.46% | - |
| HSV(B) | 20.59º | 0.93% | 0.86% | - |
| XYZ | 32.94 | 21.91 | 2.98 | - |
| YUV | 118.09 | 70.39 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 16 | 0 | 0.61 | 0.93 | 0.14 | 20.59 | 0.86 | 0.46 |
| Hex | DC | 56 | 10 | 0 | 3D | 5D | E | 15 | 56 | 2E |
| Octal | 334 | 126 | 20 | 0 | 75 | 135 | 16 | 25 | 126 | 56 |
| Binary | 11011100 | 1010110 | 10000 | 0 | 111101 | 1011101 | 1110 | 10101 | 1010110 | 101110 |
Color Harmonies of #DC5610
Complementary color
Monochromatic Colors of #DC5610
Black with #DC5610
Text Example
Text Example
White with #DC5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5610; }
p { color: rgb(220,86,16); }
H1.HeaderClassName
{
color: #DC5610;
}
.AnyTagClassName
{
color: #DC5610;
}
</style>
background-color css
<style>
a { background-color: #DC5610; }
a { background-color: rgb(220,86,16); }
div.DivClassName
{
background-color: #DC5610;
}
.BgClassName
{
background-color: #DC5610;
}
</style>
border-color css
<style>
span { border-color: #DC5610; }
span { border-color: rgb(220,86,16); }
td.TdClassName
{
border-color: #DC5610;
}
.TagClassName
{
border-color: #DC5610;
}
</style>