Shades of Persimmon #DE5404
Tints of Persimmon #DE5404
RGB
CMYK
RGB Variations
Color information
#DE5404 (or 0xDE5404) is known color: Persimmon. HEX triplet: DE, 54 and 04. RGB value is (222,84,4). Sum of RGB (Red+Green+Blue) = 222+84+4=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5404 is #21ABFB. Grayscale: #747474. Windows color (decimal): -2206716 or 283870. OLE color: 283870.
HSL color Cylindrical-coordinate representation of color #DE5404: hue angle of 22.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE5404 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.13 |
| HSL | 22.02º | 0.96% | 0.44% | - |
| HSV(B) | 22.02º | 0.98% | 0.87% | - |
| XYZ | 33.32 | 21.88 | 2.58 | - |
| YUV | 116.14 | 64.72 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 4 | 0 | 0.62 | 0.98 | 0.13 | 22.02 | 0.96 | 0.44 |
| Hex | DE | 54 | 4 | 0 | 3E | 62 | D | 16 | 60 | 2C |
| Octal | 336 | 124 | 4 | 0 | 76 | 142 | 15 | 26 | 140 | 54 |
| Binary | 11011110 | 1010100 | 100 | 0 | 111110 | 1100010 | 1101 | 10110 | 1100000 | 101100 |
Color Harmonies of #DE5404
Complementary color
Monochromatic Colors of #DE5404
Black with #DE5404
Text Example
Text Example
White with #DE5404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5404; }
p { color: rgb(222,84,4); }
H1.HeaderClassName
{
color: #DE5404;
}
.AnyTagClassName
{
color: #DE5404;
}
</style>
background-color css
<style>
a { background-color: #DE5404; }
a { background-color: rgb(222,84,4); }
div.DivClassName
{
background-color: #DE5404;
}
.BgClassName
{
background-color: #DE5404;
}
</style>
border-color css
<style>
span { border-color: #DE5404; }
span { border-color: rgb(222,84,4); }
td.TdClassName
{
border-color: #DE5404;
}
.TagClassName
{
border-color: #DE5404;
}
</style>