Shades of Persimmon #DF5301
Tints of Persimmon #DF5301
RGB
CMYK
RGB Variations
Color information
#DF5301 (or 0xDF5301) is known color: Persimmon. HEX triplet: DF, 53 and 01. RGB value is (223,83,1). Sum of RGB (Red+Green+Blue) = 223+83+1=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5301 is #20ACFE. Grayscale: #737373. Windows color (decimal): -2141439 or 87007. OLE color: 87007.
HSL color Cylindrical-coordinate representation of color #DF5301: hue angle of 22.16º 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 #DF5301 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.13 |
| HSL | 22.16º | 0.99% | 0.44% | - |
| HSV(B) | 22.16º | 1% | 0.87% | - |
| XYZ | 33.53 | 21.88 | 2.48 | - |
| YUV | 115.51 | 63.38 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 1 | 0 | 0.63 | 1.00 | 0.13 | 22.16 | 0.99 | 0.44 |
| Hex | DF | 53 | 1 | 0 | 3F | 64 | D | 16 | 63 | 2C |
| Octal | 337 | 123 | 1 | 0 | 77 | 144 | 15 | 26 | 143 | 54 |
| Binary | 11011111 | 1010011 | 1 | 0 | 111111 | 1100100 | 1101 | 10110 | 1100011 | 101100 |
Color Harmonies of #DF5301
Complementary color
Monochromatic Colors of #DF5301
Black with #DF5301
Text Example
Text Example
White with #DF5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5301; }
p { color: rgb(223,83,1); }
H1.HeaderClassName
{
color: #DF5301;
}
.AnyTagClassName
{
color: #DF5301;
}
</style>
background-color css
<style>
a { background-color: #DF5301; }
a { background-color: rgb(223,83,1); }
div.DivClassName
{
background-color: #DF5301;
}
.BgClassName
{
background-color: #DF5301;
}
</style>
border-color css
<style>
span { border-color: #DF5301; }
span { border-color: rgb(223,83,1); }
td.TdClassName
{
border-color: #DF5301;
}
.TagClassName
{
border-color: #DF5301;
}
</style>