Shades of Persimmon #DF570C
Tints of Persimmon #DF570C
RGB
CMYK
RGB Variations
Color information
#DF570C (or 0xDF570C) is known color: Persimmon. HEX triplet: DF, 57 and 0C. RGB value is (223,87,12). Sum of RGB (Red+Green+Blue) = 223+87+12=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF570C is #20A8F3. Grayscale: #777777. Windows color (decimal): -2140404 or 808927. OLE color: 808927.
HSL color Cylindrical-coordinate representation of color #DF570C: hue angle of 21.33º 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 #DF570C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.13 |
| HSL | 21.33º | 0.9% | 0.46% | - |
| HSV(B) | 21.33º | 0.95% | 0.87% | - |
| XYZ | 33.91 | 22.53 | 2.91 | - |
| YUV | 119.11 | 67.56 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 12 | 0 | 0.61 | 0.95 | 0.13 | 21.33 | 0.9 | 0.46 |
| Hex | DF | 57 | C | 0 | 3D | 5F | D | 15 | 5A | 2E |
| Octal | 337 | 127 | 14 | 0 | 75 | 137 | 15 | 25 | 132 | 56 |
| Binary | 11011111 | 1010111 | 1100 | 0 | 111101 | 1011111 | 1101 | 10101 | 1011010 | 101110 |
Color Harmonies of #DF570C
Complementary color
Monochromatic Colors of #DF570C
Black with #DF570C
Text Example
Text Example
White with #DF570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF570C; }
p { color: rgb(223,87,12); }
H1.HeaderClassName
{
color: #DF570C;
}
.AnyTagClassName
{
color: #DF570C;
}
</style>
background-color css
<style>
a { background-color: #DF570C; }
a { background-color: rgb(223,87,12); }
div.DivClassName
{
background-color: #DF570C;
}
.BgClassName
{
background-color: #DF570C;
}
</style>
border-color css
<style>
span { border-color: #DF570C; }
span { border-color: rgb(223,87,12); }
td.TdClassName
{
border-color: #DF570C;
}
.TagClassName
{
border-color: #DF570C;
}
</style>