Shades of Persimmon #DF5004
Tints of Persimmon #DF5004
RGB
CMYK
RGB Variations
Color information
#DF5004 (or 0xDF5004) is known color: Persimmon. HEX triplet: DF, 50 and 04. RGB value is (223,80,4). Sum of RGB (Red+Green+Blue) = 223+80+4=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5004 is #20AFFB. Grayscale: #727272. Windows color (decimal): -2142204 or 282847. OLE color: 282847.
HSL color Cylindrical-coordinate representation of color #DF5004: hue angle of 20.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF5004 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.13 |
| HSL | 20.82º | 0.96% | 0.45% | - |
| HSV(B) | 20.82º | 0.98% | 0.87% | - |
| XYZ | 33.32 | 21.43 | 2.5 | - |
| YUV | 114.09 | 65.88 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 4 | 0 | 0.64 | 0.98 | 0.13 | 20.82 | 0.96 | 0.45 |
| Hex | DF | 50 | 4 | 0 | 40 | 62 | D | 15 | 60 | 2D |
| Octal | 337 | 120 | 4 | 0 | 100 | 142 | 15 | 25 | 140 | 55 |
| Binary | 11011111 | 1010000 | 100 | 0 | 1000000 | 1100010 | 1101 | 10101 | 1100000 | 101101 |
Color Harmonies of #DF5004
Complementary color
Monochromatic Colors of #DF5004
Black with #DF5004
Text Example
Text Example
White with #DF5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5004; }
p { color: rgb(223,80,4); }
H1.HeaderClassName
{
color: #DF5004;
}
.AnyTagClassName
{
color: #DF5004;
}
</style>
background-color css
<style>
a { background-color: #DF5004; }
a { background-color: rgb(223,80,4); }
div.DivClassName
{
background-color: #DF5004;
}
.BgClassName
{
background-color: #DF5004;
}
</style>
border-color css
<style>
span { border-color: #DF5004; }
span { border-color: rgb(223,80,4); }
td.TdClassName
{
border-color: #DF5004;
}
.TagClassName
{
border-color: #DF5004;
}
</style>