Shades of Persimmon #DC4E17
Tints of Persimmon #DC4E17
RGB
CMYK
RGB Variations
Color information
#DC4E17 (or 0xDC4E17) is known color: Persimmon. HEX triplet: DC, 4E and 17. RGB value is (220,78,23). Sum of RGB (Red+Green+Blue) = 220+78+23=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E17 is #23B1E8. Grayscale: #727272. Windows color (decimal): -2339305 or 1527516. OLE color: 1527516.
HSL color Cylindrical-coordinate representation of color #DC4E17: hue angle of 16.75º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4E17 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 23 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.14 |
| HSL | 16.75º | 0.81% | 0.48% | - |
| HSV(B) | 16.75º | 0.9% | 0.86% | - |
| XYZ | 32.39 | 20.73 | 3.1 | - |
| YUV | 114.19 | 76.54 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 23 | 0 | 0.65 | 0.90 | 0.14 | 16.75 | 0.81 | 0.48 |
| Hex | DC | 4E | 17 | 0 | 41 | 5A | E | 11 | 51 | 30 |
| Octal | 334 | 116 | 27 | 0 | 101 | 132 | 16 | 21 | 121 | 60 |
| Binary | 11011100 | 1001110 | 10111 | 0 | 1000001 | 1011010 | 1110 | 10001 | 1010001 | 110000 |
Color Harmonies of #DC4E17
Complementary color
Monochromatic Colors of #DC4E17
Black with #DC4E17
Text Example
Text Example
White with #DC4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E17; }
p { color: rgb(220,78,23); }
H1.HeaderClassName
{
color: #DC4E17;
}
.AnyTagClassName
{
color: #DC4E17;
}
</style>
background-color css
<style>
a { background-color: #DC4E17; }
a { background-color: rgb(220,78,23); }
div.DivClassName
{
background-color: #DC4E17;
}
.BgClassName
{
background-color: #DC4E17;
}
</style>
border-color css
<style>
span { border-color: #DC4E17; }
span { border-color: rgb(220,78,23); }
td.TdClassName
{
border-color: #DC4E17;
}
.TagClassName
{
border-color: #DC4E17;
}
</style>