Shades of Persimmon #DE5F0C
Tints of Persimmon #DE5F0C
RGB
CMYK
RGB Variations
Color information
#DE5F0C (or 0xDE5F0C) is known color: Persimmon. HEX triplet: DE, 5F and 0C. RGB value is (222,95,12). Sum of RGB (Red+Green+Blue) = 222+95+12=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5F0C is #21A0F3. Grayscale: #7B7B7B. Windows color (decimal): -2203892 or 810974. OLE color: 810974.
HSL color Cylindrical-coordinate representation of color #DE5F0C: hue angle of 23.71º degrees, saturation: 0.9, 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 #DE5F0C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 95 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.13 |
| HSL | 23.71º | 0.9% | 0.46% | - |
| HSV(B) | 23.71º | 0.95% | 0.87% | - |
| XYZ | 34.28 | 23.74 | 3.12 | - |
| YUV | 123.51 | 65.08 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 95 | 12 | 0 | 0.57 | 0.95 | 0.13 | 23.71 | 0.9 | 0.46 |
| Hex | DE | 5F | C | 0 | 39 | 5F | D | 18 | 5A | 2E |
| Octal | 336 | 137 | 14 | 0 | 71 | 137 | 15 | 30 | 132 | 56 |
| Binary | 11011110 | 1011111 | 1100 | 0 | 111001 | 1011111 | 1101 | 11000 | 1011010 | 101110 |
Color Harmonies of #DE5F0C
Complementary color
Monochromatic Colors of #DE5F0C
Black with #DE5F0C
Text Example
Text Example
White with #DE5F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5F0C; }
p { color: rgb(222,95,12); }
H1.HeaderClassName
{
color: #DE5F0C;
}
.AnyTagClassName
{
color: #DE5F0C;
}
</style>
background-color css
<style>
a { background-color: #DE5F0C; }
a { background-color: rgb(222,95,12); }
div.DivClassName
{
background-color: #DE5F0C;
}
.BgClassName
{
background-color: #DE5F0C;
}
</style>
border-color css
<style>
span { border-color: #DE5F0C; }
span { border-color: rgb(222,95,12); }
td.TdClassName
{
border-color: #DE5F0C;
}
.TagClassName
{
border-color: #DE5F0C;
}
</style>