Shades of Persimmon #DE5912
Tints of Persimmon #DE5912
RGB
CMYK
RGB Variations
Color information
#DE5912 (or 0xDE5912) is known color: Persimmon. HEX triplet: DE, 59 and 12. RGB value is (222,89,18). Sum of RGB (Red+Green+Blue) = 222+89+18=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5912 is #21A6ED. Grayscale: #797979. Windows color (decimal): -2205422 or 1202654. OLE color: 1202654.
HSL color Cylindrical-coordinate representation of color #DE5912: hue angle of 20.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE5912 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 18 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.13 |
| HSL | 20.88º | 0.85% | 0.47% | - |
| HSV(B) | 20.88º | 0.92% | 0.87% | - |
| XYZ | 33.81 | 22.72 | 3.18 | - |
| YUV | 120.67 | 70.06 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 18 | 0 | 0.60 | 0.92 | 0.13 | 20.88 | 0.85 | 0.47 |
| Hex | DE | 59 | 12 | 0 | 3C | 5C | D | 15 | 55 | 2F |
| Octal | 336 | 131 | 22 | 0 | 74 | 134 | 15 | 25 | 125 | 57 |
| Binary | 11011110 | 1011001 | 10010 | 0 | 111100 | 1011100 | 1101 | 10101 | 1010101 | 101111 |
Color Harmonies of #DE5912
Complementary color
Monochromatic Colors of #DE5912
Black with #DE5912
Text Example
Text Example
White with #DE5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5912; }
p { color: rgb(222,89,18); }
H1.HeaderClassName
{
color: #DE5912;
}
.AnyTagClassName
{
color: #DE5912;
}
</style>
background-color css
<style>
a { background-color: #DE5912; }
a { background-color: rgb(222,89,18); }
div.DivClassName
{
background-color: #DE5912;
}
.BgClassName
{
background-color: #DE5912;
}
</style>
border-color css
<style>
span { border-color: #DE5912; }
span { border-color: rgb(222,89,18); }
td.TdClassName
{
border-color: #DE5912;
}
.TagClassName
{
border-color: #DE5912;
}
</style>