Shades of Persimmon #DF5110
Tints of Persimmon #DF5110
RGB
CMYK
RGB Variations
Color information
#DF5110 (or 0xDF5110) is known color: Persimmon. HEX triplet: DF, 51 and 10. RGB value is (223,81,16). Sum of RGB (Red+Green+Blue) = 223+81+16=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5110 is #20AEEF. Grayscale: #747474. Windows color (decimal): -2141936 or 1069535. OLE color: 1069535.
HSL color Cylindrical-coordinate representation of color #DF5110: hue angle of 18.84º 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 #DF5110 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.13 |
| HSL | 18.84º | 0.87% | 0.47% | - |
| HSV(B) | 18.84º | 0.93% | 0.87% | - |
| XYZ | 33.47 | 21.61 | 2.9 | - |
| YUV | 116.05 | 71.54 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 16 | 0 | 0.64 | 0.93 | 0.13 | 18.84 | 0.87 | 0.47 |
| Hex | DF | 51 | 10 | 0 | 40 | 5D | D | 13 | 57 | 2F |
| Octal | 337 | 121 | 20 | 0 | 100 | 135 | 15 | 23 | 127 | 57 |
| Binary | 11011111 | 1010001 | 10000 | 0 | 1000000 | 1011101 | 1101 | 10011 | 1010111 | 101111 |
Color Harmonies of #DF5110
Complementary color
Monochromatic Colors of #DF5110
Black with #DF5110
Text Example
Text Example
White with #DF5110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5110; }
p { color: rgb(223,81,16); }
H1.HeaderClassName
{
color: #DF5110;
}
.AnyTagClassName
{
color: #DF5110;
}
</style>
background-color css
<style>
a { background-color: #DF5110; }
a { background-color: rgb(223,81,16); }
div.DivClassName
{
background-color: #DF5110;
}
.BgClassName
{
background-color: #DF5110;
}
</style>
border-color css
<style>
span { border-color: #DF5110; }
span { border-color: rgb(223,81,16); }
td.TdClassName
{
border-color: #DF5110;
}
.TagClassName
{
border-color: #DF5110;
}
</style>