Shades of Persimmon #DF5902
Tints of Persimmon #DF5902
RGB
CMYK
RGB Variations
Color information
#DF5902 (or 0xDF5902) is known color: Persimmon. HEX triplet: DF, 59 and 02. RGB value is (223,89,2). Sum of RGB (Red+Green+Blue) = 223+89+2=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5902 is #20A6FD. Grayscale: #777777. Windows color (decimal): -2139902 or 154079. OLE color: 154079.
HSL color Cylindrical-coordinate representation of color #DF5902: hue angle of 23.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF5902 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.13 |
| HSL | 23.62º | 0.98% | 0.44% | - |
| HSV(B) | 23.62º | 0.99% | 0.87% | - |
| XYZ | 34.01 | 22.84 | 2.67 | - |
| YUV | 119.15 | 61.89 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 2 | 0 | 0.60 | 0.99 | 0.13 | 23.62 | 0.98 | 0.44 |
| Hex | DF | 59 | 2 | 0 | 3C | 63 | D | 18 | 62 | 2C |
| Octal | 337 | 131 | 2 | 0 | 74 | 143 | 15 | 30 | 142 | 54 |
| Binary | 11011111 | 1011001 | 10 | 0 | 111100 | 1100011 | 1101 | 11000 | 1100010 | 101100 |
Color Harmonies of #DF5902
Complementary color
Monochromatic Colors of #DF5902
Black with #DF5902
Text Example
Text Example
White with #DF5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5902; }
p { color: rgb(223,89,2); }
H1.HeaderClassName
{
color: #DF5902;
}
.AnyTagClassName
{
color: #DF5902;
}
</style>
background-color css
<style>
a { background-color: #DF5902; }
a { background-color: rgb(223,89,2); }
div.DivClassName
{
background-color: #DF5902;
}
.BgClassName
{
background-color: #DF5902;
}
</style>
border-color css
<style>
span { border-color: #DF5902; }
span { border-color: rgb(223,89,2); }
td.TdClassName
{
border-color: #DF5902;
}
.TagClassName
{
border-color: #DF5902;
}
</style>