Shades of Persimmon #DF5707
Tints of Persimmon #DF5707
RGB
CMYK
RGB Variations
Color information
#DF5707 (or 0xDF5707) is known color: Persimmon. HEX triplet: DF, 57 and 07. RGB value is (223,87,7). Sum of RGB (Red+Green+Blue) = 223+87+7=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5707 is #20A8F8. Grayscale: #767676. Windows color (decimal): -2140409 or 481247. OLE color: 481247.
HSL color Cylindrical-coordinate representation of color #DF5707: hue angle of 22.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF5707 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 7 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.13 |
| HSL | 22.22º | 0.94% | 0.45% | - |
| HSV(B) | 22.22º | 0.97% | 0.87% | - |
| XYZ | 33.88 | 22.52 | 2.76 | - |
| YUV | 118.54 | 65.06 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 7 | 0 | 0.61 | 0.97 | 0.13 | 22.22 | 0.94 | 0.45 |
| Hex | DF | 57 | 7 | 0 | 3D | 61 | D | 16 | 5E | 2D |
| Octal | 337 | 127 | 7 | 0 | 75 | 141 | 15 | 26 | 136 | 55 |
| Binary | 11011111 | 1010111 | 111 | 0 | 111101 | 1100001 | 1101 | 10110 | 1011110 | 101101 |
Color Harmonies of #DF5707
Complementary color
Monochromatic Colors of #DF5707
Black with #DF5707
Text Example
Text Example
White with #DF5707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5707; }
p { color: rgb(223,87,7); }
H1.HeaderClassName
{
color: #DF5707;
}
.AnyTagClassName
{
color: #DF5707;
}
</style>
background-color css
<style>
a { background-color: #DF5707; }
a { background-color: rgb(223,87,7); }
div.DivClassName
{
background-color: #DF5707;
}
.BgClassName
{
background-color: #DF5707;
}
</style>
border-color css
<style>
span { border-color: #DF5707; }
span { border-color: rgb(223,87,7); }
td.TdClassName
{
border-color: #DF5707;
}
.TagClassName
{
border-color: #DF5707;
}
</style>