Shades of Persimmon #DE5B00
Tints of Persimmon #DE5B00
RGB
CMYK
RGB Variations
Color information
#DE5B00 (or 0xDE5B00) is known color: Persimmon. HEX triplet: DE, 5B and 00. RGB value is (222,91,0). Sum of RGB (Red+Green+Blue) = 222+91+0=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5B00 is #21A4FF. Grayscale: #787878. Windows color (decimal): -2204928 or 23518. OLE color: 23518.
HSL color Cylindrical-coordinate representation of color #DE5B00: hue angle of 24.59º 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 #DE5B00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.13 |
| HSL | 24.59º | 1% | 0.44% | - |
| HSV(B) | 24.59º | 1% | 0.87% | - |
| XYZ | 33.87 | 23.01 | 2.66 | - |
| YUV | 119.8 | 60.4 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 0 | 0 | 0.59 | 1 | 0.13 | 24.59 | 1 | 0.44 |
| Hex | DE | 5B | 0 | 0 | 3B | 64 | D | 19 | 64 | 2C |
| Octal | 336 | 133 | 0 | 0 | 73 | 144 | 15 | 31 | 144 | 54 |
| Binary | 11011110 | 1011011 | 0 | 0 | 111011 | 1100100 | 1101 | 11001 | 1100100 | 101100 |
Color Harmonies of #DE5B00
Complementary color
Monochromatic Colors of #DE5B00
Black with #DE5B00
Text Example
Text Example
White with #DE5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B00; }
p { color: rgb(222,91,0); }
H1.HeaderClassName
{
color: #DE5B00;
}
.AnyTagClassName
{
color: #DE5B00;
}
</style>
background-color css
<style>
a { background-color: #DE5B00; }
a { background-color: rgb(222,91,0); }
div.DivClassName
{
background-color: #DE5B00;
}
.BgClassName
{
background-color: #DE5B00;
}
</style>
border-color css
<style>
span { border-color: #DE5B00; }
span { border-color: rgb(222,91,0); }
td.TdClassName
{
border-color: #DE5B00;
}
.TagClassName
{
border-color: #DE5B00;
}
</style>