Shades of Tenne (Tawny) #D16301
Tints of Tenne (Tawny) #D16301
RGB
CMYK
RGB Variations
Color information
#D16301 (or 0xD16301) is known color: Tenne (Tawny). HEX triplet: D1, 63 and 01. RGB value is (209,99,1). Sum of RGB (Red+Green+Blue) = 209+99+1=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D16301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16301 is #2E9CFE. Grayscale: #797979. Windows color (decimal): -3054847 or 91089. OLE color: 91089.
HSL color Cylindrical-coordinate representation of color #D16301: hue angle of 28.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D16301 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.18 |
| HSL | 28.27º | 0.99% | 0.41% | - |
| HSV(B) | 28.27º | 1% | 0.82% | - |
| XYZ | 30.76 | 22.48 | 2.75 | - |
| YUV | 120.72 | 60.44 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 1 | 0 | 0.53 | 1.00 | 0.18 | 28.27 | 0.99 | 0.41 |
| Hex | D1 | 63 | 1 | 0 | 35 | 64 | 12 | 1C | 63 | 29 |
| Octal | 321 | 143 | 1 | 0 | 65 | 144 | 22 | 34 | 143 | 51 |
| Binary | 11010001 | 1100011 | 1 | 0 | 110101 | 1100100 | 10010 | 11100 | 1100011 | 101001 |
Color Harmonies of #D16301
Complementary color
Monochromatic Colors of #D16301
Black with #D16301
Text Example
Text Example
White with #D16301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16301; }
p { color: rgb(209,99,1); }
H1.HeaderClassName
{
color: #D16301;
}
.AnyTagClassName
{
color: #D16301;
}
</style>
background-color css
<style>
a { background-color: #D16301; }
a { background-color: rgb(209,99,1); }
div.DivClassName
{
background-color: #D16301;
}
.BgClassName
{
background-color: #D16301;
}
</style>
border-color css
<style>
span { border-color: #D16301; }
span { border-color: rgb(209,99,1); }
td.TdClassName
{
border-color: #D16301;
}
.TagClassName
{
border-color: #D16301;
}
</style>