Shades of Persimmon #DF5206
Tints of Persimmon #DF5206
RGB
CMYK
RGB Variations
Color information
#DF5206 (or 0xDF5206) is known color: Persimmon. HEX triplet: DF, 52 and 06. RGB value is (223,82,6). Sum of RGB (Red+Green+Blue) = 223+82+6=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5206 is #20ADF9. Grayscale: #737373. Windows color (decimal): -2141690 or 414431. OLE color: 414431.
HSL color Cylindrical-coordinate representation of color #DF5206: hue angle of 21.01º degrees, saturation: 0.95, 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 #DF5206 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.13 |
| HSL | 21.01º | 0.95% | 0.45% | - |
| HSV(B) | 21.01º | 0.97% | 0.87% | - |
| XYZ | 33.48 | 21.74 | 2.6 | - |
| YUV | 115.5 | 66.21 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 6 | 0 | 0.63 | 0.97 | 0.13 | 21.01 | 0.95 | 0.45 |
| Hex | DF | 52 | 6 | 0 | 3F | 61 | D | 15 | 5F | 2D |
| Octal | 337 | 122 | 6 | 0 | 77 | 141 | 15 | 25 | 137 | 55 |
| Binary | 11011111 | 1010010 | 110 | 0 | 111111 | 1100001 | 1101 | 10101 | 1011111 | 101101 |
Color Harmonies of #DF5206
Complementary color
Monochromatic Colors of #DF5206
Black with #DF5206
Text Example
Text Example
White with #DF5206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5206; }
p { color: rgb(223,82,6); }
H1.HeaderClassName
{
color: #DF5206;
}
.AnyTagClassName
{
color: #DF5206;
}
</style>
background-color css
<style>
a { background-color: #DF5206; }
a { background-color: rgb(223,82,6); }
div.DivClassName
{
background-color: #DF5206;
}
.BgClassName
{
background-color: #DF5206;
}
</style>
border-color css
<style>
span { border-color: #DF5206; }
span { border-color: rgb(223,82,6); }
td.TdClassName
{
border-color: #DF5206;
}
.TagClassName
{
border-color: #DF5206;
}
</style>