Shades of Persimmon #DF520F
Tints of Persimmon #DF520F
RGB
CMYK
RGB Variations
Color information
#DF520F (or 0xDF520F) is known color: Persimmon. HEX triplet: DF, 52 and 0F. RGB value is (223,82,15). Sum of RGB (Red+Green+Blue) = 223+82+15=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF520F is #20ADF0. Grayscale: #747474. Windows color (decimal): -2141681 or 1004255. OLE color: 1004255.
HSL color Cylindrical-coordinate representation of color #DF520F: hue angle of 19.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF520F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.13 |
| HSL | 19.33º | 0.87% | 0.47% | - |
| HSV(B) | 19.33º | 0.93% | 0.87% | - |
| XYZ | 33.53 | 21.76 | 2.88 | - |
| YUV | 116.52 | 70.71 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 15 | 0 | 0.63 | 0.93 | 0.13 | 19.33 | 0.87 | 0.47 |
| Hex | DF | 52 | F | 0 | 3F | 5D | D | 13 | 57 | 2F |
| Octal | 337 | 122 | 17 | 0 | 77 | 135 | 15 | 23 | 127 | 57 |
| Binary | 11011111 | 1010010 | 1111 | 0 | 111111 | 1011101 | 1101 | 10011 | 1010111 | 101111 |
Color Harmonies of #DF520F
Complementary color
Monochromatic Colors of #DF520F
Black with #DF520F
Text Example
Text Example
White with #DF520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF520F; }
p { color: rgb(223,82,15); }
H1.HeaderClassName
{
color: #DF520F;
}
.AnyTagClassName
{
color: #DF520F;
}
</style>
background-color css
<style>
a { background-color: #DF520F; }
a { background-color: rgb(223,82,15); }
div.DivClassName
{
background-color: #DF520F;
}
.BgClassName
{
background-color: #DF520F;
}
</style>
border-color css
<style>
span { border-color: #DF520F; }
span { border-color: rgb(223,82,15); }
td.TdClassName
{
border-color: #DF520F;
}
.TagClassName
{
border-color: #DF520F;
}
</style>