Shades of Persimmon #DF5205
Tints of Persimmon #DF5205
RGB
CMYK
RGB Variations
Color information
#DF5205 (or 0xDF5205) is known color: Persimmon. HEX triplet: DF, 52 and 05. RGB value is (223,82,5). Sum of RGB (Red+Green+Blue) = 223+82+5=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5205 is #20ADFA. Grayscale: #737373. Windows color (decimal): -2141691 or 348895. OLE color: 348895.
HSL color Cylindrical-coordinate representation of color #DF5205: hue angle of 21.19º 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 #DF5205 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.13 |
| HSL | 21.19º | 0.96% | 0.45% | - |
| HSV(B) | 21.19º | 0.98% | 0.87% | - |
| XYZ | 33.48 | 21.73 | 2.57 | - |
| YUV | 115.38 | 65.71 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 5 | 0 | 0.63 | 0.98 | 0.13 | 21.19 | 0.96 | 0.45 |
| Hex | DF | 52 | 5 | 0 | 3F | 62 | D | 15 | 60 | 2D |
| Octal | 337 | 122 | 5 | 0 | 77 | 142 | 15 | 25 | 140 | 55 |
| Binary | 11011111 | 1010010 | 101 | 0 | 111111 | 1100010 | 1101 | 10101 | 1100000 | 101101 |
Color Harmonies of #DF5205
Complementary color
Monochromatic Colors of #DF5205
Black with #DF5205
Text Example
Text Example
White with #DF5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5205; }
p { color: rgb(223,82,5); }
H1.HeaderClassName
{
color: #DF5205;
}
.AnyTagClassName
{
color: #DF5205;
}
</style>
background-color css
<style>
a { background-color: #DF5205; }
a { background-color: rgb(223,82,5); }
div.DivClassName
{
background-color: #DF5205;
}
.BgClassName
{
background-color: #DF5205;
}
</style>
border-color css
<style>
span { border-color: #DF5205; }
span { border-color: rgb(223,82,5); }
td.TdClassName
{
border-color: #DF5205;
}
.TagClassName
{
border-color: #DF5205;
}
</style>