Shades of Persimmon #DC5710
Tints of Persimmon #DC5710
RGB
CMYK
RGB Variations
Color information
#DC5710 (or 0xDC5710) is known color: Persimmon. HEX triplet: DC, 57 and 10. RGB value is (220,87,16). Sum of RGB (Red+Green+Blue) = 220+87+16=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5710 is #23A8EF. Grayscale: #777777. Windows color (decimal): -2337008 or 1071068. OLE color: 1071068.
HSL color Cylindrical-coordinate representation of color #DC5710: hue angle of 20.88º 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 #DC5710 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.14 |
| HSL | 20.88º | 0.86% | 0.46% | - |
| HSV(B) | 20.88º | 0.93% | 0.86% | - |
| XYZ | 33.02 | 22.07 | 3.01 | - |
| YUV | 118.67 | 70.06 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 16 | 0 | 0.60 | 0.93 | 0.14 | 20.88 | 0.86 | 0.46 |
| Hex | DC | 57 | 10 | 0 | 3C | 5D | E | 15 | 56 | 2E |
| Octal | 334 | 127 | 20 | 0 | 74 | 135 | 16 | 25 | 126 | 56 |
| Binary | 11011100 | 1010111 | 10000 | 0 | 111100 | 1011101 | 1110 | 10101 | 1010110 | 101110 |
Color Harmonies of #DC5710
Complementary color
Monochromatic Colors of #DC5710
Black with #DC5710
Text Example
Text Example
White with #DC5710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5710; }
p { color: rgb(220,87,16); }
H1.HeaderClassName
{
color: #DC5710;
}
.AnyTagClassName
{
color: #DC5710;
}
</style>
background-color css
<style>
a { background-color: #DC5710; }
a { background-color: rgb(220,87,16); }
div.DivClassName
{
background-color: #DC5710;
}
.BgClassName
{
background-color: #DC5710;
}
</style>
border-color css
<style>
span { border-color: #DC5710; }
span { border-color: rgb(220,87,16); }
td.TdClassName
{
border-color: #DC5710;
}
.TagClassName
{
border-color: #DC5710;
}
</style>