Shades of Persimmon #DF520D
Tints of Persimmon #DF520D
RGB
CMYK
RGB Variations
Color information
#DF520D (or 0xDF520D) is known color: Persimmon. HEX triplet: DF, 52 and 0D. RGB value is (223,82,13). Sum of RGB (Red+Green+Blue) = 223+82+13=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF520D is #20ADF2. Grayscale: #747474. Windows color (decimal): -2141683 or 873183. OLE color: 873183.
HSL color Cylindrical-coordinate representation of color #DF520D: hue angle of 19.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF520D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.13 |
| HSL | 19.71º | 0.89% | 0.46% | - |
| HSV(B) | 19.71º | 0.94% | 0.87% | - |
| XYZ | 33.52 | 21.75 | 2.81 | - |
| YUV | 116.29 | 69.71 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 13 | 0 | 0.63 | 0.94 | 0.13 | 19.71 | 0.89 | 0.46 |
| Hex | DF | 52 | D | 0 | 3F | 5E | D | 14 | 59 | 2E |
| Octal | 337 | 122 | 15 | 0 | 77 | 136 | 15 | 24 | 131 | 56 |
| Binary | 11011111 | 1010010 | 1101 | 0 | 111111 | 1011110 | 1101 | 10100 | 1011001 | 101110 |
Color Harmonies of #DF520D
Complementary color
Monochromatic Colors of #DF520D
Black with #DF520D
Text Example
Text Example
White with #DF520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF520D; }
p { color: rgb(223,82,13); }
H1.HeaderClassName
{
color: #DF520D;
}
.AnyTagClassName
{
color: #DF520D;
}
</style>
background-color css
<style>
a { background-color: #DF520D; }
a { background-color: rgb(223,82,13); }
div.DivClassName
{
background-color: #DF520D;
}
.BgClassName
{
background-color: #DF520D;
}
</style>
border-color css
<style>
span { border-color: #DF520D; }
span { border-color: rgb(223,82,13); }
td.TdClassName
{
border-color: #DF520D;
}
.TagClassName
{
border-color: #DF520D;
}
</style>