Shades of Persimmon #DF5908
Tints of Persimmon #DF5908
RGB
CMYK
RGB Variations
Color information
#DF5908 (or 0xDF5908) is known color: Persimmon. HEX triplet: DF, 59 and 08. RGB value is (223,89,8). Sum of RGB (Red+Green+Blue) = 223+89+8=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5908 is #20A6F7. Grayscale: #787878. Windows color (decimal): -2139896 or 547295. OLE color: 547295.
HSL color Cylindrical-coordinate representation of color #DF5908: hue angle of 22.6º degrees, saturation: 0.93, 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 #DF5908 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.13 |
| HSL | 22.6º | 0.93% | 0.45% | - |
| HSV(B) | 22.6º | 0.96% | 0.87% | - |
| XYZ | 34.05 | 22.85 | 2.85 | - |
| YUV | 119.83 | 64.89 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 8 | 0 | 0.60 | 0.96 | 0.13 | 22.6 | 0.93 | 0.45 |
| Hex | DF | 59 | 8 | 0 | 3C | 60 | D | 17 | 5D | 2D |
| Octal | 337 | 131 | 10 | 0 | 74 | 140 | 15 | 27 | 135 | 55 |
| Binary | 11011111 | 1011001 | 1000 | 0 | 111100 | 1100000 | 1101 | 10111 | 1011101 | 101101 |
Color Harmonies of #DF5908
Complementary color
Monochromatic Colors of #DF5908
Black with #DF5908
Text Example
Text Example
White with #DF5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5908; }
p { color: rgb(223,89,8); }
H1.HeaderClassName
{
color: #DF5908;
}
.AnyTagClassName
{
color: #DF5908;
}
</style>
background-color css
<style>
a { background-color: #DF5908; }
a { background-color: rgb(223,89,8); }
div.DivClassName
{
background-color: #DF5908;
}
.BgClassName
{
background-color: #DF5908;
}
</style>
border-color css
<style>
span { border-color: #DF5908; }
span { border-color: rgb(223,89,8); }
td.TdClassName
{
border-color: #DF5908;
}
.TagClassName
{
border-color: #DF5908;
}
</style>