Shades of Persimmon #DE5100
Tints of Persimmon #DE5100
RGB
CMYK
RGB Variations
Color information
#DE5100 (or 0xDE5100) is known color: Persimmon. HEX triplet: DE, 51 and 00. RGB value is (222,81,0). Sum of RGB (Red+Green+Blue) = 222+81+0=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5100 is #21AEFF. Grayscale: #727272. Windows color (decimal): -2207488 or 20958. OLE color: 20958.
HSL color Cylindrical-coordinate representation of color #DE5100: hue angle of 21.89º 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 #DE5100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.13 |
| HSL | 21.89º | 1% | 0.44% | - |
| HSV(B) | 21.89º | 1% | 0.87% | - |
| XYZ | 33.07 | 21.41 | 2.39 | - |
| YUV | 113.93 | 63.71 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 0 | 0 | 0.64 | 1 | 0.13 | 21.89 | 1 | 0.44 |
| Hex | DE | 51 | 0 | 0 | 40 | 64 | D | 16 | 64 | 2C |
| Octal | 336 | 121 | 0 | 0 | 100 | 144 | 15 | 26 | 144 | 54 |
| Binary | 11011110 | 1010001 | 0 | 0 | 1000000 | 1100100 | 1101 | 10110 | 1100100 | 101100 |
Color Harmonies of #DE5100
Complementary color
Monochromatic Colors of #DE5100
Black with #DE5100
Text Example
Text Example
White with #DE5100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5100; }
p { color: rgb(222,81,0); }
H1.HeaderClassName
{
color: #DE5100;
}
.AnyTagClassName
{
color: #DE5100;
}
</style>
background-color css
<style>
a { background-color: #DE5100; }
a { background-color: rgb(222,81,0); }
div.DivClassName
{
background-color: #DE5100;
}
.BgClassName
{
background-color: #DE5100;
}
</style>
border-color css
<style>
span { border-color: #DE5100; }
span { border-color: rgb(222,81,0); }
td.TdClassName
{
border-color: #DE5100;
}
.TagClassName
{
border-color: #DE5100;
}
</style>