Shades of Persimmon #DF5101
Tints of Persimmon #DF5101
RGB
CMYK
RGB Variations
Color information
#DF5101 (or 0xDF5101) is known color: Persimmon. HEX triplet: DF, 51 and 01. RGB value is (223,81,1). Sum of RGB (Red+Green+Blue) = 223+81+1=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5101 is #20AEFE. Grayscale: #727272. Windows color (decimal): -2141951 or 86495. OLE color: 86495.
HSL color Cylindrical-coordinate representation of color #DF5101: hue angle of 21.62º 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 #DF5101 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.13 |
| HSL | 21.62º | 0.99% | 0.44% | - |
| HSV(B) | 21.62º | 1% | 0.87% | - |
| XYZ | 33.38 | 21.58 | 2.43 | - |
| YUV | 114.34 | 64.04 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 1 | 0 | 0.64 | 1.00 | 0.13 | 21.62 | 0.99 | 0.44 |
| Hex | DF | 51 | 1 | 0 | 40 | 64 | D | 16 | 63 | 2C |
| Octal | 337 | 121 | 1 | 0 | 100 | 144 | 15 | 26 | 143 | 54 |
| Binary | 11011111 | 1010001 | 1 | 0 | 1000000 | 1100100 | 1101 | 10110 | 1100011 | 101100 |
Color Harmonies of #DF5101
Complementary color
Monochromatic Colors of #DF5101
Black with #DF5101
Text Example
Text Example
White with #DF5101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5101; }
p { color: rgb(223,81,1); }
H1.HeaderClassName
{
color: #DF5101;
}
.AnyTagClassName
{
color: #DF5101;
}
</style>
background-color css
<style>
a { background-color: #DF5101; }
a { background-color: rgb(223,81,1); }
div.DivClassName
{
background-color: #DF5101;
}
.BgClassName
{
background-color: #DF5101;
}
</style>
border-color css
<style>
span { border-color: #DF5101; }
span { border-color: rgb(223,81,1); }
td.TdClassName
{
border-color: #DF5101;
}
.TagClassName
{
border-color: #DF5101;
}
</style>