Shades of Persimmon #DC4F10
Tints of Persimmon #DC4F10
RGB
CMYK
RGB Variations
Color information
#DC4F10 (or 0xDC4F10) is known color: Persimmon. HEX triplet: DC, 4F and 10. RGB value is (220,79,16). Sum of RGB (Red+Green+Blue) = 220+79+16=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F10 is #23B0EF. Grayscale: #727272. Windows color (decimal): -2339056 or 1069020. OLE color: 1069020.
HSL color Cylindrical-coordinate representation of color #DC4F10: hue angle of 18.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC4F10 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.14 |
| HSL | 18.53º | 0.86% | 0.46% | - |
| HSV(B) | 18.53º | 0.93% | 0.86% | - |
| XYZ | 32.4 | 20.85 | 2.81 | - |
| YUV | 113.98 | 72.71 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 16 | 0 | 0.64 | 0.93 | 0.14 | 18.53 | 0.86 | 0.46 |
| Hex | DC | 4F | 10 | 0 | 40 | 5D | E | 13 | 56 | 2E |
| Octal | 334 | 117 | 20 | 0 | 100 | 135 | 16 | 23 | 126 | 56 |
| Binary | 11011100 | 1001111 | 10000 | 0 | 1000000 | 1011101 | 1110 | 10011 | 1010110 | 101110 |
Color Harmonies of #DC4F10
Complementary color
Monochromatic Colors of #DC4F10
Black with #DC4F10
Text Example
Text Example
White with #DC4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F10; }
p { color: rgb(220,79,16); }
H1.HeaderClassName
{
color: #DC4F10;
}
.AnyTagClassName
{
color: #DC4F10;
}
</style>
background-color css
<style>
a { background-color: #DC4F10; }
a { background-color: rgb(220,79,16); }
div.DivClassName
{
background-color: #DC4F10;
}
.BgClassName
{
background-color: #DC4F10;
}
</style>
border-color css
<style>
span { border-color: #DC4F10; }
span { border-color: rgb(220,79,16); }
td.TdClassName
{
border-color: #DC4F10;
}
.TagClassName
{
border-color: #DC4F10;
}
</style>