Shades of Persimmon #DC4F17
Tints of Persimmon #DC4F17
RGB
CMYK
RGB Variations
Color information
#DC4F17 (or 0xDC4F17) is known color: Persimmon. HEX triplet: DC, 4F and 17. RGB value is (220,79,23). Sum of RGB (Red+Green+Blue) = 220+79+23=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F17 is #23B0E8. Grayscale: #737373. Windows color (decimal): -2339049 or 1527772. OLE color: 1527772.
HSL color Cylindrical-coordinate representation of color #DC4F17: hue angle of 17.06º 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 #DC4F17 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 23 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.14 |
| HSL | 17.06º | 0.81% | 0.48% | - |
| HSV(B) | 17.06º | 0.9% | 0.86% | - |
| XYZ | 32.47 | 20.87 | 3.13 | - |
| YUV | 114.78 | 76.21 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 23 | 0 | 0.64 | 0.90 | 0.14 | 17.06 | 0.81 | 0.48 |
| Hex | DC | 4F | 17 | 0 | 40 | 5A | E | 11 | 51 | 30 |
| Octal | 334 | 117 | 27 | 0 | 100 | 132 | 16 | 21 | 121 | 60 |
| Binary | 11011100 | 1001111 | 10111 | 0 | 1000000 | 1011010 | 1110 | 10001 | 1010001 | 110000 |
Color Harmonies of #DC4F17
Complementary color
Monochromatic Colors of #DC4F17
Black with #DC4F17
Text Example
Text Example
White with #DC4F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F17; }
p { color: rgb(220,79,23); }
H1.HeaderClassName
{
color: #DC4F17;
}
.AnyTagClassName
{
color: #DC4F17;
}
</style>
background-color css
<style>
a { background-color: #DC4F17; }
a { background-color: rgb(220,79,23); }
div.DivClassName
{
background-color: #DC4F17;
}
.BgClassName
{
background-color: #DC4F17;
}
</style>
border-color css
<style>
span { border-color: #DC4F17; }
span { border-color: rgb(220,79,23); }
td.TdClassName
{
border-color: #DC4F17;
}
.TagClassName
{
border-color: #DC4F17;
}
</style>