Shades of Tenne (Tawny) #DB5412
Tints of Tenne (Tawny) #DB5412
RGB
CMYK
RGB Variations
Color information
#DB5412 (or 0xDB5412) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 12. RGB value is (219,84,18). Sum of RGB (Red+Green+Blue) = 219+84+18=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5412 is #24ABED. Grayscale: #757575. Windows color (decimal): -2403310 or 1201371. OLE color: 1201371.
HSL color Cylindrical-coordinate representation of color #DB5412: hue angle of 19.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB5412 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 18 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.14 |
| HSL | 19.7º | 0.85% | 0.46% | - |
| HSV(B) | 19.7º | 0.92% | 0.86% | - |
| XYZ | 32.49 | 21.44 | 3 | - |
| YUV | 116.84 | 72.23 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 18 | 0 | 0.62 | 0.92 | 0.14 | 19.7 | 0.85 | 0.46 |
| Hex | DB | 54 | 12 | 0 | 3E | 5C | E | 14 | 55 | 2E |
| Octal | 333 | 124 | 22 | 0 | 76 | 134 | 16 | 24 | 125 | 56 |
| Binary | 11011011 | 1010100 | 10010 | 0 | 111110 | 1011100 | 1110 | 10100 | 1010101 | 101110 |
Color Harmonies of #DB5412
Complementary color
Monochromatic Colors of #DB5412
Black with #DB5412
Text Example
Text Example
White with #DB5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5412; }
p { color: rgb(219,84,18); }
H1.HeaderClassName
{
color: #DB5412;
}
.AnyTagClassName
{
color: #DB5412;
}
</style>
background-color css
<style>
a { background-color: #DB5412; }
a { background-color: rgb(219,84,18); }
div.DivClassName
{
background-color: #DB5412;
}
.BgClassName
{
background-color: #DB5412;
}
</style>
border-color css
<style>
span { border-color: #DB5412; }
span { border-color: rgb(219,84,18); }
td.TdClassName
{
border-color: #DB5412;
}
.TagClassName
{
border-color: #DB5412;
}
</style>