Shades of Persimmon #DC4F11
Tints of Persimmon #DC4F11
RGB
CMYK
RGB Variations
Color information
#DC4F11 (or 0xDC4F11) is known color: Persimmon. HEX triplet: DC, 4F and 11. RGB value is (220,79,17). Sum of RGB (Red+Green+Blue) = 220+79+17=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F11 is #23B0EE. Grayscale: #727272. Windows color (decimal): -2339055 or 1134556. OLE color: 1134556.
HSL color Cylindrical-coordinate representation of color #DC4F11: hue angle of 18.33º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC4F11 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.14 |
| HSL | 18.33º | 0.86% | 0.46% | - |
| HSV(B) | 18.33º | 0.92% | 0.86% | - |
| XYZ | 32.41 | 20.85 | 2.85 | - |
| YUV | 114.09 | 73.21 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 17 | 0 | 0.64 | 0.92 | 0.14 | 18.33 | 0.86 | 0.46 |
| Hex | DC | 4F | 11 | 0 | 40 | 5C | E | 12 | 56 | 2E |
| Octal | 334 | 117 | 21 | 0 | 100 | 134 | 16 | 22 | 126 | 56 |
| Binary | 11011100 | 1001111 | 10001 | 0 | 1000000 | 1011100 | 1110 | 10010 | 1010110 | 101110 |
Color Harmonies of #DC4F11
Complementary color
Monochromatic Colors of #DC4F11
Black with #DC4F11
Text Example
Text Example
White with #DC4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F11; }
p { color: rgb(220,79,17); }
H1.HeaderClassName
{
color: #DC4F11;
}
.AnyTagClassName
{
color: #DC4F11;
}
</style>
background-color css
<style>
a { background-color: #DC4F11; }
a { background-color: rgb(220,79,17); }
div.DivClassName
{
background-color: #DC4F11;
}
.BgClassName
{
background-color: #DC4F11;
}
</style>
border-color css
<style>
span { border-color: #DC4F11; }
span { border-color: rgb(220,79,17); }
td.TdClassName
{
border-color: #DC4F11;
}
.TagClassName
{
border-color: #DC4F11;
}
</style>