Shades of Persimmon #DE5108
Tints of Persimmon #DE5108
RGB
CMYK
RGB Variations
Color information
#DE5108 (or 0xDE5108) is known color: Persimmon. HEX triplet: DE, 51 and 08. RGB value is (222,81,8). Sum of RGB (Red+Green+Blue) = 222+81+8=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5108 is #21AEF7. Grayscale: #737373. Windows color (decimal): -2207480 or 545246. OLE color: 545246.
HSL color Cylindrical-coordinate representation of color #DE5108: hue angle of 20.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE5108 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.13 |
| HSL | 20.47º | 0.93% | 0.45% | - |
| HSV(B) | 20.47º | 0.96% | 0.87% | - |
| XYZ | 33.11 | 21.43 | 2.62 | - |
| YUV | 114.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 8 | 0 | 0.64 | 0.96 | 0.13 | 20.47 | 0.93 | 0.45 |
| Hex | DE | 51 | 8 | 0 | 40 | 60 | D | 14 | 5D | 2D |
| Octal | 336 | 121 | 10 | 0 | 100 | 140 | 15 | 24 | 135 | 55 |
| Binary | 11011110 | 1010001 | 1000 | 0 | 1000000 | 1100000 | 1101 | 10100 | 1011101 | 101101 |
Color Harmonies of #DE5108
Complementary color
Monochromatic Colors of #DE5108
Black with #DE5108
Text Example
Text Example
White with #DE5108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5108; }
p { color: rgb(222,81,8); }
H1.HeaderClassName
{
color: #DE5108;
}
.AnyTagClassName
{
color: #DE5108;
}
</style>
background-color css
<style>
a { background-color: #DE5108; }
a { background-color: rgb(222,81,8); }
div.DivClassName
{
background-color: #DE5108;
}
.BgClassName
{
background-color: #DE5108;
}
</style>
border-color css
<style>
span { border-color: #DE5108; }
span { border-color: rgb(222,81,8); }
td.TdClassName
{
border-color: #DE5108;
}
.TagClassName
{
border-color: #DE5108;
}
</style>