Shades of Persimmon #DF5909
Tints of Persimmon #DF5909
RGB
CMYK
RGB Variations
Color information
#DF5909 (or 0xDF5909) is known color: Persimmon. HEX triplet: DF, 59 and 09. RGB value is (223,89,9). Sum of RGB (Red+Green+Blue) = 223+89+9=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5909 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5909 is #20A6F6. Grayscale: #787878. Windows color (decimal): -2139895 or 612831. OLE color: 612831.
HSL color Cylindrical-coordinate representation of color #DF5909: hue angle of 22.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF5909 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 9 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.13 |
| HSL | 22.43º | 0.92% | 0.45% | - |
| HSV(B) | 22.43º | 0.96% | 0.87% | - |
| XYZ | 34.05 | 22.85 | 2.87 | - |
| YUV | 119.95 | 65.39 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 9 | 0 | 0.60 | 0.96 | 0.13 | 22.43 | 0.92 | 0.45 |
| Hex | DF | 59 | 9 | 0 | 3C | 60 | D | 16 | 5C | 2D |
| Octal | 337 | 131 | 11 | 0 | 74 | 140 | 15 | 26 | 134 | 55 |
| Binary | 11011111 | 1011001 | 1001 | 0 | 111100 | 1100000 | 1101 | 10110 | 1011100 | 101101 |
Color Harmonies of #DF5909
Complementary color
Monochromatic Colors of #DF5909
Black with #DF5909
Text Example
Text Example
White with #DF5909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5909; }
p { color: rgb(223,89,9); }
H1.HeaderClassName
{
color: #DF5909;
}
.AnyTagClassName
{
color: #DF5909;
}
</style>
background-color css
<style>
a { background-color: #DF5909; }
a { background-color: rgb(223,89,9); }
div.DivClassName
{
background-color: #DF5909;
}
.BgClassName
{
background-color: #DF5909;
}
</style>
border-color css
<style>
span { border-color: #DF5909; }
span { border-color: rgb(223,89,9); }
td.TdClassName
{
border-color: #DF5909;
}
.TagClassName
{
border-color: #DF5909;
}
</style>