Shades of Persimmon #DC520D
Tints of Persimmon #DC520D
RGB
CMYK
RGB Variations
Color information
#DC520D (or 0xDC520D) is known color: Persimmon. HEX triplet: DC, 52 and 0D. RGB value is (220,82,13). Sum of RGB (Red+Green+Blue) = 220+82+13=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC520D is #23ADF2. Grayscale: #737373. Windows color (decimal): -2338291 or 873180. OLE color: 873180.
HSL color Cylindrical-coordinate representation of color #DC520D: hue angle of 20º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC520D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.14 |
| HSL | 20º | 0.89% | 0.46% | - |
| HSV(B) | 20º | 0.94% | 0.86% | - |
| XYZ | 32.61 | 21.28 | 2.77 | - |
| YUV | 115.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 13 | 0 | 0.63 | 0.94 | 0.14 | 20 | 0.89 | 0.46 |
| Hex | DC | 52 | D | 0 | 3F | 5E | E | 14 | 59 | 2E |
| Octal | 334 | 122 | 15 | 0 | 77 | 136 | 16 | 24 | 131 | 56 |
| Binary | 11011100 | 1010010 | 1101 | 0 | 111111 | 1011110 | 1110 | 10100 | 1011001 | 101110 |
Color Harmonies of #DC520D
Complementary color
Monochromatic Colors of #DC520D
Black with #DC520D
Text Example
Text Example
White with #DC520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC520D; }
p { color: rgb(220,82,13); }
H1.HeaderClassName
{
color: #DC520D;
}
.AnyTagClassName
{
color: #DC520D;
}
</style>
background-color css
<style>
a { background-color: #DC520D; }
a { background-color: rgb(220,82,13); }
div.DivClassName
{
background-color: #DC520D;
}
.BgClassName
{
background-color: #DC520D;
}
</style>
border-color css
<style>
span { border-color: #DC520D; }
span { border-color: rgb(220,82,13); }
td.TdClassName
{
border-color: #DC520D;
}
.TagClassName
{
border-color: #DC520D;
}
</style>