Shades of Persimmon #DF5204
Tints of Persimmon #DF5204
RGB
CMYK
RGB Variations
Color information
#DF5204 (or 0xDF5204) is known color: Persimmon. HEX triplet: DF, 52 and 04. RGB value is (223,82,4). Sum of RGB (Red+Green+Blue) = 223+82+4=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5204 is #20ADFB. Grayscale: #737373. Windows color (decimal): -2141692 or 283359. OLE color: 283359.
HSL color Cylindrical-coordinate representation of color #DF5204: hue angle of 21.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF5204 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.13 |
| HSL | 21.37º | 0.96% | 0.45% | - |
| HSV(B) | 21.37º | 0.98% | 0.87% | - |
| XYZ | 33.47 | 21.73 | 2.55 | - |
| YUV | 115.27 | 65.21 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 4 | 0 | 0.63 | 0.98 | 0.13 | 21.37 | 0.96 | 0.45 |
| Hex | DF | 52 | 4 | 0 | 3F | 62 | D | 15 | 60 | 2D |
| Octal | 337 | 122 | 4 | 0 | 77 | 142 | 15 | 25 | 140 | 55 |
| Binary | 11011111 | 1010010 | 100 | 0 | 111111 | 1100010 | 1101 | 10101 | 1100000 | 101101 |
Color Harmonies of #DF5204
Complementary color
Monochromatic Colors of #DF5204
Black with #DF5204
Text Example
Text Example
White with #DF5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5204; }
p { color: rgb(223,82,4); }
H1.HeaderClassName
{
color: #DF5204;
}
.AnyTagClassName
{
color: #DF5204;
}
</style>
background-color css
<style>
a { background-color: #DF5204; }
a { background-color: rgb(223,82,4); }
div.DivClassName
{
background-color: #DF5204;
}
.BgClassName
{
background-color: #DF5204;
}
</style>
border-color css
<style>
span { border-color: #DF5204; }
span { border-color: rgb(223,82,4); }
td.TdClassName
{
border-color: #DF5204;
}
.TagClassName
{
border-color: #DF5204;
}
</style>