Shades of Tenne (Tawny) #D85111
Tints of Tenne (Tawny) #D85111
RGB
CMYK
RGB Variations
Color information
#D85111 (or 0xD85111) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 11. RGB value is (216,81,17). Sum of RGB (Red+Green+Blue) = 216+81+17=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D85111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85111 is #27AEEE. Grayscale: #727272. Windows color (decimal): -2600687 or 1135064. OLE color: 1135064.
HSL color Cylindrical-coordinate representation of color #D85111: hue angle of 19.3º 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 #D85111 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.15 |
| HSL | 19.3º | 0.85% | 0.46% | - |
| HSV(B) | 19.3º | 0.92% | 0.85% | - |
| XYZ | 31.36 | 20.52 | 2.84 | - |
| YUV | 114.07 | 73.23 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 17 | 0 | 0.62 | 0.92 | 0.15 | 19.3 | 0.85 | 0.46 |
| Hex | D8 | 51 | 11 | 0 | 3E | 5C | F | 13 | 55 | 2E |
| Octal | 330 | 121 | 21 | 0 | 76 | 134 | 17 | 23 | 125 | 56 |
| Binary | 11011000 | 1010001 | 10001 | 0 | 111110 | 1011100 | 1111 | 10011 | 1010101 | 101110 |
Color Harmonies of #D85111
Complementary color
Monochromatic Colors of #D85111
Black with #D85111
Text Example
Text Example
White with #D85111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85111; }
p { color: rgb(216,81,17); }
H1.HeaderClassName
{
color: #D85111;
}
.AnyTagClassName
{
color: #D85111;
}
</style>
background-color css
<style>
a { background-color: #D85111; }
a { background-color: rgb(216,81,17); }
div.DivClassName
{
background-color: #D85111;
}
.BgClassName
{
background-color: #D85111;
}
</style>
border-color css
<style>
span { border-color: #D85111; }
span { border-color: rgb(216,81,17); }
td.TdClassName
{
border-color: #D85111;
}
.TagClassName
{
border-color: #D85111;
}
</style>