Shades of Tenne (Tawny) #DC580E
Tints of Tenne (Tawny) #DC580E
RGB
CMYK
RGB Variations
Color information
#DC580E (or 0xDC580E) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 0E. RGB value is (220,88,14). Sum of RGB (Red+Green+Blue) = 220+88+14=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC580E is #23A7F1. Grayscale: #777777. Windows color (decimal): -2336754 or 940252. OLE color: 940252.
HSL color Cylindrical-coordinate representation of color #DC580E: hue angle of 21.55º 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 #DC580E is Cyan = 0, Magento = 0.6, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 14 | - |
| CMYK | 0 | 0.6 | 0.94 | 0.14 |
| HSL | 21.55º | 0.88% | 0.46% | - |
| HSV(B) | 21.55º | 0.94% | 0.86% | - |
| XYZ | 33.08 | 22.23 | 2.96 | - |
| YUV | 119.03 | 68.73 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 14 | 0 | 0.6 | 0.94 | 0.14 | 21.55 | 0.88 | 0.46 |
| Hex | DC | 58 | E | 0 | 3C | 5E | E | 16 | 58 | 2E |
| Octal | 334 | 130 | 16 | 0 | 74 | 136 | 16 | 26 | 130 | 56 |
| Binary | 11011100 | 1011000 | 1110 | 0 | 111100 | 1011110 | 1110 | 10110 | 1011000 | 101110 |
Color Harmonies of #DC580E
Complementary color
Monochromatic Colors of #DC580E
Black with #DC580E
Text Example
Text Example
White with #DC580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC580E; }
p { color: rgb(220,88,14); }
H1.HeaderClassName
{
color: #DC580E;
}
.AnyTagClassName
{
color: #DC580E;
}
</style>
background-color css
<style>
a { background-color: #DC580E; }
a { background-color: rgb(220,88,14); }
div.DivClassName
{
background-color: #DC580E;
}
.BgClassName
{
background-color: #DC580E;
}
</style>
border-color css
<style>
span { border-color: #DC580E; }
span { border-color: rgb(220,88,14); }
td.TdClassName
{
border-color: #DC580E;
}
.TagClassName
{
border-color: #DC580E;
}
</style>