Shades of Persimmon #DC5210
Tints of Persimmon #DC5210
RGB
CMYK
RGB Variations
Color information
#DC5210 (or 0xDC5210) is known color: Persimmon. HEX triplet: DC, 52 and 10. RGB value is (220,82,16). Sum of RGB (Red+Green+Blue) = 220+82+16=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5210 is #23ADEF. Grayscale: #747474. Windows color (decimal): -2338288 or 1069788. OLE color: 1069788.
HSL color Cylindrical-coordinate representation of color #DC5210: hue angle of 19.41º degrees, saturation: 0.86, 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 #DC5210 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.14 |
| HSL | 19.41º | 0.86% | 0.46% | - |
| HSV(B) | 19.41º | 0.93% | 0.86% | - |
| XYZ | 32.63 | 21.29 | 2.88 | - |
| YUV | 115.74 | 71.72 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 16 | 0 | 0.63 | 0.93 | 0.14 | 19.41 | 0.86 | 0.46 |
| Hex | DC | 52 | 10 | 0 | 3F | 5D | E | 13 | 56 | 2E |
| Octal | 334 | 122 | 20 | 0 | 77 | 135 | 16 | 23 | 126 | 56 |
| Binary | 11011100 | 1010010 | 10000 | 0 | 111111 | 1011101 | 1110 | 10011 | 1010110 | 101110 |
Color Harmonies of #DC5210
Complementary color
Monochromatic Colors of #DC5210
Black with #DC5210
Text Example
Text Example
White with #DC5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5210; }
p { color: rgb(220,82,16); }
H1.HeaderClassName
{
color: #DC5210;
}
.AnyTagClassName
{
color: #DC5210;
}
</style>
background-color css
<style>
a { background-color: #DC5210; }
a { background-color: rgb(220,82,16); }
div.DivClassName
{
background-color: #DC5210;
}
.BgClassName
{
background-color: #DC5210;
}
</style>
border-color css
<style>
span { border-color: #DC5210; }
span { border-color: rgb(220,82,16); }
td.TdClassName
{
border-color: #DC5210;
}
.TagClassName
{
border-color: #DC5210;
}
</style>