Shades of Tenne (Tawny) #DC590E
Tints of Tenne (Tawny) #DC590E
RGB
CMYK
RGB Variations
Color information
#DC590E (or 0xDC590E) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 0E. RGB value is (220,89,14). Sum of RGB (Red+Green+Blue) = 220+89+14=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC590E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC590E is #23A6F1. Grayscale: #787878. Windows color (decimal): -2336498 or 940508. OLE color: 940508.
HSL color Cylindrical-coordinate representation of color #DC590E: hue angle of 21.84º 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 #DC590E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.14 |
| HSL | 21.84º | 0.88% | 0.46% | - |
| HSV(B) | 21.84º | 0.94% | 0.86% | - |
| XYZ | 33.17 | 22.39 | 2.99 | - |
| YUV | 119.62 | 68.4 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 14 | 0 | 0.60 | 0.94 | 0.14 | 21.84 | 0.88 | 0.46 |
| Hex | DC | 59 | E | 0 | 3C | 5E | E | 16 | 58 | 2E |
| Octal | 334 | 131 | 16 | 0 | 74 | 136 | 16 | 26 | 130 | 56 |
| Binary | 11011100 | 1011001 | 1110 | 0 | 111100 | 1011110 | 1110 | 10110 | 1011000 | 101110 |
Color Harmonies of #DC590E
Complementary color
Monochromatic Colors of #DC590E
Black with #DC590E
Text Example
Text Example
White with #DC590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC590E; }
p { color: rgb(220,89,14); }
H1.HeaderClassName
{
color: #DC590E;
}
.AnyTagClassName
{
color: #DC590E;
}
</style>
background-color css
<style>
a { background-color: #DC590E; }
a { background-color: rgb(220,89,14); }
div.DivClassName
{
background-color: #DC590E;
}
.BgClassName
{
background-color: #DC590E;
}
</style>
border-color css
<style>
span { border-color: #DC590E; }
span { border-color: rgb(220,89,14); }
td.TdClassName
{
border-color: #DC590E;
}
.TagClassName
{
border-color: #DC590E;
}
</style>