Shades of Tenne (Tawny) #D85211
Tints of Tenne (Tawny) #D85211
RGB
CMYK
RGB Variations
Color information
#D85211 (or 0xD85211) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 11. RGB value is (216,82,17). Sum of RGB (Red+Green+Blue) = 216+82+17=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D85211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85211 is #27ADEE. Grayscale: #737373. Windows color (decimal): -2600431 or 1135320. OLE color: 1135320.
HSL color Cylindrical-coordinate representation of color #D85211: hue angle of 19.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D85211 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.15 |
| HSL | 19.6º | 0.85% | 0.46% | - |
| HSV(B) | 19.6º | 0.92% | 0.85% | - |
| XYZ | 31.44 | 20.67 | 2.86 | - |
| YUV | 114.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 17 | 0 | 0.62 | 0.92 | 0.15 | 19.6 | 0.85 | 0.46 |
| Hex | D8 | 52 | 11 | 0 | 3E | 5C | F | 14 | 55 | 2E |
| Octal | 330 | 122 | 21 | 0 | 76 | 134 | 17 | 24 | 125 | 56 |
| Binary | 11011000 | 1010010 | 10001 | 0 | 111110 | 1011100 | 1111 | 10100 | 1010101 | 101110 |
Color Harmonies of #D85211
Complementary color
Monochromatic Colors of #D85211
Black with #D85211
Text Example
Text Example
White with #D85211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85211; }
p { color: rgb(216,82,17); }
H1.HeaderClassName
{
color: #D85211;
}
.AnyTagClassName
{
color: #D85211;
}
</style>
background-color css
<style>
a { background-color: #D85211; }
a { background-color: rgb(216,82,17); }
div.DivClassName
{
background-color: #D85211;
}
.BgClassName
{
background-color: #D85211;
}
</style>
border-color css
<style>
span { border-color: #D85211; }
span { border-color: rgb(216,82,17); }
td.TdClassName
{
border-color: #D85211;
}
.TagClassName
{
border-color: #D85211;
}
</style>