Shades of Persimmon #DE5901
Tints of Persimmon #DE5901
RGB
CMYK
RGB Variations
Color information
#DE5901 (or 0xDE5901) is known color: Persimmon. HEX triplet: DE, 59 and 01. RGB value is (222,89,1). Sum of RGB (Red+Green+Blue) = 222+89+1=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5901 is #21A6FE. Grayscale: #777777. Windows color (decimal): -2205439 or 88542. OLE color: 88542.
HSL color Cylindrical-coordinate representation of color #DE5901: hue angle of 23.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 #DE5901 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.13 |
| HSL | 23.89º | 0.99% | 0.44% | - |
| HSV(B) | 23.89º | 1% | 0.87% | - |
| XYZ | 33.7 | 22.68 | 2.63 | - |
| YUV | 118.74 | 61.56 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 1 | 0 | 0.60 | 1.00 | 0.13 | 23.89 | 0.99 | 0.44 |
| Hex | DE | 59 | 1 | 0 | 3C | 64 | D | 18 | 63 | 2C |
| Octal | 336 | 131 | 1 | 0 | 74 | 144 | 15 | 30 | 143 | 54 |
| Binary | 11011110 | 1011001 | 1 | 0 | 111100 | 1100100 | 1101 | 11000 | 1100011 | 101100 |
Color Harmonies of #DE5901
Complementary color
Monochromatic Colors of #DE5901
Black with #DE5901
Text Example
Text Example
White with #DE5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5901; }
p { color: rgb(222,89,1); }
H1.HeaderClassName
{
color: #DE5901;
}
.AnyTagClassName
{
color: #DE5901;
}
</style>
background-color css
<style>
a { background-color: #DE5901; }
a { background-color: rgb(222,89,1); }
div.DivClassName
{
background-color: #DE5901;
}
.BgClassName
{
background-color: #DE5901;
}
</style>
border-color css
<style>
span { border-color: #DE5901; }
span { border-color: rgb(222,89,1); }
td.TdClassName
{
border-color: #DE5901;
}
.TagClassName
{
border-color: #DE5901;
}
</style>