Shades of Persimmon #DF5207
Tints of Persimmon #DF5207
RGB
CMYK
RGB Variations
Color information
#DF5207 (or 0xDF5207) is known color: Persimmon. HEX triplet: DF, 52 and 07. RGB value is (223,82,7). Sum of RGB (Red+Green+Blue) = 223+82+7=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5207 is #20ADF8. Grayscale: #747474. Windows color (decimal): -2141689 or 479967. OLE color: 479967.
HSL color Cylindrical-coordinate representation of color #DF5207: hue angle of 20.83º 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 #DF5207 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.13 |
| HSL | 20.83º | 0.94% | 0.45% | - |
| HSV(B) | 20.83º | 0.97% | 0.87% | - |
| XYZ | 33.49 | 21.74 | 2.63 | - |
| YUV | 115.61 | 66.71 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 7 | 0 | 0.63 | 0.97 | 0.13 | 20.83 | 0.94 | 0.45 |
| Hex | DF | 52 | 7 | 0 | 3F | 61 | D | 15 | 5E | 2D |
| Octal | 337 | 122 | 7 | 0 | 77 | 141 | 15 | 25 | 136 | 55 |
| Binary | 11011111 | 1010010 | 111 | 0 | 111111 | 1100001 | 1101 | 10101 | 1011110 | 101101 |
Color Harmonies of #DF5207
Complementary color
Monochromatic Colors of #DF5207
Black with #DF5207
Text Example
Text Example
White with #DF5207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5207; }
p { color: rgb(223,82,7); }
H1.HeaderClassName
{
color: #DF5207;
}
.AnyTagClassName
{
color: #DF5207;
}
</style>
background-color css
<style>
a { background-color: #DF5207; }
a { background-color: rgb(223,82,7); }
div.DivClassName
{
background-color: #DF5207;
}
.BgClassName
{
background-color: #DF5207;
}
</style>
border-color css
<style>
span { border-color: #DF5207; }
span { border-color: rgb(223,82,7); }
td.TdClassName
{
border-color: #DF5207;
}
.TagClassName
{
border-color: #DF5207;
}
</style>