Shades of Tenne (Tawny) #DB5410
Tints of Tenne (Tawny) #DB5410
RGB
CMYK
RGB Variations
Color information
#DB5410 (or 0xDB5410) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 10. RGB value is (219,84,16). Sum of RGB (Red+Green+Blue) = 219+84+16=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5410 is #24ABEF. Grayscale: #757575. Windows color (decimal): -2403312 or 1070299. OLE color: 1070299.
HSL color Cylindrical-coordinate representation of color #DB5410: hue angle of 20.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB5410 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.14 |
| HSL | 20.1º | 0.86% | 0.46% | - |
| HSV(B) | 20.1º | 0.93% | 0.86% | - |
| XYZ | 32.48 | 21.44 | 2.92 | - |
| YUV | 116.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 16 | 0 | 0.62 | 0.93 | 0.14 | 20.1 | 0.86 | 0.46 |
| Hex | DB | 54 | 10 | 0 | 3E | 5D | E | 14 | 56 | 2E |
| Octal | 333 | 124 | 20 | 0 | 76 | 135 | 16 | 24 | 126 | 56 |
| Binary | 11011011 | 1010100 | 10000 | 0 | 111110 | 1011101 | 1110 | 10100 | 1010110 | 101110 |
Color Harmonies of #DB5410
Complementary color
Monochromatic Colors of #DB5410
Black with #DB5410
Text Example
Text Example
White with #DB5410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5410; }
p { color: rgb(219,84,16); }
H1.HeaderClassName
{
color: #DB5410;
}
.AnyTagClassName
{
color: #DB5410;
}
</style>
background-color css
<style>
a { background-color: #DB5410; }
a { background-color: rgb(219,84,16); }
div.DivClassName
{
background-color: #DB5410;
}
.BgClassName
{
background-color: #DB5410;
}
</style>
border-color css
<style>
span { border-color: #DB5410; }
span { border-color: rgb(219,84,16); }
td.TdClassName
{
border-color: #DB5410;
}
.TagClassName
{
border-color: #DB5410;
}
</style>