Shades of Tenne (Tawny) #D5540E
Tints of Tenne (Tawny) #D5540E
RGB
CMYK
RGB Variations
Color information
#D5540E (or 0xD5540E) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 0E. RGB value is (213,84,14). Sum of RGB (Red+Green+Blue) = 213+84+14=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5540E is #2AABF1. Grayscale: #737373. Windows color (decimal): -2796530 or 939221. OLE color: 939221.
HSL color Cylindrical-coordinate representation of color #D5540E: hue angle of 21.11º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5540E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.16 |
| HSL | 21.11º | 0.88% | 0.45% | - |
| HSV(B) | 21.11º | 0.93% | 0.84% | - |
| XYZ | 30.69 | 20.52 | 2.76 | - |
| YUV | 114.59 | 71.24 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 14 | 0 | 0.61 | 0.93 | 0.16 | 21.11 | 0.88 | 0.45 |
| Hex | D5 | 54 | E | 0 | 3D | 5D | 10 | 15 | 58 | 2D |
| Octal | 325 | 124 | 16 | 0 | 75 | 135 | 20 | 25 | 130 | 55 |
| Binary | 11010101 | 1010100 | 1110 | 0 | 111101 | 1011101 | 10000 | 10101 | 1011000 | 101101 |
Color Harmonies of #D5540E
Complementary color
Monochromatic Colors of #D5540E
Black with #D5540E
Text Example
Text Example
White with #D5540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5540E; }
p { color: rgb(213,84,14); }
H1.HeaderClassName
{
color: #D5540E;
}
.AnyTagClassName
{
color: #D5540E;
}
</style>
background-color css
<style>
a { background-color: #D5540E; }
a { background-color: rgb(213,84,14); }
div.DivClassName
{
background-color: #D5540E;
}
.BgClassName
{
background-color: #D5540E;
}
</style>
border-color css
<style>
span { border-color: #D5540E; }
span { border-color: rgb(213,84,14); }
td.TdClassName
{
border-color: #D5540E;
}
.TagClassName
{
border-color: #D5540E;
}
</style>