Shades of Persimmon #DF5E10
Tints of Persimmon #DF5E10
RGB
CMYK
RGB Variations
Color information
#DF5E10 (or 0xDF5E10) is known color: Persimmon. HEX triplet: DF, 5E and 10. RGB value is (223,94,16). Sum of RGB (Red+Green+Blue) = 223+94+16=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5E10 is #20A1EF. Grayscale: #7C7C7C. Windows color (decimal): -2138608 or 1072863. OLE color: 1072863.
HSL color Cylindrical-coordinate representation of color #DF5E10: hue angle of 22.61º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF5E10 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.13 |
| HSL | 22.61º | 0.87% | 0.47% | - |
| HSV(B) | 22.61º | 0.93% | 0.87% | - |
| XYZ | 34.53 | 23.73 | 3.25 | - |
| YUV | 123.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 16 | 0 | 0.58 | 0.93 | 0.13 | 22.61 | 0.87 | 0.47 |
| Hex | DF | 5E | 10 | 0 | 3A | 5D | D | 17 | 57 | 2F |
| Octal | 337 | 136 | 20 | 0 | 72 | 135 | 15 | 27 | 127 | 57 |
| Binary | 11011111 | 1011110 | 10000 | 0 | 111010 | 1011101 | 1101 | 10111 | 1010111 | 101111 |
Color Harmonies of #DF5E10
Complementary color
Monochromatic Colors of #DF5E10
Black with #DF5E10
Text Example
Text Example
White with #DF5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E10; }
p { color: rgb(223,94,16); }
H1.HeaderClassName
{
color: #DF5E10;
}
.AnyTagClassName
{
color: #DF5E10;
}
</style>
background-color css
<style>
a { background-color: #DF5E10; }
a { background-color: rgb(223,94,16); }
div.DivClassName
{
background-color: #DF5E10;
}
.BgClassName
{
background-color: #DF5E10;
}
</style>
border-color css
<style>
span { border-color: #DF5E10; }
span { border-color: rgb(223,94,16); }
td.TdClassName
{
border-color: #DF5E10;
}
.TagClassName
{
border-color: #DF5E10;
}
</style>