Shades of Persimmon #DC5111
Tints of Persimmon #DC5111
RGB
CMYK
RGB Variations
Color information
#DC5111 (or 0xDC5111) is known color: Persimmon. HEX triplet: DC, 51 and 11. RGB value is (220,81,17). Sum of RGB (Red+Green+Blue) = 220+81+17=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5111 is #23AEEE. Grayscale: #737373. Windows color (decimal): -2338543 or 1135068. OLE color: 1135068.
HSL color Cylindrical-coordinate representation of color #DC5111: hue angle of 18.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5111 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.14 |
| HSL | 18.92º | 0.86% | 0.46% | - |
| HSV(B) | 18.92º | 0.92% | 0.86% | - |
| XYZ | 32.56 | 21.14 | 2.89 | - |
| YUV | 115.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 17 | 0 | 0.63 | 0.92 | 0.14 | 18.92 | 0.86 | 0.46 |
| Hex | DC | 51 | 11 | 0 | 3F | 5C | E | 13 | 56 | 2E |
| Octal | 334 | 121 | 21 | 0 | 77 | 134 | 16 | 23 | 126 | 56 |
| Binary | 11011100 | 1010001 | 10001 | 0 | 111111 | 1011100 | 1110 | 10011 | 1010110 | 101110 |
Color Harmonies of #DC5111
Complementary color
Monochromatic Colors of #DC5111
Black with #DC5111
Text Example
Text Example
White with #DC5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5111; }
p { color: rgb(220,81,17); }
H1.HeaderClassName
{
color: #DC5111;
}
.AnyTagClassName
{
color: #DC5111;
}
</style>
background-color css
<style>
a { background-color: #DC5111; }
a { background-color: rgb(220,81,17); }
div.DivClassName
{
background-color: #DC5111;
}
.BgClassName
{
background-color: #DC5111;
}
</style>
border-color css
<style>
span { border-color: #DC5111; }
span { border-color: rgb(220,81,17); }
td.TdClassName
{
border-color: #DC5111;
}
.TagClassName
{
border-color: #DC5111;
}
</style>