Shades of Persimmon #DF490E
Tints of Persimmon #DF490E
RGB
CMYK
RGB Variations
Color information
#DF490E (or 0xDF490E) is known color: Persimmon. HEX triplet: DF, 49 and 0E. RGB value is (223,73,14). Sum of RGB (Red+Green+Blue) = 223+73+14=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF490E is #20B6F1. Grayscale: #6F6F6F. Windows color (decimal): -2143986 or 936415. OLE color: 936415.
HSL color Cylindrical-coordinate representation of color #DF490E: hue angle of 16.94º 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 #DF490E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.13 |
| HSL | 16.94º | 0.88% | 0.46% | - |
| HSV(B) | 16.94º | 0.94% | 0.87% | - |
| XYZ | 32.89 | 20.48 | 2.64 | - |
| YUV | 111.12 | 73.2 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 14 | 0 | 0.67 | 0.94 | 0.13 | 16.94 | 0.88 | 0.46 |
| Hex | DF | 49 | E | 0 | 43 | 5E | D | 11 | 58 | 2E |
| Octal | 337 | 111 | 16 | 0 | 103 | 136 | 15 | 21 | 130 | 56 |
| Binary | 11011111 | 1001001 | 1110 | 0 | 1000011 | 1011110 | 1101 | 10001 | 1011000 | 101110 |
Color Harmonies of #DF490E
Complementary color
Monochromatic Colors of #DF490E
Black with #DF490E
Text Example
Text Example
White with #DF490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF490E; }
p { color: rgb(223,73,14); }
H1.HeaderClassName
{
color: #DF490E;
}
.AnyTagClassName
{
color: #DF490E;
}
</style>
background-color css
<style>
a { background-color: #DF490E; }
a { background-color: rgb(223,73,14); }
div.DivClassName
{
background-color: #DF490E;
}
.BgClassName
{
background-color: #DF490E;
}
</style>
border-color css
<style>
span { border-color: #DF490E; }
span { border-color: rgb(223,73,14); }
td.TdClassName
{
border-color: #DF490E;
}
.TagClassName
{
border-color: #DF490E;
}
</style>