Shades of Tenne (Tawny) #DB5900
Tints of Tenne (Tawny) #DB5900
RGB
CMYK
RGB Variations
Color information
#DB5900 (or 0xDB5900) is known color: Tenne (Tawny). HEX triplet: DB, 59 and 00. RGB value is (219,89,0). Sum of RGB (Red+Green+Blue) = 219+89+0=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5900 is #24A6FF. Grayscale: #767676. Windows color (decimal): -2402048 or 23003. OLE color: 23003.
HSL color Cylindrical-coordinate representation of color #DB5900: hue angle of 24.38º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB5900 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.14 |
| HSL | 24.38º | 1% | 0.43% | - |
| HSV(B) | 24.38º | 1% | 0.86% | - |
| XYZ | 32.79 | 22.2 | 2.56 | - |
| YUV | 117.72 | 61.57 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 0 | 0 | 0.59 | 1 | 0.14 | 24.38 | 1 | 0.43 |
| Hex | DB | 59 | 0 | 0 | 3B | 64 | E | 18 | 64 | 2B |
| Octal | 333 | 131 | 0 | 0 | 73 | 144 | 16 | 30 | 144 | 53 |
| Binary | 11011011 | 1011001 | 0 | 0 | 111011 | 1100100 | 1110 | 11000 | 1100100 | 101011 |
Color Harmonies of #DB5900
Complementary color
Monochromatic Colors of #DB5900
Black with #DB5900
Text Example
Text Example
White with #DB5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5900; }
p { color: rgb(219,89,0); }
H1.HeaderClassName
{
color: #DB5900;
}
.AnyTagClassName
{
color: #DB5900;
}
</style>
background-color css
<style>
a { background-color: #DB5900; }
a { background-color: rgb(219,89,0); }
div.DivClassName
{
background-color: #DB5900;
}
.BgClassName
{
background-color: #DB5900;
}
</style>
border-color css
<style>
span { border-color: #DB5900; }
span { border-color: rgb(219,89,0); }
td.TdClassName
{
border-color: #DB5900;
}
.TagClassName
{
border-color: #DB5900;
}
</style>