Shades of Tenne (Tawny) #D8540E
Tints of Tenne (Tawny) #D8540E
RGB
CMYK
RGB Variations
Color information
#D8540E (or 0xD8540E) is known color: Tenne (Tawny). HEX triplet: D8, 54 and 0E. RGB value is (216,84,14). Sum of RGB (Red+Green+Blue) = 216+84+14=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8540E is #27ABF1. Grayscale: #737373. Windows color (decimal): -2599922 or 939224. OLE color: 939224.
HSL color Cylindrical-coordinate representation of color #D8540E: hue angle of 20.79º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8540E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.15 |
| HSL | 20.79º | 0.88% | 0.45% | - |
| HSV(B) | 20.79º | 0.94% | 0.85% | - |
| XYZ | 31.57 | 20.97 | 2.8 | - |
| YUV | 115.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 14 | 0 | 0.61 | 0.94 | 0.15 | 20.79 | 0.88 | 0.45 |
| Hex | D8 | 54 | E | 0 | 3D | 5E | F | 15 | 58 | 2D |
| Octal | 330 | 124 | 16 | 0 | 75 | 136 | 17 | 25 | 130 | 55 |
| Binary | 11011000 | 1010100 | 1110 | 0 | 111101 | 1011110 | 1111 | 10101 | 1011000 | 101101 |
Color Harmonies of #D8540E
Complementary color
Monochromatic Colors of #D8540E
Black with #D8540E
Text Example
Text Example
White with #D8540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8540E; }
p { color: rgb(216,84,14); }
H1.HeaderClassName
{
color: #D8540E;
}
.AnyTagClassName
{
color: #D8540E;
}
</style>
background-color css
<style>
a { background-color: #D8540E; }
a { background-color: rgb(216,84,14); }
div.DivClassName
{
background-color: #D8540E;
}
.BgClassName
{
background-color: #D8540E;
}
</style>
border-color css
<style>
span { border-color: #D8540E; }
span { border-color: rgb(216,84,14); }
td.TdClassName
{
border-color: #D8540E;
}
.TagClassName
{
border-color: #D8540E;
}
</style>