Shades of Persimmon #DF5417
Tints of Persimmon #DF5417
RGB
CMYK
RGB Variations
Color information
#DF5417 (or 0xDF5417) is known color: Persimmon. HEX triplet: DF, 54 and 17. RGB value is (223,84,23). Sum of RGB (Red+Green+Blue) = 223+84+23=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5417 is #20ABE8. Grayscale: #767676. Windows color (decimal): -2141161 or 1529055. OLE color: 1529055.
HSL color Cylindrical-coordinate representation of color #DF5417: hue angle of 18.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF5417 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 23 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.13 |
| HSL | 18.3º | 0.81% | 0.48% | - |
| HSV(B) | 18.3º | 0.9% | 0.87% | - |
| XYZ | 33.76 | 22.09 | 3.3 | - |
| YUV | 118.61 | 74.05 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 23 | 0 | 0.62 | 0.90 | 0.13 | 18.3 | 0.81 | 0.48 |
| Hex | DF | 54 | 17 | 0 | 3E | 5A | D | 12 | 51 | 30 |
| Octal | 337 | 124 | 27 | 0 | 76 | 132 | 15 | 22 | 121 | 60 |
| Binary | 11011111 | 1010100 | 10111 | 0 | 111110 | 1011010 | 1101 | 10010 | 1010001 | 110000 |
Color Harmonies of #DF5417
Complementary color
Monochromatic Colors of #DF5417
Black with #DF5417
Text Example
Text Example
White with #DF5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5417; }
p { color: rgb(223,84,23); }
H1.HeaderClassName
{
color: #DF5417;
}
.AnyTagClassName
{
color: #DF5417;
}
</style>
background-color css
<style>
a { background-color: #DF5417; }
a { background-color: rgb(223,84,23); }
div.DivClassName
{
background-color: #DF5417;
}
.BgClassName
{
background-color: #DF5417;
}
</style>
border-color css
<style>
span { border-color: #DF5417; }
span { border-color: rgb(223,84,23); }
td.TdClassName
{
border-color: #DF5417;
}
.TagClassName
{
border-color: #DF5417;
}
</style>