Shades of Persimmon #DF480E
Tints of Persimmon #DF480E
RGB
CMYK
RGB Variations
Color information
#DF480E (or 0xDF480E) is known color: Persimmon. HEX triplet: DF, 48 and 0E. RGB value is (223,72,14). Sum of RGB (Red+Green+Blue) = 223+72+14=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF480E is #20B7F1. Grayscale: #6E6E6E. Windows color (decimal): -2144242 or 936159. OLE color: 936159.
HSL color Cylindrical-coordinate representation of color #DF480E: hue angle of 16.65º 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 #DF480E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.13 |
| HSL | 16.65º | 0.88% | 0.46% | - |
| HSV(B) | 16.65º | 0.94% | 0.87% | - |
| XYZ | 32.83 | 20.35 | 2.61 | - |
| YUV | 110.54 | 73.53 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 14 | 0 | 0.68 | 0.94 | 0.13 | 16.65 | 0.88 | 0.46 |
| Hex | DF | 48 | E | 0 | 44 | 5E | D | 11 | 58 | 2E |
| Octal | 337 | 110 | 16 | 0 | 104 | 136 | 15 | 21 | 130 | 56 |
| Binary | 11011111 | 1001000 | 1110 | 0 | 1000100 | 1011110 | 1101 | 10001 | 1011000 | 101110 |
Color Harmonies of #DF480E
Complementary color
Monochromatic Colors of #DF480E
Black with #DF480E
Text Example
Text Example
White with #DF480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF480E; }
p { color: rgb(223,72,14); }
H1.HeaderClassName
{
color: #DF480E;
}
.AnyTagClassName
{
color: #DF480E;
}
</style>
background-color css
<style>
a { background-color: #DF480E; }
a { background-color: rgb(223,72,14); }
div.DivClassName
{
background-color: #DF480E;
}
.BgClassName
{
background-color: #DF480E;
}
</style>
border-color css
<style>
span { border-color: #DF480E; }
span { border-color: rgb(223,72,14); }
td.TdClassName
{
border-color: #DF480E;
}
.TagClassName
{
border-color: #DF480E;
}
</style>