Shades of Persimmon #DF580C
Tints of Persimmon #DF580C
RGB
CMYK
RGB Variations
Color information
#DF580C (or 0xDF580C) is known color: Persimmon. HEX triplet: DF, 58 and 0C. RGB value is (223,88,12). Sum of RGB (Red+Green+Blue) = 223+88+12=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF580C is #20A7F3. Grayscale: #787878. Windows color (decimal): -2140148 or 809183. OLE color: 809183.
HSL color Cylindrical-coordinate representation of color #DF580C: hue angle of 21.61º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF580C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.13 |
| HSL | 21.61º | 0.9% | 0.46% | - |
| HSV(B) | 21.61º | 0.95% | 0.87% | - |
| XYZ | 33.99 | 22.69 | 2.94 | - |
| YUV | 119.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 12 | 0 | 0.61 | 0.95 | 0.13 | 21.61 | 0.9 | 0.46 |
| Hex | DF | 58 | C | 0 | 3D | 5F | D | 16 | 5A | 2E |
| Octal | 337 | 130 | 14 | 0 | 75 | 137 | 15 | 26 | 132 | 56 |
| Binary | 11011111 | 1011000 | 1100 | 0 | 111101 | 1011111 | 1101 | 10110 | 1011010 | 101110 |
Color Harmonies of #DF580C
Complementary color
Monochromatic Colors of #DF580C
Black with #DF580C
Text Example
Text Example
White with #DF580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF580C; }
p { color: rgb(223,88,12); }
H1.HeaderClassName
{
color: #DF580C;
}
.AnyTagClassName
{
color: #DF580C;
}
</style>
background-color css
<style>
a { background-color: #DF580C; }
a { background-color: rgb(223,88,12); }
div.DivClassName
{
background-color: #DF580C;
}
.BgClassName
{
background-color: #DF580C;
}
</style>
border-color css
<style>
span { border-color: #DF580C; }
span { border-color: rgb(223,88,12); }
td.TdClassName
{
border-color: #DF580C;
}
.TagClassName
{
border-color: #DF580C;
}
</style>