Shades of Tenne (Tawny) #D16600
Tints of Tenne (Tawny) #D16600
RGB
CMYK
RGB Variations
Color information
#D16600 (or 0xD16600) is known color: Tenne (Tawny). HEX triplet: D1, 66 and 00. RGB value is (209,102,0). Sum of RGB (Red+Green+Blue) = 209+102+0=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D16600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16600 is #2E99FF. Grayscale: #7A7A7A. Windows color (decimal): -3054080 or 26321. OLE color: 26321.
HSL color Cylindrical-coordinate representation of color #D16600: hue angle of 29.28º 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 #D16600 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.18 |
| HSL | 29.28º | 1% | 0.41% | - |
| HSV(B) | 29.28º | 1% | 0.82% | - |
| XYZ | 31.05 | 23.06 | 2.81 | - |
| YUV | 122.37 | 58.95 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 0 | 0 | 0.51 | 1 | 0.18 | 29.28 | 1 | 0.41 |
| Hex | D1 | 66 | 0 | 0 | 33 | 64 | 12 | 1D | 64 | 29 |
| Octal | 321 | 146 | 0 | 0 | 63 | 144 | 22 | 35 | 144 | 51 |
| Binary | 11010001 | 1100110 | 0 | 0 | 110011 | 1100100 | 10010 | 11101 | 1100100 | 101001 |
Color Harmonies of #D16600
Complementary color
Monochromatic Colors of #D16600
Black with #D16600
Text Example
Text Example
White with #D16600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16600; }
p { color: rgb(209,102,0); }
H1.HeaderClassName
{
color: #D16600;
}
.AnyTagClassName
{
color: #D16600;
}
</style>
background-color css
<style>
a { background-color: #D16600; }
a { background-color: rgb(209,102,0); }
div.DivClassName
{
background-color: #D16600;
}
.BgClassName
{
background-color: #D16600;
}
</style>
border-color css
<style>
span { border-color: #D16600; }
span { border-color: rgb(209,102,0); }
td.TdClassName
{
border-color: #D16600;
}
.TagClassName
{
border-color: #D16600;
}
</style>