Shades of Tenne (Tawny) #DB580D
Tints of Tenne (Tawny) #DB580D
RGB
CMYK
RGB Variations
Color information
#DB580D (or 0xDB580D) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 0D. RGB value is (219,88,13). Sum of RGB (Red+Green+Blue) = 219+88+13=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB580D is #24A7F2. Grayscale: #777777. Windows color (decimal): -2402291 or 874715. OLE color: 874715.
HSL color Cylindrical-coordinate representation of color #DB580D: hue angle of 21.84º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB580D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.14 |
| HSL | 21.84º | 0.89% | 0.45% | - |
| HSV(B) | 21.84º | 0.94% | 0.86% | - |
| XYZ | 32.78 | 22.07 | 2.91 | - |
| YUV | 118.62 | 68.4 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 13 | 0 | 0.60 | 0.94 | 0.14 | 21.84 | 0.89 | 0.45 |
| Hex | DB | 58 | D | 0 | 3C | 5E | E | 16 | 59 | 2D |
| Octal | 333 | 130 | 15 | 0 | 74 | 136 | 16 | 26 | 131 | 55 |
| Binary | 11011011 | 1011000 | 1101 | 0 | 111100 | 1011110 | 1110 | 10110 | 1011001 | 101101 |
Color Harmonies of #DB580D
Complementary color
Monochromatic Colors of #DB580D
Black with #DB580D
Text Example
Text Example
White with #DB580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB580D; }
p { color: rgb(219,88,13); }
H1.HeaderClassName
{
color: #DB580D;
}
.AnyTagClassName
{
color: #DB580D;
}
</style>
background-color css
<style>
a { background-color: #DB580D; }
a { background-color: rgb(219,88,13); }
div.DivClassName
{
background-color: #DB580D;
}
.BgClassName
{
background-color: #DB580D;
}
</style>
border-color css
<style>
span { border-color: #DB580D; }
span { border-color: rgb(219,88,13); }
td.TdClassName
{
border-color: #DB580D;
}
.TagClassName
{
border-color: #DB580D;
}
</style>