Shades of Persimmon #DC490A
Tints of Persimmon #DC490A
RGB
CMYK
RGB Variations
Color information
#DC490A (or 0xDC490A) is known color: Persimmon. HEX triplet: DC, 49 and 0A. RGB value is (220,73,10). Sum of RGB (Red+Green+Blue) = 220+73+10=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC490A is #23B6F5. Grayscale: #6E6E6E. Windows color (decimal): -2340598 or 674268. OLE color: 674268.
HSL color Cylindrical-coordinate representation of color #DC490A: hue angle of 18º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC490A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.14 |
| HSL | 18º | 0.91% | 0.45% | - |
| HSV(B) | 18º | 0.95% | 0.86% | - |
| XYZ | 31.95 | 20 | 2.46 | - |
| YUV | 109.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 10 | 0 | 0.67 | 0.95 | 0.14 | 18 | 0.91 | 0.45 |
| Hex | DC | 49 | A | 0 | 43 | 5F | E | 12 | 5B | 2D |
| Octal | 334 | 111 | 12 | 0 | 103 | 137 | 16 | 22 | 133 | 55 |
| Binary | 11011100 | 1001001 | 1010 | 0 | 1000011 | 1011111 | 1110 | 10010 | 1011011 | 101101 |
Color Harmonies of #DC490A
Complementary color
Monochromatic Colors of #DC490A
Black with #DC490A
Text Example
Text Example
White with #DC490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC490A; }
p { color: rgb(220,73,10); }
H1.HeaderClassName
{
color: #DC490A;
}
.AnyTagClassName
{
color: #DC490A;
}
</style>
background-color css
<style>
a { background-color: #DC490A; }
a { background-color: rgb(220,73,10); }
div.DivClassName
{
background-color: #DC490A;
}
.BgClassName
{
background-color: #DC490A;
}
</style>
border-color css
<style>
span { border-color: #DC490A; }
span { border-color: rgb(220,73,10); }
td.TdClassName
{
border-color: #DC490A;
}
.TagClassName
{
border-color: #DC490A;
}
</style>