Shades of Tenne (Tawny) #D16205
Tints of Tenne (Tawny) #D16205
RGB
CMYK
RGB Variations
Color information
#D16205 (or 0xD16205) is known color: Tenne (Tawny). HEX triplet: D1, 62 and 05. RGB value is (209,98,5). Sum of RGB (Red+Green+Blue) = 209+98+5=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D16205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16205 is #2E9DFA. Grayscale: #797979. Windows color (decimal): -3055099 or 352977. OLE color: 352977.
HSL color Cylindrical-coordinate representation of color #D16205: hue angle of 27.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D16205 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.18 |
| HSL | 27.35º | 0.95% | 0.42% | - |
| HSV(B) | 27.35º | 0.98% | 0.82% | - |
| XYZ | 30.69 | 22.3 | 2.83 | - |
| YUV | 120.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 5 | 0 | 0.53 | 0.98 | 0.18 | 27.35 | 0.95 | 0.42 |
| Hex | D1 | 62 | 5 | 0 | 35 | 62 | 12 | 1B | 5F | 2A |
| Octal | 321 | 142 | 5 | 0 | 65 | 142 | 22 | 33 | 137 | 52 |
| Binary | 11010001 | 1100010 | 101 | 0 | 110101 | 1100010 | 10010 | 11011 | 1011111 | 101010 |
Color Harmonies of #D16205
Complementary color
Monochromatic Colors of #D16205
Black with #D16205
Text Example
Text Example
White with #D16205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16205; }
p { color: rgb(209,98,5); }
H1.HeaderClassName
{
color: #D16205;
}
.AnyTagClassName
{
color: #D16205;
}
</style>
background-color css
<style>
a { background-color: #D16205; }
a { background-color: rgb(209,98,5); }
div.DivClassName
{
background-color: #D16205;
}
.BgClassName
{
background-color: #D16205;
}
</style>
border-color css
<style>
span { border-color: #D16205; }
span { border-color: rgb(209,98,5); }
td.TdClassName
{
border-color: #D16205;
}
.TagClassName
{
border-color: #D16205;
}
</style>