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