Shades of Persimmon #DF4800
Tints of Persimmon #DF4800
RGB
CMYK
RGB Variations
Color information
#DF4800 (or 0xDF4800) is known color: Persimmon. HEX triplet: DF, 48 and 00. RGB value is (223,72,0). Sum of RGB (Red+Green+Blue) = 223+72+0=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4800 is #20B7FF. Grayscale: #6D6D6D. Windows color (decimal): -2144256 or 18655. OLE color: 18655.
HSL color Cylindrical-coordinate representation of color #DF4800: hue angle of 19.37º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4800 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.13 |
| HSL | 19.37º | 1% | 0.44% | - |
| HSV(B) | 19.37º | 1% | 0.87% | - |
| XYZ | 32.75 | 20.32 | 2.2 | - |
| YUV | 108.94 | 66.53 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 0 | 0 | 0.68 | 1 | 0.13 | 19.37 | 1 | 0.44 |
| Hex | DF | 48 | 0 | 0 | 44 | 64 | D | 13 | 64 | 2C |
| Octal | 337 | 110 | 0 | 0 | 104 | 144 | 15 | 23 | 144 | 54 |
| Binary | 11011111 | 1001000 | 0 | 0 | 1000100 | 1100100 | 1101 | 10011 | 1100100 | 101100 |
Color Harmonies of #DF4800
Complementary color
Monochromatic Colors of #DF4800
Black with #DF4800
Text Example
Text Example
White with #DF4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4800; }
p { color: rgb(223,72,0); }
H1.HeaderClassName
{
color: #DF4800;
}
.AnyTagClassName
{
color: #DF4800;
}
</style>
background-color css
<style>
a { background-color: #DF4800; }
a { background-color: rgb(223,72,0); }
div.DivClassName
{
background-color: #DF4800;
}
.BgClassName
{
background-color: #DF4800;
}
</style>
border-color css
<style>
span { border-color: #DF4800; }
span { border-color: rgb(223,72,0); }
td.TdClassName
{
border-color: #DF4800;
}
.TagClassName
{
border-color: #DF4800;
}
</style>