Shades of Persimmon #DC500C
Tints of Persimmon #DC500C
RGB
CMYK
RGB Variations
Color information
#DC500C (or 0xDC500C) is known color: Persimmon. HEX triplet: DC, 50 and 0C. RGB value is (220,80,12). Sum of RGB (Red+Green+Blue) = 220+80+12=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC500C is #23AFF3. Grayscale: #727272. Windows color (decimal): -2338804 or 807132. OLE color: 807132.
HSL color Cylindrical-coordinate representation of color #DC500C: hue angle of 19.62º 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 #DC500C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.14 |
| HSL | 19.62º | 0.9% | 0.45% | - |
| HSV(B) | 19.62º | 0.95% | 0.86% | - |
| XYZ | 32.45 | 20.98 | 2.69 | - |
| YUV | 114.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 12 | 0 | 0.64 | 0.95 | 0.14 | 19.62 | 0.9 | 0.45 |
| Hex | DC | 50 | C | 0 | 40 | 5F | E | 14 | 5A | 2D |
| Octal | 334 | 120 | 14 | 0 | 100 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011100 | 1010000 | 1100 | 0 | 1000000 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DC500C
Complementary color
Monochromatic Colors of #DC500C
Black with #DC500C
Text Example
Text Example
White with #DC500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC500C; }
p { color: rgb(220,80,12); }
H1.HeaderClassName
{
color: #DC500C;
}
.AnyTagClassName
{
color: #DC500C;
}
</style>
background-color css
<style>
a { background-color: #DC500C; }
a { background-color: rgb(220,80,12); }
div.DivClassName
{
background-color: #DC500C;
}
.BgClassName
{
background-color: #DC500C;
}
</style>
border-color css
<style>
span { border-color: #DC500C; }
span { border-color: rgb(220,80,12); }
td.TdClassName
{
border-color: #DC500C;
}
.TagClassName
{
border-color: #DC500C;
}
</style>