Shades of Tenne (Tawny) #D85110
Tints of Tenne (Tawny) #D85110
RGB
CMYK
RGB Variations
Color information
#D85110 (or 0xD85110) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 10. RGB value is (216,81,16). Sum of RGB (Red+Green+Blue) = 216+81+16=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D85110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85110 is #27AEEF. Grayscale: #727272. Windows color (decimal): -2600688 or 1069528. OLE color: 1069528.
HSL color Cylindrical-coordinate representation of color #D85110: hue angle of 19.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D85110 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.15 |
| HSL | 19.5º | 0.86% | 0.45% | - |
| HSV(B) | 19.5º | 0.93% | 0.85% | - |
| XYZ | 31.35 | 20.52 | 2.8 | - |
| YUV | 113.96 | 72.73 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 16 | 0 | 0.62 | 0.93 | 0.15 | 19.5 | 0.86 | 0.45 |
| Hex | D8 | 51 | 10 | 0 | 3E | 5D | F | 14 | 56 | 2D |
| Octal | 330 | 121 | 20 | 0 | 76 | 135 | 17 | 24 | 126 | 55 |
| Binary | 11011000 | 1010001 | 10000 | 0 | 111110 | 1011101 | 1111 | 10100 | 1010110 | 101101 |
Color Harmonies of #D85110
Complementary color
Monochromatic Colors of #D85110
Black with #D85110
Text Example
Text Example
White with #D85110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85110; }
p { color: rgb(216,81,16); }
H1.HeaderClassName
{
color: #D85110;
}
.AnyTagClassName
{
color: #D85110;
}
</style>
background-color css
<style>
a { background-color: #D85110; }
a { background-color: rgb(216,81,16); }
div.DivClassName
{
background-color: #D85110;
}
.BgClassName
{
background-color: #D85110;
}
</style>
border-color css
<style>
span { border-color: #D85110; }
span { border-color: rgb(216,81,16); }
td.TdClassName
{
border-color: #D85110;
}
.TagClassName
{
border-color: #D85110;
}
</style>