Shades of Persimmon #DF5200
Tints of Persimmon #DF5200
RGB
CMYK
RGB Variations
Color information
#DF5200 (or 0xDF5200) is known color: Persimmon. HEX triplet: DF, 52 and 00. RGB value is (223,82,0). Sum of RGB (Red+Green+Blue) = 223+82+0=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5200 is #20ADFF. Grayscale: #737373. Windows color (decimal): -2141696 or 21215. OLE color: 21215.
HSL color Cylindrical-coordinate representation of color #DF5200: hue angle of 22.06º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF5200 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.13 |
| HSL | 22.06º | 1% | 0.44% | - |
| HSV(B) | 22.06º | 1% | 0.87% | - |
| XYZ | 33.45 | 21.72 | 2.43 | - |
| YUV | 114.81 | 63.21 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 0 | 0 | 0.63 | 1 | 0.13 | 22.06 | 1 | 0.44 |
| Hex | DF | 52 | 0 | 0 | 3F | 64 | D | 16 | 64 | 2C |
| Octal | 337 | 122 | 0 | 0 | 77 | 144 | 15 | 26 | 144 | 54 |
| Binary | 11011111 | 1010010 | 0 | 0 | 111111 | 1100100 | 1101 | 10110 | 1100100 | 101100 |
Color Harmonies of #DF5200
Complementary color
Monochromatic Colors of #DF5200
Black with #DF5200
Text Example
Text Example
White with #DF5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5200; }
p { color: rgb(223,82,0); }
H1.HeaderClassName
{
color: #DF5200;
}
.AnyTagClassName
{
color: #DF5200;
}
</style>
background-color css
<style>
a { background-color: #DF5200; }
a { background-color: rgb(223,82,0); }
div.DivClassName
{
background-color: #DF5200;
}
.BgClassName
{
background-color: #DF5200;
}
</style>
border-color css
<style>
span { border-color: #DF5200; }
span { border-color: rgb(223,82,0); }
td.TdClassName
{
border-color: #DF5200;
}
.TagClassName
{
border-color: #DF5200;
}
</style>