Shades of Persimmon #DC5611
Tints of Persimmon #DC5611
RGB
CMYK
RGB Variations
Color information
#DC5611 (or 0xDC5611) is known color: Persimmon. HEX triplet: DC, 56 and 11. RGB value is (220,86,17). Sum of RGB (Red+Green+Blue) = 220+86+17=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5611 is #23A9EE. Grayscale: #767676. Windows color (decimal): -2337263 or 1136348. OLE color: 1136348.
HSL color Cylindrical-coordinate representation of color #DC5611: hue angle of 20.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5611 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.14 |
| HSL | 20.39º | 0.86% | 0.46% | - |
| HSV(B) | 20.39º | 0.92% | 0.86% | - |
| XYZ | 32.94 | 21.91 | 3.02 | - |
| YUV | 118.2 | 70.89 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 17 | 0 | 0.61 | 0.92 | 0.14 | 20.39 | 0.86 | 0.46 |
| Hex | DC | 56 | 11 | 0 | 3D | 5C | E | 14 | 56 | 2E |
| Octal | 334 | 126 | 21 | 0 | 75 | 134 | 16 | 24 | 126 | 56 |
| Binary | 11011100 | 1010110 | 10001 | 0 | 111101 | 1011100 | 1110 | 10100 | 1010110 | 101110 |
Color Harmonies of #DC5611
Complementary color
Monochromatic Colors of #DC5611
Black with #DC5611
Text Example
Text Example
White with #DC5611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5611; }
p { color: rgb(220,86,17); }
H1.HeaderClassName
{
color: #DC5611;
}
.AnyTagClassName
{
color: #DC5611;
}
</style>
background-color css
<style>
a { background-color: #DC5611; }
a { background-color: rgb(220,86,17); }
div.DivClassName
{
background-color: #DC5611;
}
.BgClassName
{
background-color: #DC5611;
}
</style>
border-color css
<style>
span { border-color: #DC5611; }
span { border-color: rgb(220,86,17); }
td.TdClassName
{
border-color: #DC5611;
}
.TagClassName
{
border-color: #DC5611;
}
</style>