Shades of Persimmon #DC5811
Tints of Persimmon #DC5811
RGB
CMYK
RGB Variations
Color information
#DC5811 (or 0xDC5811) is known color: Persimmon. HEX triplet: DC, 58 and 11. RGB value is (220,88,17). Sum of RGB (Red+Green+Blue) = 220+88+17=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5811 is #23A7EE. Grayscale: #777777. Windows color (decimal): -2336751 or 1136860. OLE color: 1136860.
HSL color Cylindrical-coordinate representation of color #DC5811: hue angle of 20.99º 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 #DC5811 is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 17 | - |
| CMYK | 0 | 0.6 | 0.92 | 0.14 |
| HSL | 20.99º | 0.86% | 0.46% | - |
| HSV(B) | 20.99º | 0.92% | 0.86% | - |
| XYZ | 33.11 | 22.24 | 3.08 | - |
| YUV | 119.37 | 70.23 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 17 | 0 | 0.6 | 0.92 | 0.14 | 20.99 | 0.86 | 0.46 |
| Hex | DC | 58 | 11 | 0 | 3C | 5C | E | 15 | 56 | 2E |
| Octal | 334 | 130 | 21 | 0 | 74 | 134 | 16 | 25 | 126 | 56 |
| Binary | 11011100 | 1011000 | 10001 | 0 | 111100 | 1011100 | 1110 | 10101 | 1010110 | 101110 |
Color Harmonies of #DC5811
Complementary color
Monochromatic Colors of #DC5811
Black with #DC5811
Text Example
Text Example
White with #DC5811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5811; }
p { color: rgb(220,88,17); }
H1.HeaderClassName
{
color: #DC5811;
}
.AnyTagClassName
{
color: #DC5811;
}
</style>
background-color css
<style>
a { background-color: #DC5811; }
a { background-color: rgb(220,88,17); }
div.DivClassName
{
background-color: #DC5811;
}
.BgClassName
{
background-color: #DC5811;
}
</style>
border-color css
<style>
span { border-color: #DC5811; }
span { border-color: rgb(220,88,17); }
td.TdClassName
{
border-color: #DC5811;
}
.TagClassName
{
border-color: #DC5811;
}
</style>