Shades of Tenne (Tawny) #DB5907
Tints of Tenne (Tawny) #DB5907
RGB
CMYK
RGB Variations
Color information
#DB5907 (or 0xDB5907) is known color: Tenne (Tawny). HEX triplet: DB, 59 and 07. RGB value is (219,89,7). Sum of RGB (Red+Green+Blue) = 219+89+7=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5907 is #24A6F8. Grayscale: #767676. Windows color (decimal): -2402041 or 481755. OLE color: 481755.
HSL color Cylindrical-coordinate representation of color #DB5907: hue angle of 23.21º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB5907 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.14 |
| HSL | 23.21º | 0.94% | 0.44% | - |
| HSV(B) | 23.21º | 0.97% | 0.86% | - |
| XYZ | 32.82 | 22.22 | 2.76 | - |
| YUV | 118.52 | 65.07 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 7 | 0 | 0.59 | 0.97 | 0.14 | 23.21 | 0.94 | 0.44 |
| Hex | DB | 59 | 7 | 0 | 3B | 61 | E | 17 | 5E | 2C |
| Octal | 333 | 131 | 7 | 0 | 73 | 141 | 16 | 27 | 136 | 54 |
| Binary | 11011011 | 1011001 | 111 | 0 | 111011 | 1100001 | 1110 | 10111 | 1011110 | 101100 |
Color Harmonies of #DB5907
Complementary color
Monochromatic Colors of #DB5907
Black with #DB5907
Text Example
Text Example
White with #DB5907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5907; }
p { color: rgb(219,89,7); }
H1.HeaderClassName
{
color: #DB5907;
}
.AnyTagClassName
{
color: #DB5907;
}
</style>
background-color css
<style>
a { background-color: #DB5907; }
a { background-color: rgb(219,89,7); }
div.DivClassName
{
background-color: #DB5907;
}
.BgClassName
{
background-color: #DB5907;
}
</style>
border-color css
<style>
span { border-color: #DB5907; }
span { border-color: rgb(219,89,7); }
td.TdClassName
{
border-color: #DB5907;
}
.TagClassName
{
border-color: #DB5907;
}
</style>