Shades of Persimmon #DC4F16
Tints of Persimmon #DC4F16
RGB
CMYK
RGB Variations
Color information
#DC4F16 (or 0xDC4F16) is known color: Persimmon. HEX triplet: DC, 4F and 16. RGB value is (220,79,22). Sum of RGB (Red+Green+Blue) = 220+79+22=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F16 is #23B0E9. Grayscale: #737373. Windows color (decimal): -2339050 or 1462236. OLE color: 1462236.
HSL color Cylindrical-coordinate representation of color #DC4F16: hue angle of 17.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4F16 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 22 | - |
| CMYK | 0 | 0.64 | 0.9 | 0.14 |
| HSL | 17.27º | 0.82% | 0.47% | - |
| HSV(B) | 17.27º | 0.9% | 0.86% | - |
| XYZ | 32.46 | 20.87 | 3.08 | - |
| YUV | 114.66 | 75.71 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 22 | 0 | 0.64 | 0.9 | 0.14 | 17.27 | 0.82 | 0.47 |
| Hex | DC | 4F | 16 | 0 | 40 | 5A | E | 11 | 52 | 2F |
| Octal | 334 | 117 | 26 | 0 | 100 | 132 | 16 | 21 | 122 | 57 |
| Binary | 11011100 | 1001111 | 10110 | 0 | 1000000 | 1011010 | 1110 | 10001 | 1010010 | 101111 |
Color Harmonies of #DC4F16
Complementary color
Monochromatic Colors of #DC4F16
Black with #DC4F16
Text Example
Text Example
White with #DC4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F16; }
p { color: rgb(220,79,22); }
H1.HeaderClassName
{
color: #DC4F16;
}
.AnyTagClassName
{
color: #DC4F16;
}
</style>
background-color css
<style>
a { background-color: #DC4F16; }
a { background-color: rgb(220,79,22); }
div.DivClassName
{
background-color: #DC4F16;
}
.BgClassName
{
background-color: #DC4F16;
}
</style>
border-color css
<style>
span { border-color: #DC4F16; }
span { border-color: rgb(220,79,22); }
td.TdClassName
{
border-color: #DC4F16;
}
.TagClassName
{
border-color: #DC4F16;
}
</style>