Shades of Persimmon #DF5801
Tints of Persimmon #DF5801
RGB
CMYK
RGB Variations
Color information
#DF5801 (or 0xDF5801) is known color: Persimmon. HEX triplet: DF, 58 and 01. RGB value is (223,88,1). Sum of RGB (Red+Green+Blue) = 223+88+1=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5801 is #20A7FE. Grayscale: #767676. Windows color (decimal): -2140159 or 88287. OLE color: 88287.
HSL color Cylindrical-coordinate representation of color #DF5801: hue angle of 23.51º 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 #DF5801 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.13 |
| HSL | 23.51º | 0.99% | 0.44% | - |
| HSV(B) | 23.51º | 1% | 0.87% | - |
| XYZ | 33.93 | 22.67 | 2.62 | - |
| YUV | 118.45 | 61.73 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 1 | 0 | 0.61 | 1.00 | 0.13 | 23.51 | 0.99 | 0.44 |
| Hex | DF | 58 | 1 | 0 | 3D | 64 | D | 18 | 63 | 2C |
| Octal | 337 | 130 | 1 | 0 | 75 | 144 | 15 | 30 | 143 | 54 |
| Binary | 11011111 | 1011000 | 1 | 0 | 111101 | 1100100 | 1101 | 11000 | 1100011 | 101100 |
Color Harmonies of #DF5801
Complementary color
Monochromatic Colors of #DF5801
Black with #DF5801
Text Example
Text Example
White with #DF5801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5801; }
p { color: rgb(223,88,1); }
H1.HeaderClassName
{
color: #DF5801;
}
.AnyTagClassName
{
color: #DF5801;
}
</style>
background-color css
<style>
a { background-color: #DF5801; }
a { background-color: rgb(223,88,1); }
div.DivClassName
{
background-color: #DF5801;
}
.BgClassName
{
background-color: #DF5801;
}
</style>
border-color css
<style>
span { border-color: #DF5801; }
span { border-color: rgb(223,88,1); }
td.TdClassName
{
border-color: #DF5801;
}
.TagClassName
{
border-color: #DF5801;
}
</style>