Shades of Persimmon #DC470E
Tints of Persimmon #DC470E
RGB
CMYK
RGB Variations
Color information
#DC470E (or 0xDC470E) is known color: Persimmon. HEX triplet: DC, 47 and 0E. RGB value is (220,71,14). Sum of RGB (Red+Green+Blue) = 220+71+14=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC470E is #23B8F1. Grayscale: #6D6D6D. Windows color (decimal): -2341106 or 935900. OLE color: 935900.
HSL color Cylindrical-coordinate representation of color #DC470E: hue angle of 16.6º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC470E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.14 |
| HSL | 16.6º | 0.88% | 0.46% | - |
| HSV(B) | 16.6º | 0.94% | 0.86% | - |
| XYZ | 31.85 | 19.75 | 2.55 | - |
| YUV | 109.05 | 74.36 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 14 | 0 | 0.68 | 0.94 | 0.14 | 16.6 | 0.88 | 0.46 |
| Hex | DC | 47 | E | 0 | 44 | 5E | E | 11 | 58 | 2E |
| Octal | 334 | 107 | 16 | 0 | 104 | 136 | 16 | 21 | 130 | 56 |
| Binary | 11011100 | 1000111 | 1110 | 0 | 1000100 | 1011110 | 1110 | 10001 | 1011000 | 101110 |
Color Harmonies of #DC470E
Complementary color
Monochromatic Colors of #DC470E
Black with #DC470E
Text Example
Text Example
White with #DC470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC470E; }
p { color: rgb(220,71,14); }
H1.HeaderClassName
{
color: #DC470E;
}
.AnyTagClassName
{
color: #DC470E;
}
</style>
background-color css
<style>
a { background-color: #DC470E; }
a { background-color: rgb(220,71,14); }
div.DivClassName
{
background-color: #DC470E;
}
.BgClassName
{
background-color: #DC470E;
}
</style>
border-color css
<style>
span { border-color: #DC470E; }
span { border-color: rgb(220,71,14); }
td.TdClassName
{
border-color: #DC470E;
}
.TagClassName
{
border-color: #DC470E;
}
</style>