Shades of Persimmon #DC4F14
Tints of Persimmon #DC4F14
RGB
CMYK
RGB Variations
Color information
#DC4F14 (or 0xDC4F14) is known color: Persimmon. HEX triplet: DC, 4F and 14. RGB value is (220,79,20). Sum of RGB (Red+Green+Blue) = 220+79+20=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F14 is #23B0EB. Grayscale: #727272. Windows color (decimal): -2339052 or 1331164. OLE color: 1331164.
HSL color Cylindrical-coordinate representation of color #DC4F14: hue angle of 17.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC4F14 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 20 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.14 |
| HSL | 17.7º | 0.83% | 0.47% | - |
| HSV(B) | 17.7º | 0.91% | 0.86% | - |
| XYZ | 32.44 | 20.86 | 2.98 | - |
| YUV | 114.43 | 74.71 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 20 | 0 | 0.64 | 0.91 | 0.14 | 17.7 | 0.83 | 0.47 |
| Hex | DC | 4F | 14 | 0 | 40 | 5B | E | 12 | 53 | 2F |
| Octal | 334 | 117 | 24 | 0 | 100 | 133 | 16 | 22 | 123 | 57 |
| Binary | 11011100 | 1001111 | 10100 | 0 | 1000000 | 1011011 | 1110 | 10010 | 1010011 | 101111 |
Color Harmonies of #DC4F14
Complementary color
Monochromatic Colors of #DC4F14
Black with #DC4F14
Text Example
Text Example
White with #DC4F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F14; }
p { color: rgb(220,79,20); }
H1.HeaderClassName
{
color: #DC4F14;
}
.AnyTagClassName
{
color: #DC4F14;
}
</style>
background-color css
<style>
a { background-color: #DC4F14; }
a { background-color: rgb(220,79,20); }
div.DivClassName
{
background-color: #DC4F14;
}
.BgClassName
{
background-color: #DC4F14;
}
</style>
border-color css
<style>
span { border-color: #DC4F14; }
span { border-color: rgb(220,79,20); }
td.TdClassName
{
border-color: #DC4F14;
}
.TagClassName
{
border-color: #DC4F14;
}
</style>