Shades of Persimmon #DF5903
Tints of Persimmon #DF5903
RGB
CMYK
RGB Variations
Color information
#DF5903 (or 0xDF5903) is known color: Persimmon. HEX triplet: DF, 59 and 03. RGB value is (223,89,3). Sum of RGB (Red+Green+Blue) = 223+89+3=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5903 is #20A6FC. Grayscale: #777777. Windows color (decimal): -2139901 or 219615. OLE color: 219615.
HSL color Cylindrical-coordinate representation of color #DF5903: hue angle of 23.45º degrees, saturation: 0.97, 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 #DF5903 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.13 |
| HSL | 23.45º | 0.97% | 0.44% | - |
| HSV(B) | 23.45º | 0.99% | 0.87% | - |
| XYZ | 34.02 | 22.84 | 2.7 | - |
| YUV | 119.26 | 62.39 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 3 | 0 | 0.60 | 0.99 | 0.13 | 23.45 | 0.97 | 0.44 |
| Hex | DF | 59 | 3 | 0 | 3C | 63 | D | 17 | 61 | 2C |
| Octal | 337 | 131 | 3 | 0 | 74 | 143 | 15 | 27 | 141 | 54 |
| Binary | 11011111 | 1011001 | 11 | 0 | 111100 | 1100011 | 1101 | 10111 | 1100001 | 101100 |
Color Harmonies of #DF5903
Complementary color
Monochromatic Colors of #DF5903
Black with #DF5903
Text Example
Text Example
White with #DF5903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5903; }
p { color: rgb(223,89,3); }
H1.HeaderClassName
{
color: #DF5903;
}
.AnyTagClassName
{
color: #DF5903;
}
</style>
background-color css
<style>
a { background-color: #DF5903; }
a { background-color: rgb(223,89,3); }
div.DivClassName
{
background-color: #DF5903;
}
.BgClassName
{
background-color: #DF5903;
}
</style>
border-color css
<style>
span { border-color: #DF5903; }
span { border-color: rgb(223,89,3); }
td.TdClassName
{
border-color: #DF5903;
}
.TagClassName
{
border-color: #DF5903;
}
</style>