Shades of Persimmon #DF5C01
Tints of Persimmon #DF5C01
RGB
CMYK
RGB Variations
Color information
#DF5C01 (or 0xDF5C01) is known color: Persimmon. HEX triplet: DF, 5C and 01. RGB value is (223,92,1). Sum of RGB (Red+Green+Blue) = 223+92+1=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C01 is #20A3FE. Grayscale: #797979. Windows color (decimal): -2139135 or 89311. OLE color: 89311.
HSL color Cylindrical-coordinate representation of color #DF5C01: hue angle of 24.59º 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 #DF5C01 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.13 |
| HSL | 24.59º | 0.99% | 0.44% | - |
| HSV(B) | 24.59º | 1% | 0.87% | - |
| XYZ | 34.26 | 23.34 | 2.73 | - |
| YUV | 120.8 | 60.4 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 1 | 0 | 0.59 | 1.00 | 0.13 | 24.59 | 0.99 | 0.44 |
| Hex | DF | 5C | 1 | 0 | 3B | 64 | D | 19 | 63 | 2C |
| Octal | 337 | 134 | 1 | 0 | 73 | 144 | 15 | 31 | 143 | 54 |
| Binary | 11011111 | 1011100 | 1 | 0 | 111011 | 1100100 | 1101 | 11001 | 1100011 | 101100 |
Color Harmonies of #DF5C01
Complementary color
Monochromatic Colors of #DF5C01
Black with #DF5C01
Text Example
Text Example
White with #DF5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C01; }
p { color: rgb(223,92,1); }
H1.HeaderClassName
{
color: #DF5C01;
}
.AnyTagClassName
{
color: #DF5C01;
}
</style>
background-color css
<style>
a { background-color: #DF5C01; }
a { background-color: rgb(223,92,1); }
div.DivClassName
{
background-color: #DF5C01;
}
.BgClassName
{
background-color: #DF5C01;
}
</style>
border-color css
<style>
span { border-color: #DF5C01; }
span { border-color: rgb(223,92,1); }
td.TdClassName
{
border-color: #DF5C01;
}
.TagClassName
{
border-color: #DF5C01;
}
</style>