Shades of Persimmon #DF5901
Tints of Persimmon #DF5901
RGB
CMYK
RGB Variations
Color information
#DF5901 (or 0xDF5901) is known color: Persimmon. HEX triplet: DF, 59 and 01. RGB value is (223,89,1). Sum of RGB (Red+Green+Blue) = 223+89+1=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5901 is #20A6FE. Grayscale: #777777. Windows color (decimal): -2139903 or 88543. OLE color: 88543.
HSL color Cylindrical-coordinate representation of color #DF5901: hue angle of 23.78º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF5901 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.13 |
| HSL | 23.78º | 0.99% | 0.44% | - |
| HSV(B) | 23.78º | 1% | 0.87% | - |
| XYZ | 34.01 | 22.83 | 2.64 | - |
| YUV | 119.03 | 61.39 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 1 | 0 | 0.60 | 1.00 | 0.13 | 23.78 | 0.99 | 0.44 |
| Hex | DF | 59 | 1 | 0 | 3C | 64 | D | 18 | 63 | 2C |
| Octal | 337 | 131 | 1 | 0 | 74 | 144 | 15 | 30 | 143 | 54 |
| Binary | 11011111 | 1011001 | 1 | 0 | 111100 | 1100100 | 1101 | 11000 | 1100011 | 101100 |
Color Harmonies of #DF5901
Complementary color
Monochromatic Colors of #DF5901
Black with #DF5901
Text Example
Text Example
White with #DF5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5901; }
p { color: rgb(223,89,1); }
H1.HeaderClassName
{
color: #DF5901;
}
.AnyTagClassName
{
color: #DF5901;
}
</style>
background-color css
<style>
a { background-color: #DF5901; }
a { background-color: rgb(223,89,1); }
div.DivClassName
{
background-color: #DF5901;
}
.BgClassName
{
background-color: #DF5901;
}
</style>
border-color css
<style>
span { border-color: #DF5901; }
span { border-color: rgb(223,89,1); }
td.TdClassName
{
border-color: #DF5901;
}
.TagClassName
{
border-color: #DF5901;
}
</style>