Shades of Persimmon #DC520C
Tints of Persimmon #DC520C
RGB
CMYK
RGB Variations
Color information
#DC520C (or 0xDC520C) is known color: Persimmon. HEX triplet: DC, 52 and 0C. RGB value is (220,82,12). Sum of RGB (Red+Green+Blue) = 220+82+12=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC520C is #23ADF3. Grayscale: #737373. Windows color (decimal): -2338292 or 807644. OLE color: 807644.
HSL color Cylindrical-coordinate representation of color #DC520C: hue angle of 20.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC520C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.14 |
| HSL | 20.19º | 0.9% | 0.45% | - |
| HSV(B) | 20.19º | 0.95% | 0.86% | - |
| XYZ | 32.6 | 21.28 | 2.74 | - |
| YUV | 115.28 | 69.72 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 12 | 0 | 0.63 | 0.95 | 0.14 | 20.19 | 0.9 | 0.45 |
| Hex | DC | 52 | C | 0 | 3F | 5F | E | 14 | 5A | 2D |
| Octal | 334 | 122 | 14 | 0 | 77 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011100 | 1010010 | 1100 | 0 | 111111 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DC520C
Complementary color
Monochromatic Colors of #DC520C
Black with #DC520C
Text Example
Text Example
White with #DC520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC520C; }
p { color: rgb(220,82,12); }
H1.HeaderClassName
{
color: #DC520C;
}
.AnyTagClassName
{
color: #DC520C;
}
</style>
background-color css
<style>
a { background-color: #DC520C; }
a { background-color: rgb(220,82,12); }
div.DivClassName
{
background-color: #DC520C;
}
.BgClassName
{
background-color: #DC520C;
}
</style>
border-color css
<style>
span { border-color: #DC520C; }
span { border-color: rgb(220,82,12); }
td.TdClassName
{
border-color: #DC520C;
}
.TagClassName
{
border-color: #DC520C;
}
</style>