Shades of Persimmon #DC4F12
Tints of Persimmon #DC4F12
RGB
CMYK
RGB Variations
Color information
#DC4F12 (or 0xDC4F12) is known color: Persimmon. HEX triplet: DC, 4F and 12. RGB value is (220,79,18). Sum of RGB (Red+Green+Blue) = 220+79+18=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F12 is #23B0ED. Grayscale: #727272. Windows color (decimal): -2339054 or 1200092. OLE color: 1200092.
HSL color Cylindrical-coordinate representation of color #DC4F12: hue angle of 18.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC4F12 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.14 |
| HSL | 18.12º | 0.85% | 0.47% | - |
| HSV(B) | 18.12º | 0.92% | 0.86% | - |
| XYZ | 32.42 | 20.85 | 2.89 | - |
| YUV | 114.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 18 | 0 | 0.64 | 0.92 | 0.14 | 18.12 | 0.85 | 0.47 |
| Hex | DC | 4F | 12 | 0 | 40 | 5C | E | 12 | 55 | 2F |
| Octal | 334 | 117 | 22 | 0 | 100 | 134 | 16 | 22 | 125 | 57 |
| Binary | 11011100 | 1001111 | 10010 | 0 | 1000000 | 1011100 | 1110 | 10010 | 1010101 | 101111 |
Color Harmonies of #DC4F12
Complementary color
Monochromatic Colors of #DC4F12
Black with #DC4F12
Text Example
Text Example
White with #DC4F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F12; }
p { color: rgb(220,79,18); }
H1.HeaderClassName
{
color: #DC4F12;
}
.AnyTagClassName
{
color: #DC4F12;
}
</style>
background-color css
<style>
a { background-color: #DC4F12; }
a { background-color: rgb(220,79,18); }
div.DivClassName
{
background-color: #DC4F12;
}
.BgClassName
{
background-color: #DC4F12;
}
</style>
border-color css
<style>
span { border-color: #DC4F12; }
span { border-color: rgb(220,79,18); }
td.TdClassName
{
border-color: #DC4F12;
}
.TagClassName
{
border-color: #DC4F12;
}
</style>