Shades of Persimmon #DC5115
Tints of Persimmon #DC5115
RGB
CMYK
RGB Variations
Color information
#DC5115 (or 0xDC5115) is known color: Persimmon. HEX triplet: DC, 51 and 15. RGB value is (220,81,21). Sum of RGB (Red+Green+Blue) = 220+81+21=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5115 is #23AEEA. Grayscale: #747474. Windows color (decimal): -2338539 or 1397212. OLE color: 1397212.
HSL color Cylindrical-coordinate representation of color #DC5115: hue angle of 18.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5115 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 21 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.14 |
| HSL | 18.09º | 0.83% | 0.47% | - |
| HSV(B) | 18.09º | 0.9% | 0.86% | - |
| XYZ | 32.59 | 21.15 | 3.07 | - |
| YUV | 115.72 | 74.55 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 21 | 0 | 0.63 | 0.90 | 0.14 | 18.09 | 0.83 | 0.47 |
| Hex | DC | 51 | 15 | 0 | 3F | 5A | E | 12 | 53 | 2F |
| Octal | 334 | 121 | 25 | 0 | 77 | 132 | 16 | 22 | 123 | 57 |
| Binary | 11011100 | 1010001 | 10101 | 0 | 111111 | 1011010 | 1110 | 10010 | 1010011 | 101111 |
Color Harmonies of #DC5115
Complementary color
Monochromatic Colors of #DC5115
Black with #DC5115
Text Example
Text Example
White with #DC5115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5115; }
p { color: rgb(220,81,21); }
H1.HeaderClassName
{
color: #DC5115;
}
.AnyTagClassName
{
color: #DC5115;
}
</style>
background-color css
<style>
a { background-color: #DC5115; }
a { background-color: rgb(220,81,21); }
div.DivClassName
{
background-color: #DC5115;
}
.BgClassName
{
background-color: #DC5115;
}
</style>
border-color css
<style>
span { border-color: #DC5115; }
span { border-color: rgb(220,81,21); }
td.TdClassName
{
border-color: #DC5115;
}
.TagClassName
{
border-color: #DC5115;
}
</style>