Shades of Persimmon #DF5510
Tints of Persimmon #DF5510
RGB
CMYK
RGB Variations
Color information
#DF5510 (or 0xDF5510) is known color: Persimmon. HEX triplet: DF, 55 and 10. RGB value is (223,85,16). Sum of RGB (Red+Green+Blue) = 223+85+16=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5510 is #20AAEF. Grayscale: #767676. Windows color (decimal): -2140912 or 1070559. OLE color: 1070559.
HSL color Cylindrical-coordinate representation of color #DF5510: hue angle of 20º 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 #DF5510 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.13 |
| HSL | 20º | 0.87% | 0.47% | - |
| HSV(B) | 20º | 0.93% | 0.87% | - |
| XYZ | 33.77 | 22.22 | 3 | - |
| YUV | 118.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 16 | 0 | 0.62 | 0.93 | 0.13 | 20 | 0.87 | 0.47 |
| Hex | DF | 55 | 10 | 0 | 3E | 5D | D | 14 | 57 | 2F |
| Octal | 337 | 125 | 20 | 0 | 76 | 135 | 15 | 24 | 127 | 57 |
| Binary | 11011111 | 1010101 | 10000 | 0 | 111110 | 1011101 | 1101 | 10100 | 1010111 | 101111 |
Color Harmonies of #DF5510
Complementary color
Monochromatic Colors of #DF5510
Black with #DF5510
Text Example
Text Example
White with #DF5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5510; }
p { color: rgb(223,85,16); }
H1.HeaderClassName
{
color: #DF5510;
}
.AnyTagClassName
{
color: #DF5510;
}
</style>
background-color css
<style>
a { background-color: #DF5510; }
a { background-color: rgb(223,85,16); }
div.DivClassName
{
background-color: #DF5510;
}
.BgClassName
{
background-color: #DF5510;
}
</style>
border-color css
<style>
span { border-color: #DF5510; }
span { border-color: rgb(223,85,16); }
td.TdClassName
{
border-color: #DF5510;
}
.TagClassName
{
border-color: #DF5510;
}
</style>