Shades of Persimmon #DC500D
Tints of Persimmon #DC500D
RGB
CMYK
RGB Variations
Color information
#DC500D (or 0xDC500D) is known color: Persimmon. HEX triplet: DC, 50 and 0D. RGB value is (220,80,13). Sum of RGB (Red+Green+Blue) = 220+80+13=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC500D is #23AFF2. Grayscale: #727272. Windows color (decimal): -2338803 or 872668. OLE color: 872668.
HSL color Cylindrical-coordinate representation of color #DC500D: hue angle of 19.42º 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 #DC500D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.14 |
| HSL | 19.42º | 0.89% | 0.46% | - |
| HSV(B) | 19.42º | 0.94% | 0.86% | - |
| XYZ | 32.46 | 20.98 | 2.72 | - |
| YUV | 114.22 | 70.88 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 13 | 0 | 0.64 | 0.94 | 0.14 | 19.42 | 0.89 | 0.46 |
| Hex | DC | 50 | D | 0 | 40 | 5E | E | 13 | 59 | 2E |
| Octal | 334 | 120 | 15 | 0 | 100 | 136 | 16 | 23 | 131 | 56 |
| Binary | 11011100 | 1010000 | 1101 | 0 | 1000000 | 1011110 | 1110 | 10011 | 1011001 | 101110 |
Color Harmonies of #DC500D
Complementary color
Monochromatic Colors of #DC500D
Black with #DC500D
Text Example
Text Example
White with #DC500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC500D; }
p { color: rgb(220,80,13); }
H1.HeaderClassName
{
color: #DC500D;
}
.AnyTagClassName
{
color: #DC500D;
}
</style>
background-color css
<style>
a { background-color: #DC500D; }
a { background-color: rgb(220,80,13); }
div.DivClassName
{
background-color: #DC500D;
}
.BgClassName
{
background-color: #DC500D;
}
</style>
border-color css
<style>
span { border-color: #DC500D; }
span { border-color: rgb(220,80,13); }
td.TdClassName
{
border-color: #DC500D;
}
.TagClassName
{
border-color: #DC500D;
}
</style>