Shades of Tenne (Tawny) #D16500
Tints of Tenne (Tawny) #D16500
RGB
CMYK
RGB Variations
Color information
#D16500 (or 0xD16500) is known color: Tenne (Tawny). HEX triplet: D1, 65 and 00. RGB value is (209,101,0). Sum of RGB (Red+Green+Blue) = 209+101+0=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D16500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16500 is #2E9AFF. Grayscale: #7A7A7A. Windows color (decimal): -3054336 or 26065. OLE color: 26065.
HSL color Cylindrical-coordinate representation of color #D16500: hue angle of 29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D16500 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.18 |
| HSL | 29º | 1% | 0.41% | - |
| HSV(B) | 29º | 1% | 0.82% | - |
| XYZ | 30.95 | 22.86 | 2.78 | - |
| YUV | 121.78 | 59.28 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 0 | 0 | 0.52 | 1 | 0.18 | 29 | 1 | 0.41 |
| Hex | D1 | 65 | 0 | 0 | 34 | 64 | 12 | 1D | 64 | 29 |
| Octal | 321 | 145 | 0 | 0 | 64 | 144 | 22 | 35 | 144 | 51 |
| Binary | 11010001 | 1100101 | 0 | 0 | 110100 | 1100100 | 10010 | 11101 | 1100100 | 101001 |
Color Harmonies of #D16500
Complementary color
Monochromatic Colors of #D16500
Black with #D16500
Text Example
Text Example
White with #D16500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16500; }
p { color: rgb(209,101,0); }
H1.HeaderClassName
{
color: #D16500;
}
.AnyTagClassName
{
color: #D16500;
}
</style>
background-color css
<style>
a { background-color: #D16500; }
a { background-color: rgb(209,101,0); }
div.DivClassName
{
background-color: #D16500;
}
.BgClassName
{
background-color: #D16500;
}
</style>
border-color css
<style>
span { border-color: #D16500; }
span { border-color: rgb(209,101,0); }
td.TdClassName
{
border-color: #D16500;
}
.TagClassName
{
border-color: #D16500;
}
</style>