Shades of Persimmon #DC500F
Tints of Persimmon #DC500F
RGB
CMYK
RGB Variations
Color information
#DC500F (or 0xDC500F) is known color: Persimmon. HEX triplet: DC, 50 and 0F. RGB value is (220,80,15). Sum of RGB (Red+Green+Blue) = 220+80+15=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC500F is #23AFF0. Grayscale: #727272. Windows color (decimal): -2338801 or 1003740. OLE color: 1003740.
HSL color Cylindrical-coordinate representation of color #DC500F: hue angle of 19.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC500F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.14 |
| HSL | 19.02º | 0.87% | 0.46% | - |
| HSV(B) | 19.02º | 0.93% | 0.86% | - |
| XYZ | 32.47 | 20.99 | 2.79 | - |
| YUV | 114.45 | 71.88 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 15 | 0 | 0.64 | 0.93 | 0.14 | 19.02 | 0.87 | 0.46 |
| Hex | DC | 50 | F | 0 | 40 | 5D | E | 13 | 57 | 2E |
| Octal | 334 | 120 | 17 | 0 | 100 | 135 | 16 | 23 | 127 | 56 |
| Binary | 11011100 | 1010000 | 1111 | 0 | 1000000 | 1011101 | 1110 | 10011 | 1010111 | 101110 |
Color Harmonies of #DC500F
Complementary color
Monochromatic Colors of #DC500F
Black with #DC500F
Text Example
Text Example
White with #DC500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC500F; }
p { color: rgb(220,80,15); }
H1.HeaderClassName
{
color: #DC500F;
}
.AnyTagClassName
{
color: #DC500F;
}
</style>
background-color css
<style>
a { background-color: #DC500F; }
a { background-color: rgb(220,80,15); }
div.DivClassName
{
background-color: #DC500F;
}
.BgClassName
{
background-color: #DC500F;
}
</style>
border-color css
<style>
span { border-color: #DC500F; }
span { border-color: rgb(220,80,15); }
td.TdClassName
{
border-color: #DC500F;
}
.TagClassName
{
border-color: #DC500F;
}
</style>