Shades of Persimmon #DC4D16
Tints of Persimmon #DC4D16
RGB
CMYK
RGB Variations
Color information
#DC4D16 (or 0xDC4D16) is known color: Persimmon. HEX triplet: DC, 4D and 16. RGB value is (220,77,22). Sum of RGB (Red+Green+Blue) = 220+77+22=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D16 is #23B2E9. Grayscale: #717171. Windows color (decimal): -2339562 or 1461724. OLE color: 1461724.
HSL color Cylindrical-coordinate representation of color #DC4D16: hue angle of 16.67º 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 #DC4D16 is Cyan = 0, Magento = 0.65, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 22 | - |
| CMYK | 0 | 0.65 | 0.9 | 0.14 |
| HSL | 16.67º | 0.82% | 0.47% | - |
| HSV(B) | 16.67º | 0.9% | 0.86% | - |
| XYZ | 32.31 | 20.58 | 3.03 | - |
| YUV | 113.49 | 76.38 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 22 | 0 | 0.65 | 0.9 | 0.14 | 16.67 | 0.82 | 0.47 |
| Hex | DC | 4D | 16 | 0 | 41 | 5A | E | 11 | 52 | 2F |
| Octal | 334 | 115 | 26 | 0 | 101 | 132 | 16 | 21 | 122 | 57 |
| Binary | 11011100 | 1001101 | 10110 | 0 | 1000001 | 1011010 | 1110 | 10001 | 1010010 | 101111 |
Color Harmonies of #DC4D16
Complementary color
Monochromatic Colors of #DC4D16
Black with #DC4D16
Text Example
Text Example
White with #DC4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D16; }
p { color: rgb(220,77,22); }
H1.HeaderClassName
{
color: #DC4D16;
}
.AnyTagClassName
{
color: #DC4D16;
}
</style>
background-color css
<style>
a { background-color: #DC4D16; }
a { background-color: rgb(220,77,22); }
div.DivClassName
{
background-color: #DC4D16;
}
.BgClassName
{
background-color: #DC4D16;
}
</style>
border-color css
<style>
span { border-color: #DC4D16; }
span { border-color: rgb(220,77,22); }
td.TdClassName
{
border-color: #DC4D16;
}
.TagClassName
{
border-color: #DC4D16;
}
</style>