Shades of Persimmon #DF5416
Tints of Persimmon #DF5416
RGB
CMYK
RGB Variations
Color information
#DF5416 (or 0xDF5416) is known color: Persimmon. HEX triplet: DF, 54 and 16. RGB value is (223,84,22). Sum of RGB (Red+Green+Blue) = 223+84+22=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5416 is #20ABE9. Grayscale: #767676. Windows color (decimal): -2141162 or 1463519. OLE color: 1463519.
HSL color Cylindrical-coordinate representation of color #DF5416: hue angle of 18.51º degrees, saturation: 0.82, 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 #DF5416 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 22 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.13 |
| HSL | 18.51º | 0.82% | 0.48% | - |
| HSV(B) | 18.51º | 0.9% | 0.87% | - |
| XYZ | 33.75 | 22.09 | 3.24 | - |
| YUV | 118.49 | 73.55 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 22 | 0 | 0.62 | 0.90 | 0.13 | 18.51 | 0.82 | 0.48 |
| Hex | DF | 54 | 16 | 0 | 3E | 5A | D | 13 | 52 | 30 |
| Octal | 337 | 124 | 26 | 0 | 76 | 132 | 15 | 23 | 122 | 60 |
| Binary | 11011111 | 1010100 | 10110 | 0 | 111110 | 1011010 | 1101 | 10011 | 1010010 | 110000 |
Color Harmonies of #DF5416
Complementary color
Monochromatic Colors of #DF5416
Black with #DF5416
Text Example
Text Example
White with #DF5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5416; }
p { color: rgb(223,84,22); }
H1.HeaderClassName
{
color: #DF5416;
}
.AnyTagClassName
{
color: #DF5416;
}
</style>
background-color css
<style>
a { background-color: #DF5416; }
a { background-color: rgb(223,84,22); }
div.DivClassName
{
background-color: #DF5416;
}
.BgClassName
{
background-color: #DF5416;
}
</style>
border-color css
<style>
span { border-color: #DF5416; }
span { border-color: rgb(223,84,22); }
td.TdClassName
{
border-color: #DF5416;
}
.TagClassName
{
border-color: #DF5416;
}
</style>