Shades of Persimmon #DE5510
Tints of Persimmon #DE5510
RGB
CMYK
RGB Variations
Color information
#DE5510 (or 0xDE5510) is known color: Persimmon. HEX triplet: DE, 55 and 10. RGB value is (222,85,16). Sum of RGB (Red+Green+Blue) = 222+85+16=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5510 is #21AAEF. Grayscale: #767676. Windows color (decimal): -2206448 or 1070558. OLE color: 1070558.
HSL color Cylindrical-coordinate representation of color #DE5510: hue angle of 20.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE5510 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.13 |
| HSL | 20.1º | 0.87% | 0.47% | - |
| HSV(B) | 20.1º | 0.93% | 0.87% | - |
| XYZ | 33.47 | 22.06 | 2.99 | - |
| YUV | 118.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 16 | 0 | 0.62 | 0.93 | 0.13 | 20.1 | 0.87 | 0.47 |
| Hex | DE | 55 | 10 | 0 | 3E | 5D | D | 14 | 57 | 2F |
| Octal | 336 | 125 | 20 | 0 | 76 | 135 | 15 | 24 | 127 | 57 |
| Binary | 11011110 | 1010101 | 10000 | 0 | 111110 | 1011101 | 1101 | 10100 | 1010111 | 101111 |
Color Harmonies of #DE5510
Complementary color
Monochromatic Colors of #DE5510
Black with #DE5510
Text Example
Text Example
White with #DE5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5510; }
p { color: rgb(222,85,16); }
H1.HeaderClassName
{
color: #DE5510;
}
.AnyTagClassName
{
color: #DE5510;
}
</style>
background-color css
<style>
a { background-color: #DE5510; }
a { background-color: rgb(222,85,16); }
div.DivClassName
{
background-color: #DE5510;
}
.BgClassName
{
background-color: #DE5510;
}
</style>
border-color css
<style>
span { border-color: #DE5510; }
span { border-color: rgb(222,85,16); }
td.TdClassName
{
border-color: #DE5510;
}
.TagClassName
{
border-color: #DE5510;
}
</style>