Shades of Persimmon #DF460E
Tints of Persimmon #DF460E
RGB
CMYK
RGB Variations
Color information
#DF460E (or 0xDF460E) is known color: Persimmon. HEX triplet: DF, 46 and 0E. RGB value is (223,70,14). Sum of RGB (Red+Green+Blue) = 223+70+14=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF460E is #20B9F1. Grayscale: #6D6D6D. Windows color (decimal): -2144754 or 935647. OLE color: 935647.
HSL color Cylindrical-coordinate representation of color #DF460E: hue angle of 16.08º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF460E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 14 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.13 |
| HSL | 16.08º | 0.88% | 0.46% | - |
| HSV(B) | 16.08º | 0.94% | 0.87% | - |
| XYZ | 32.7 | 20.1 | 2.57 | - |
| YUV | 109.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 14 | 0 | 0.69 | 0.94 | 0.13 | 16.08 | 0.88 | 0.46 |
| Hex | DF | 46 | E | 0 | 45 | 5E | D | 10 | 58 | 2E |
| Octal | 337 | 106 | 16 | 0 | 105 | 136 | 15 | 20 | 130 | 56 |
| Binary | 11011111 | 1000110 | 1110 | 0 | 1000101 | 1011110 | 1101 | 10000 | 1011000 | 101110 |
Color Harmonies of #DF460E
Complementary color
Monochromatic Colors of #DF460E
Black with #DF460E
Text Example
Text Example
White with #DF460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF460E; }
p { color: rgb(223,70,14); }
H1.HeaderClassName
{
color: #DF460E;
}
.AnyTagClassName
{
color: #DF460E;
}
</style>
background-color css
<style>
a { background-color: #DF460E; }
a { background-color: rgb(223,70,14); }
div.DivClassName
{
background-color: #DF460E;
}
.BgClassName
{
background-color: #DF460E;
}
</style>
border-color css
<style>
span { border-color: #DF460E; }
span { border-color: rgb(223,70,14); }
td.TdClassName
{
border-color: #DF460E;
}
.TagClassName
{
border-color: #DF460E;
}
</style>