Shades of Persimmon #DF5F00
Tints of Persimmon #DF5F00
RGB
CMYK
RGB Variations
Color information
#DF5F00 (or 0xDF5F00) is known color: Persimmon. HEX triplet: DF, 5F and 00. RGB value is (223,95,0). Sum of RGB (Red+Green+Blue) = 223+95+0=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5F00 is #20A0FF. Grayscale: #7A7A7A. Windows color (decimal): -2138368 or 24543. OLE color: 24543.
HSL color Cylindrical-coordinate representation of color #DF5F00: hue angle of 25.56º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF5F00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.13 |
| HSL | 25.56º | 1% | 0.44% | - |
| HSV(B) | 25.56º | 1% | 0.87% | - |
| XYZ | 34.52 | 23.87 | 2.79 | - |
| YUV | 122.44 | 58.91 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 0 | 0 | 0.57 | 1 | 0.13 | 25.56 | 1 | 0.44 |
| Hex | DF | 5F | 0 | 0 | 39 | 64 | D | 1A | 64 | 2C |
| Octal | 337 | 137 | 0 | 0 | 71 | 144 | 15 | 32 | 144 | 54 |
| Binary | 11011111 | 1011111 | 0 | 0 | 111001 | 1100100 | 1101 | 11010 | 1100100 | 101100 |
Color Harmonies of #DF5F00
Complementary color
Monochromatic Colors of #DF5F00
Black with #DF5F00
Text Example
Text Example
White with #DF5F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F00; }
p { color: rgb(223,95,0); }
H1.HeaderClassName
{
color: #DF5F00;
}
.AnyTagClassName
{
color: #DF5F00;
}
</style>
background-color css
<style>
a { background-color: #DF5F00; }
a { background-color: rgb(223,95,0); }
div.DivClassName
{
background-color: #DF5F00;
}
.BgClassName
{
background-color: #DF5F00;
}
</style>
border-color css
<style>
span { border-color: #DF5F00; }
span { border-color: rgb(223,95,0); }
td.TdClassName
{
border-color: #DF5F00;
}
.TagClassName
{
border-color: #DF5F00;
}
</style>