Shades of Persimmon #DF5911
Tints of Persimmon #DF5911
RGB
CMYK
RGB Variations
Color information
#DF5911 (or 0xDF5911) is known color: Persimmon. HEX triplet: DF, 59 and 11. RGB value is (223,89,17). Sum of RGB (Red+Green+Blue) = 223+89+17=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5911 is #20A6EE. Grayscale: #797979. Windows color (decimal): -2139887 or 1137119. OLE color: 1137119.
HSL color Cylindrical-coordinate representation of color #DF5911: hue angle of 20.97º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF5911 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.13 |
| HSL | 20.97º | 0.86% | 0.47% | - |
| HSV(B) | 20.97º | 0.92% | 0.87% | - |
| XYZ | 34.1 | 22.87 | 3.15 | - |
| YUV | 120.86 | 69.39 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 17 | 0 | 0.60 | 0.92 | 0.13 | 20.97 | 0.86 | 0.47 |
| Hex | DF | 59 | 11 | 0 | 3C | 5C | D | 15 | 56 | 2F |
| Octal | 337 | 131 | 21 | 0 | 74 | 134 | 15 | 25 | 126 | 57 |
| Binary | 11011111 | 1011001 | 10001 | 0 | 111100 | 1011100 | 1101 | 10101 | 1010110 | 101111 |
Color Harmonies of #DF5911
Complementary color
Monochromatic Colors of #DF5911
Black with #DF5911
Text Example
Text Example
White with #DF5911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5911; }
p { color: rgb(223,89,17); }
H1.HeaderClassName
{
color: #DF5911;
}
.AnyTagClassName
{
color: #DF5911;
}
</style>
background-color css
<style>
a { background-color: #DF5911; }
a { background-color: rgb(223,89,17); }
div.DivClassName
{
background-color: #DF5911;
}
.BgClassName
{
background-color: #DF5911;
}
</style>
border-color css
<style>
span { border-color: #DF5911; }
span { border-color: rgb(223,89,17); }
td.TdClassName
{
border-color: #DF5911;
}
.TagClassName
{
border-color: #DF5911;
}
</style>