Shades of Tenne (Tawny) #DB580E
Tints of Tenne (Tawny) #DB580E
RGB
CMYK
RGB Variations
Color information
#DB580E (or 0xDB580E) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 0E. RGB value is (219,88,14). Sum of RGB (Red+Green+Blue) = 219+88+14=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB580E is #24A7F1. Grayscale: #777777. Windows color (decimal): -2402290 or 940251. OLE color: 940251.
HSL color Cylindrical-coordinate representation of color #DB580E: hue angle of 21.66º 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 #DB580E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.14 |
| HSL | 21.66º | 0.88% | 0.46% | - |
| HSV(B) | 21.66º | 0.94% | 0.86% | - |
| XYZ | 32.78 | 22.07 | 2.95 | - |
| YUV | 118.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 14 | 0 | 0.60 | 0.94 | 0.14 | 21.66 | 0.88 | 0.46 |
| Hex | DB | 58 | E | 0 | 3C | 5E | E | 16 | 58 | 2E |
| Octal | 333 | 130 | 16 | 0 | 74 | 136 | 16 | 26 | 130 | 56 |
| Binary | 11011011 | 1011000 | 1110 | 0 | 111100 | 1011110 | 1110 | 10110 | 1011000 | 101110 |
Color Harmonies of #DB580E
Complementary color
Monochromatic Colors of #DB580E
Black with #DB580E
Text Example
Text Example
White with #DB580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB580E; }
p { color: rgb(219,88,14); }
H1.HeaderClassName
{
color: #DB580E;
}
.AnyTagClassName
{
color: #DB580E;
}
</style>
background-color css
<style>
a { background-color: #DB580E; }
a { background-color: rgb(219,88,14); }
div.DivClassName
{
background-color: #DB580E;
}
.BgClassName
{
background-color: #DB580E;
}
</style>
border-color css
<style>
span { border-color: #DB580E; }
span { border-color: rgb(219,88,14); }
td.TdClassName
{
border-color: #DB580E;
}
.TagClassName
{
border-color: #DB580E;
}
</style>