Shades of Tenne (Tawny) #DB590A
Tints of Tenne (Tawny) #DB590A
RGB
CMYK
RGB Variations
Color information
#DB590A (or 0xDB590A) is known color: Tenne (Tawny). HEX triplet: DB, 59 and 0A. RGB value is (219,89,10). Sum of RGB (Red+Green+Blue) = 219+89+10=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB590A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB590A is #24A6F5. Grayscale: #777777. Windows color (decimal): -2402038 or 678363. OLE color: 678363.
HSL color Cylindrical-coordinate representation of color #DB590A: hue angle of 22.68º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB590A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.14 |
| HSL | 22.68º | 0.91% | 0.45% | - |
| HSV(B) | 22.68º | 0.95% | 0.86% | - |
| XYZ | 32.84 | 22.23 | 2.85 | - |
| YUV | 118.86 | 66.57 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 10 | 0 | 0.59 | 0.95 | 0.14 | 22.68 | 0.91 | 0.45 |
| Hex | DB | 59 | A | 0 | 3B | 5F | E | 17 | 5B | 2D |
| Octal | 333 | 131 | 12 | 0 | 73 | 137 | 16 | 27 | 133 | 55 |
| Binary | 11011011 | 1011001 | 1010 | 0 | 111011 | 1011111 | 1110 | 10111 | 1011011 | 101101 |
Color Harmonies of #DB590A
Complementary color
Monochromatic Colors of #DB590A
Black with #DB590A
Text Example
Text Example
White with #DB590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB590A; }
p { color: rgb(219,89,10); }
H1.HeaderClassName
{
color: #DB590A;
}
.AnyTagClassName
{
color: #DB590A;
}
</style>
background-color css
<style>
a { background-color: #DB590A; }
a { background-color: rgb(219,89,10); }
div.DivClassName
{
background-color: #DB590A;
}
.BgClassName
{
background-color: #DB590A;
}
</style>
border-color css
<style>
span { border-color: #DB590A; }
span { border-color: rgb(219,89,10); }
td.TdClassName
{
border-color: #DB590A;
}
.TagClassName
{
border-color: #DB590A;
}
</style>