Shades of Persimmon #DE500B
Tints of Persimmon #DE500B
RGB
CMYK
RGB Variations
Color information
#DE500B (or 0xDE500B) is known color: Persimmon. HEX triplet: DE, 50 and 0B. RGB value is (222,80,11). Sum of RGB (Red+Green+Blue) = 222+80+11=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE500B is #21AFF4. Grayscale: #737373. Windows color (decimal): -2207733 or 741598. OLE color: 741598.
HSL color Cylindrical-coordinate representation of color #DE500B: hue angle of 19.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE500B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.13 |
| HSL | 19.62º | 0.91% | 0.46% | - |
| HSV(B) | 19.62º | 0.95% | 0.87% | - |
| XYZ | 33.05 | 21.29 | 2.68 | - |
| YUV | 114.59 | 69.54 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 11 | 0 | 0.64 | 0.95 | 0.13 | 19.62 | 0.91 | 0.46 |
| Hex | DE | 50 | B | 0 | 40 | 5F | D | 14 | 5B | 2E |
| Octal | 336 | 120 | 13 | 0 | 100 | 137 | 15 | 24 | 133 | 56 |
| Binary | 11011110 | 1010000 | 1011 | 0 | 1000000 | 1011111 | 1101 | 10100 | 1011011 | 101110 |
Color Harmonies of #DE500B
Complementary color
Monochromatic Colors of #DE500B
Black with #DE500B
Text Example
Text Example
White with #DE500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE500B; }
p { color: rgb(222,80,11); }
H1.HeaderClassName
{
color: #DE500B;
}
.AnyTagClassName
{
color: #DE500B;
}
</style>
background-color css
<style>
a { background-color: #DE500B; }
a { background-color: rgb(222,80,11); }
div.DivClassName
{
background-color: #DE500B;
}
.BgClassName
{
background-color: #DE500B;
}
</style>
border-color css
<style>
span { border-color: #DE500B; }
span { border-color: rgb(222,80,11); }
td.TdClassName
{
border-color: #DE500B;
}
.TagClassName
{
border-color: #DE500B;
}
</style>