Shades of Persimmon #DF520A
Tints of Persimmon #DF520A
RGB
CMYK
RGB Variations
Color information
#DF520A (or 0xDF520A) is known color: Persimmon. HEX triplet: DF, 52 and 0A. RGB value is (223,82,10). Sum of RGB (Red+Green+Blue) = 223+82+10=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF520A is #20ADF5. Grayscale: #747474. Windows color (decimal): -2141686 or 676575. OLE color: 676575.
HSL color Cylindrical-coordinate representation of color #DF520A: hue angle of 20.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF520A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.13 |
| HSL | 20.28º | 0.91% | 0.46% | - |
| HSV(B) | 20.28º | 0.96% | 0.87% | - |
| XYZ | 33.5 | 21.74 | 2.72 | - |
| YUV | 115.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 10 | 0 | 0.63 | 0.96 | 0.13 | 20.28 | 0.91 | 0.46 |
| Hex | DF | 52 | A | 0 | 3F | 60 | D | 14 | 5B | 2E |
| Octal | 337 | 122 | 12 | 0 | 77 | 140 | 15 | 24 | 133 | 56 |
| Binary | 11011111 | 1010010 | 1010 | 0 | 111111 | 1100000 | 1101 | 10100 | 1011011 | 101110 |
Color Harmonies of #DF520A
Complementary color
Monochromatic Colors of #DF520A
Black with #DF520A
Text Example
Text Example
White with #DF520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF520A; }
p { color: rgb(223,82,10); }
H1.HeaderClassName
{
color: #DF520A;
}
.AnyTagClassName
{
color: #DF520A;
}
</style>
background-color css
<style>
a { background-color: #DF520A; }
a { background-color: rgb(223,82,10); }
div.DivClassName
{
background-color: #DF520A;
}
.BgClassName
{
background-color: #DF520A;
}
</style>
border-color css
<style>
span { border-color: #DF520A; }
span { border-color: rgb(223,82,10); }
td.TdClassName
{
border-color: #DF520A;
}
.TagClassName
{
border-color: #DF520A;
}
</style>