Shades of Persimmon #DE4900
Tints of Persimmon #DE4900
RGB
CMYK
RGB Variations
Color information
#DE4900 (or 0xDE4900) is known color: Persimmon. HEX triplet: DE, 49 and 00. RGB value is (222,73,0). Sum of RGB (Red+Green+Blue) = 222+73+0=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4900 is #21B6FF. Grayscale: #6D6D6D. Windows color (decimal): -2209536 or 18910. OLE color: 18910.
HSL color Cylindrical-coordinate representation of color #DE4900: hue angle of 19.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE4900 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.13 |
| HSL | 19.73º | 1% | 0.44% | - |
| HSV(B) | 19.73º | 1% | 0.87% | - |
| XYZ | 32.51 | 20.29 | 2.2 | - |
| YUV | 109.23 | 66.36 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 0 | 0 | 0.67 | 1 | 0.13 | 19.73 | 1 | 0.44 |
| Hex | DE | 49 | 0 | 0 | 43 | 64 | D | 14 | 64 | 2C |
| Octal | 336 | 111 | 0 | 0 | 103 | 144 | 15 | 24 | 144 | 54 |
| Binary | 11011110 | 1001001 | 0 | 0 | 1000011 | 1100100 | 1101 | 10100 | 1100100 | 101100 |
Color Harmonies of #DE4900
Complementary color
Monochromatic Colors of #DE4900
Black with #DE4900
Text Example
Text Example
White with #DE4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4900; }
p { color: rgb(222,73,0); }
H1.HeaderClassName
{
color: #DE4900;
}
.AnyTagClassName
{
color: #DE4900;
}
</style>
background-color css
<style>
a { background-color: #DE4900; }
a { background-color: rgb(222,73,0); }
div.DivClassName
{
background-color: #DE4900;
}
.BgClassName
{
background-color: #DE4900;
}
</style>
border-color css
<style>
span { border-color: #DE4900; }
span { border-color: rgb(222,73,0); }
td.TdClassName
{
border-color: #DE4900;
}
.TagClassName
{
border-color: #DE4900;
}
</style>