Shades of Persimmon #DC4E13
Tints of Persimmon #DC4E13
RGB
CMYK
RGB Variations
Color information
#DC4E13 (or 0xDC4E13) is known color: Persimmon. HEX triplet: DC, 4E and 13. RGB value is (220,78,19). Sum of RGB (Red+Green+Blue) = 220+78+19=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E13 is #23B1EC. Grayscale: #727272. Windows color (decimal): -2339309 or 1265372. OLE color: 1265372.
HSL color Cylindrical-coordinate representation of color #DC4E13: hue angle of 17.61º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC4E13 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.14 |
| HSL | 17.61º | 0.84% | 0.47% | - |
| HSV(B) | 17.61º | 0.91% | 0.86% | - |
| XYZ | 32.36 | 20.71 | 2.91 | - |
| YUV | 113.73 | 74.54 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 19 | 0 | 0.65 | 0.91 | 0.14 | 17.61 | 0.84 | 0.47 |
| Hex | DC | 4E | 13 | 0 | 41 | 5B | E | 12 | 54 | 2F |
| Octal | 334 | 116 | 23 | 0 | 101 | 133 | 16 | 22 | 124 | 57 |
| Binary | 11011100 | 1001110 | 10011 | 0 | 1000001 | 1011011 | 1110 | 10010 | 1010100 | 101111 |
Color Harmonies of #DC4E13
Complementary color
Monochromatic Colors of #DC4E13
Black with #DC4E13
Text Example
Text Example
White with #DC4E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E13; }
p { color: rgb(220,78,19); }
H1.HeaderClassName
{
color: #DC4E13;
}
.AnyTagClassName
{
color: #DC4E13;
}
</style>
background-color css
<style>
a { background-color: #DC4E13; }
a { background-color: rgb(220,78,19); }
div.DivClassName
{
background-color: #DC4E13;
}
.BgClassName
{
background-color: #DC4E13;
}
</style>
border-color css
<style>
span { border-color: #DC4E13; }
span { border-color: rgb(220,78,19); }
td.TdClassName
{
border-color: #DC4E13;
}
.TagClassName
{
border-color: #DC4E13;
}
</style>