Shades of Persimmon #DC520F
Tints of Persimmon #DC520F
RGB
CMYK
RGB Variations
Color information
#DC520F (or 0xDC520F) is known color: Persimmon. HEX triplet: DC, 52 and 0F. RGB value is (220,82,15). Sum of RGB (Red+Green+Blue) = 220+82+15=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC520F is #23ADF0. Grayscale: #747474. Windows color (decimal): -2338289 or 1004252. OLE color: 1004252.
HSL color Cylindrical-coordinate representation of color #DC520F: hue angle of 19.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC520F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.14 |
| HSL | 19.61º | 0.87% | 0.46% | - |
| HSV(B) | 19.61º | 0.93% | 0.86% | - |
| XYZ | 32.62 | 21.28 | 2.84 | - |
| YUV | 115.62 | 71.22 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 15 | 0 | 0.63 | 0.93 | 0.14 | 19.61 | 0.87 | 0.46 |
| Hex | DC | 52 | F | 0 | 3F | 5D | E | 14 | 57 | 2E |
| Octal | 334 | 122 | 17 | 0 | 77 | 135 | 16 | 24 | 127 | 56 |
| Binary | 11011100 | 1010010 | 1111 | 0 | 111111 | 1011101 | 1110 | 10100 | 1010111 | 101110 |
Color Harmonies of #DC520F
Complementary color
Monochromatic Colors of #DC520F
Black with #DC520F
Text Example
Text Example
White with #DC520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC520F; }
p { color: rgb(220,82,15); }
H1.HeaderClassName
{
color: #DC520F;
}
.AnyTagClassName
{
color: #DC520F;
}
</style>
background-color css
<style>
a { background-color: #DC520F; }
a { background-color: rgb(220,82,15); }
div.DivClassName
{
background-color: #DC520F;
}
.BgClassName
{
background-color: #DC520F;
}
</style>
border-color css
<style>
span { border-color: #DC520F; }
span { border-color: rgb(220,82,15); }
td.TdClassName
{
border-color: #DC520F;
}
.TagClassName
{
border-color: #DC520F;
}
</style>