Shades of Persimmon #DE5502
Tints of Persimmon #DE5502
RGB
CMYK
RGB Variations
Color information
#DE5502 (or 0xDE5502) is known color: Persimmon. HEX triplet: DE, 55 and 02. RGB value is (222,85,2). Sum of RGB (Red+Green+Blue) = 222+85+2=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5502 is #21AAFD. Grayscale: #747474. Windows color (decimal): -2206462 or 153054. OLE color: 153054.
HSL color Cylindrical-coordinate representation of color #DE5502: hue angle of 22.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE5502 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.13 |
| HSL | 22.64º | 0.98% | 0.44% | - |
| HSV(B) | 22.64º | 0.99% | 0.87% | - |
| XYZ | 33.38 | 22.03 | 2.55 | - |
| YUV | 116.5 | 63.39 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 2 | 0 | 0.62 | 0.99 | 0.13 | 22.64 | 0.98 | 0.44 |
| Hex | DE | 55 | 2 | 0 | 3E | 63 | D | 17 | 62 | 2C |
| Octal | 336 | 125 | 2 | 0 | 76 | 143 | 15 | 27 | 142 | 54 |
| Binary | 11011110 | 1010101 | 10 | 0 | 111110 | 1100011 | 1101 | 10111 | 1100010 | 101100 |
Color Harmonies of #DE5502
Complementary color
Monochromatic Colors of #DE5502
Black with #DE5502
Text Example
Text Example
White with #DE5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5502; }
p { color: rgb(222,85,2); }
H1.HeaderClassName
{
color: #DE5502;
}
.AnyTagClassName
{
color: #DE5502;
}
</style>
background-color css
<style>
a { background-color: #DE5502; }
a { background-color: rgb(222,85,2); }
div.DivClassName
{
background-color: #DE5502;
}
.BgClassName
{
background-color: #DE5502;
}
</style>
border-color css
<style>
span { border-color: #DE5502; }
span { border-color: rgb(222,85,2); }
td.TdClassName
{
border-color: #DE5502;
}
.TagClassName
{
border-color: #DE5502;
}
</style>