Shades of Tenne (Tawny) #DC590F
Tints of Tenne (Tawny) #DC590F
RGB
CMYK
RGB Variations
Color information
#DC590F (or 0xDC590F) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 0F. RGB value is (220,89,15). Sum of RGB (Red+Green+Blue) = 220+89+15=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC590F is #23A6F0. Grayscale: #787878. Windows color (decimal): -2336497 or 1006044. OLE color: 1006044.
HSL color Cylindrical-coordinate representation of color #DC590F: hue angle of 21.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC590F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.14 |
| HSL | 21.66º | 0.87% | 0.46% | - |
| HSV(B) | 21.66º | 0.93% | 0.86% | - |
| XYZ | 33.17 | 22.39 | 3.03 | - |
| YUV | 119.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 15 | 0 | 0.60 | 0.93 | 0.14 | 21.66 | 0.87 | 0.46 |
| Hex | DC | 59 | F | 0 | 3C | 5D | E | 16 | 57 | 2E |
| Octal | 334 | 131 | 17 | 0 | 74 | 135 | 16 | 26 | 127 | 56 |
| Binary | 11011100 | 1011001 | 1111 | 0 | 111100 | 1011101 | 1110 | 10110 | 1010111 | 101110 |
Color Harmonies of #DC590F
Complementary color
Monochromatic Colors of #DC590F
Black with #DC590F
Text Example
Text Example
White with #DC590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC590F; }
p { color: rgb(220,89,15); }
H1.HeaderClassName
{
color: #DC590F;
}
.AnyTagClassName
{
color: #DC590F;
}
</style>
background-color css
<style>
a { background-color: #DC590F; }
a { background-color: rgb(220,89,15); }
div.DivClassName
{
background-color: #DC590F;
}
.BgClassName
{
background-color: #DC590F;
}
</style>
border-color css
<style>
span { border-color: #DC590F; }
span { border-color: rgb(220,89,15); }
td.TdClassName
{
border-color: #DC590F;
}
.TagClassName
{
border-color: #DC590F;
}
</style>