Shades of Persimmon #DC5212
Tints of Persimmon #DC5212
RGB
CMYK
RGB Variations
Color information
#DC5212 (or 0xDC5212) is known color: Persimmon. HEX triplet: DC, 52 and 12. RGB value is (220,82,18). Sum of RGB (Red+Green+Blue) = 220+82+18=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5212 is #23ADED. Grayscale: #747474. Windows color (decimal): -2338286 or 1200860. OLE color: 1200860.
HSL color Cylindrical-coordinate representation of color #DC5212: hue angle of 19.01º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5212 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.14 |
| HSL | 19.01º | 0.85% | 0.47% | - |
| HSV(B) | 19.01º | 0.92% | 0.86% | - |
| XYZ | 32.64 | 21.29 | 2.96 | - |
| YUV | 115.97 | 72.72 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 18 | 0 | 0.63 | 0.92 | 0.14 | 19.01 | 0.85 | 0.47 |
| Hex | DC | 52 | 12 | 0 | 3F | 5C | E | 13 | 55 | 2F |
| Octal | 334 | 122 | 22 | 0 | 77 | 134 | 16 | 23 | 125 | 57 |
| Binary | 11011100 | 1010010 | 10010 | 0 | 111111 | 1011100 | 1110 | 10011 | 1010101 | 101111 |
Color Harmonies of #DC5212
Complementary color
Monochromatic Colors of #DC5212
Black with #DC5212
Text Example
Text Example
White with #DC5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5212; }
p { color: rgb(220,82,18); }
H1.HeaderClassName
{
color: #DC5212;
}
.AnyTagClassName
{
color: #DC5212;
}
</style>
background-color css
<style>
a { background-color: #DC5212; }
a { background-color: rgb(220,82,18); }
div.DivClassName
{
background-color: #DC5212;
}
.BgClassName
{
background-color: #DC5212;
}
</style>
border-color css
<style>
span { border-color: #DC5212; }
span { border-color: rgb(220,82,18); }
td.TdClassName
{
border-color: #DC5212;
}
.TagClassName
{
border-color: #DC5212;
}
</style>