Shades of Tenne (Tawny) #D95110
Tints of Tenne (Tawny) #D95110
RGB
CMYK
RGB Variations
Color information
#D95110 (or 0xD95110) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 10. RGB value is (217,81,16). Sum of RGB (Red+Green+Blue) = 217+81+16=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D95110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95110 is #26AEEF. Grayscale: #727272. Windows color (decimal): -2535152 or 1069529. OLE color: 1069529.
HSL color Cylindrical-coordinate representation of color #D95110: hue angle of 19.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D95110 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.15 |
| HSL | 19.4º | 0.86% | 0.46% | - |
| HSV(B) | 19.4º | 0.93% | 0.85% | - |
| XYZ | 31.65 | 20.67 | 2.81 | - |
| YUV | 114.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 16 | 0 | 0.63 | 0.93 | 0.15 | 19.4 | 0.86 | 0.46 |
| Hex | D9 | 51 | 10 | 0 | 3F | 5D | F | 13 | 56 | 2E |
| Octal | 331 | 121 | 20 | 0 | 77 | 135 | 17 | 23 | 126 | 56 |
| Binary | 11011001 | 1010001 | 10000 | 0 | 111111 | 1011101 | 1111 | 10011 | 1010110 | 101110 |
Color Harmonies of #D95110
Complementary color
Monochromatic Colors of #D95110
Black with #D95110
Text Example
Text Example
White with #D95110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95110; }
p { color: rgb(217,81,16); }
H1.HeaderClassName
{
color: #D95110;
}
.AnyTagClassName
{
color: #D95110;
}
</style>
background-color css
<style>
a { background-color: #D95110; }
a { background-color: rgb(217,81,16); }
div.DivClassName
{
background-color: #D95110;
}
.BgClassName
{
background-color: #D95110;
}
</style>
border-color css
<style>
span { border-color: #D95110; }
span { border-color: rgb(217,81,16); }
td.TdClassName
{
border-color: #D95110;
}
.TagClassName
{
border-color: #D95110;
}
</style>