Shades of Persimmon #DF5008
Tints of Persimmon #DF5008
RGB
CMYK
RGB Variations
Color information
#DF5008 (or 0xDF5008) is known color: Persimmon. HEX triplet: DF, 50 and 08. RGB value is (223,80,8). Sum of RGB (Red+Green+Blue) = 223+80+8=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5008 is #20AFF7. Grayscale: #727272. Windows color (decimal): -2142200 or 544991. OLE color: 544991.
HSL color Cylindrical-coordinate representation of color #DF5008: hue angle of 20.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF5008 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.13 |
| HSL | 20.09º | 0.93% | 0.45% | - |
| HSV(B) | 20.09º | 0.96% | 0.87% | - |
| XYZ | 33.34 | 21.44 | 2.61 | - |
| YUV | 114.55 | 67.88 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 8 | 0 | 0.64 | 0.96 | 0.13 | 20.09 | 0.93 | 0.45 |
| Hex | DF | 50 | 8 | 0 | 40 | 60 | D | 14 | 5D | 2D |
| Octal | 337 | 120 | 10 | 0 | 100 | 140 | 15 | 24 | 135 | 55 |
| Binary | 11011111 | 1010000 | 1000 | 0 | 1000000 | 1100000 | 1101 | 10100 | 1011101 | 101101 |
Color Harmonies of #DF5008
Complementary color
Monochromatic Colors of #DF5008
Black with #DF5008
Text Example
Text Example
White with #DF5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5008; }
p { color: rgb(223,80,8); }
H1.HeaderClassName
{
color: #DF5008;
}
.AnyTagClassName
{
color: #DF5008;
}
</style>
background-color css
<style>
a { background-color: #DF5008; }
a { background-color: rgb(223,80,8); }
div.DivClassName
{
background-color: #DF5008;
}
.BgClassName
{
background-color: #DF5008;
}
</style>
border-color css
<style>
span { border-color: #DF5008; }
span { border-color: rgb(223,80,8); }
td.TdClassName
{
border-color: #DF5008;
}
.TagClassName
{
border-color: #DF5008;
}
</style>