Shades of Persimmon #DE540F
Tints of Persimmon #DE540F
RGB
CMYK
RGB Variations
Color information
#DE540F (or 0xDE540F) is known color: Persimmon. HEX triplet: DE, 54 and 0F. RGB value is (222,84,15). Sum of RGB (Red+Green+Blue) = 222+84+15=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE540F is #21ABF0. Grayscale: #757575. Windows color (decimal): -2206705 or 1004766. OLE color: 1004766.
HSL color Cylindrical-coordinate representation of color #DE540F: hue angle of 20º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE540F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 15 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.13 |
| HSL | 20º | 0.87% | 0.46% | - |
| HSV(B) | 20º | 0.93% | 0.87% | - |
| XYZ | 33.38 | 21.9 | 2.92 | - |
| YUV | 117.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 15 | 0 | 0.62 | 0.93 | 0.13 | 20 | 0.87 | 0.46 |
| Hex | DE | 54 | F | 0 | 3E | 5D | D | 14 | 57 | 2E |
| Octal | 336 | 124 | 17 | 0 | 76 | 135 | 15 | 24 | 127 | 56 |
| Binary | 11011110 | 1010100 | 1111 | 0 | 111110 | 1011101 | 1101 | 10100 | 1010111 | 101110 |
Color Harmonies of #DE540F
Complementary color
Monochromatic Colors of #DE540F
Black with #DE540F
Text Example
Text Example
White with #DE540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE540F; }
p { color: rgb(222,84,15); }
H1.HeaderClassName
{
color: #DE540F;
}
.AnyTagClassName
{
color: #DE540F;
}
</style>
background-color css
<style>
a { background-color: #DE540F; }
a { background-color: rgb(222,84,15); }
div.DivClassName
{
background-color: #DE540F;
}
.BgClassName
{
background-color: #DE540F;
}
</style>
border-color css
<style>
span { border-color: #DE540F; }
span { border-color: rgb(222,84,15); }
td.TdClassName
{
border-color: #DE540F;
}
.TagClassName
{
border-color: #DE540F;
}
</style>