Shades of Persimmon #DC5016
Tints of Persimmon #DC5016
RGB
CMYK
RGB Variations
Color information
#DC5016 (or 0xDC5016) is known color: Persimmon. HEX triplet: DC, 50 and 16. RGB value is (220,80,22). Sum of RGB (Red+Green+Blue) = 220+80+22=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5016 is #23AFE9. Grayscale: #737373. Windows color (decimal): -2338794 or 1462492. OLE color: 1462492.
HSL color Cylindrical-coordinate representation of color #DC5016: hue angle of 17.58º degrees, saturation: 0.82, 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 #DC5016 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 22 | - |
| CMYK | 0 | 0.64 | 0.9 | 0.14 |
| HSL | 17.58º | 0.82% | 0.47% | - |
| HSV(B) | 17.58º | 0.9% | 0.86% | - |
| XYZ | 32.53 | 21.01 | 3.1 | - |
| YUV | 115.25 | 75.38 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 22 | 0 | 0.64 | 0.9 | 0.14 | 17.58 | 0.82 | 0.47 |
| Hex | DC | 50 | 16 | 0 | 40 | 5A | E | 12 | 52 | 2F |
| Octal | 334 | 120 | 26 | 0 | 100 | 132 | 16 | 22 | 122 | 57 |
| Binary | 11011100 | 1010000 | 10110 | 0 | 1000000 | 1011010 | 1110 | 10010 | 1010010 | 101111 |
Color Harmonies of #DC5016
Complementary color
Monochromatic Colors of #DC5016
Black with #DC5016
Text Example
Text Example
White with #DC5016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5016; }
p { color: rgb(220,80,22); }
H1.HeaderClassName
{
color: #DC5016;
}
.AnyTagClassName
{
color: #DC5016;
}
</style>
background-color css
<style>
a { background-color: #DC5016; }
a { background-color: rgb(220,80,22); }
div.DivClassName
{
background-color: #DC5016;
}
.BgClassName
{
background-color: #DC5016;
}
</style>
border-color css
<style>
span { border-color: #DC5016; }
span { border-color: rgb(220,80,22); }
td.TdClassName
{
border-color: #DC5016;
}
.TagClassName
{
border-color: #DC5016;
}
</style>