Shades of Tenne (Tawny) #DB5408
Tints of Tenne (Tawny) #DB5408
RGB
CMYK
RGB Variations
Color information
#DB5408 (or 0xDB5408) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 08. RGB value is (219,84,8). Sum of RGB (Red+Green+Blue) = 219+84+8=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5408 is #24ABF7. Grayscale: #747474. Windows color (decimal): -2403320 or 546011. OLE color: 546011.
HSL color Cylindrical-coordinate representation of color #DB5408: hue angle of 21.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB5408 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.14 |
| HSL | 21.61º | 0.93% | 0.45% | - |
| HSV(B) | 21.61º | 0.96% | 0.86% | - |
| XYZ | 32.43 | 21.42 | 2.65 | - |
| YUV | 115.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 8 | 0 | 0.62 | 0.96 | 0.14 | 21.61 | 0.93 | 0.45 |
| Hex | DB | 54 | 8 | 0 | 3E | 60 | E | 16 | 5D | 2D |
| Octal | 333 | 124 | 10 | 0 | 76 | 140 | 16 | 26 | 135 | 55 |
| Binary | 11011011 | 1010100 | 1000 | 0 | 111110 | 1100000 | 1110 | 10110 | 1011101 | 101101 |
Color Harmonies of #DB5408
Complementary color
Monochromatic Colors of #DB5408
Black with #DB5408
Text Example
Text Example
White with #DB5408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5408; }
p { color: rgb(219,84,8); }
H1.HeaderClassName
{
color: #DB5408;
}
.AnyTagClassName
{
color: #DB5408;
}
</style>
background-color css
<style>
a { background-color: #DB5408; }
a { background-color: rgb(219,84,8); }
div.DivClassName
{
background-color: #DB5408;
}
.BgClassName
{
background-color: #DB5408;
}
</style>
border-color css
<style>
span { border-color: #DB5408; }
span { border-color: rgb(219,84,8); }
td.TdClassName
{
border-color: #DB5408;
}
.TagClassName
{
border-color: #DB5408;
}
</style>