Shades of Persimmon #DC490E
Tints of Persimmon #DC490E
RGB
CMYK
RGB Variations
Color information
#DC490E (or 0xDC490E) is known color: Persimmon. HEX triplet: DC, 49 and 0E. RGB value is (220,73,14). Sum of RGB (Red+Green+Blue) = 220+73+14=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC490E is #23B6F1. Grayscale: #6E6E6E. Windows color (decimal): -2340594 or 936412. OLE color: 936412.
HSL color Cylindrical-coordinate representation of color #DC490E: hue angle of 17.18º 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 #DC490E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.14 |
| HSL | 17.18º | 0.88% | 0.46% | - |
| HSV(B) | 17.18º | 0.94% | 0.86% | - |
| XYZ | 31.98 | 20.01 | 2.59 | - |
| YUV | 110.23 | 73.7 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 14 | 0 | 0.67 | 0.94 | 0.14 | 17.18 | 0.88 | 0.46 |
| Hex | DC | 49 | E | 0 | 43 | 5E | E | 11 | 58 | 2E |
| Octal | 334 | 111 | 16 | 0 | 103 | 136 | 16 | 21 | 130 | 56 |
| Binary | 11011100 | 1001001 | 1110 | 0 | 1000011 | 1011110 | 1110 | 10001 | 1011000 | 101110 |
Color Harmonies of #DC490E
Complementary color
Monochromatic Colors of #DC490E
Black with #DC490E
Text Example
Text Example
White with #DC490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC490E; }
p { color: rgb(220,73,14); }
H1.HeaderClassName
{
color: #DC490E;
}
.AnyTagClassName
{
color: #DC490E;
}
</style>
background-color css
<style>
a { background-color: #DC490E; }
a { background-color: rgb(220,73,14); }
div.DivClassName
{
background-color: #DC490E;
}
.BgClassName
{
background-color: #DC490E;
}
</style>
border-color css
<style>
span { border-color: #DC490E; }
span { border-color: rgb(220,73,14); }
td.TdClassName
{
border-color: #DC490E;
}
.TagClassName
{
border-color: #DC490E;
}
</style>