Shades of Tenne (Tawny) #D16404
Tints of Tenne (Tawny) #D16404
RGB
CMYK
RGB Variations
Color information
#D16404 (or 0xD16404) is known color: Tenne (Tawny). HEX triplet: D1, 64 and 04. RGB value is (209,100,4). Sum of RGB (Red+Green+Blue) = 209+100+4=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D16404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16404 is #2E9BFB. Grayscale: #7A7A7A. Windows color (decimal): -3054588 or 287953. OLE color: 287953.
HSL color Cylindrical-coordinate representation of color #D16404: hue angle of 28.1º degrees, saturation: 0.96, 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 #D16404 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.18 |
| HSL | 28.1º | 0.96% | 0.42% | - |
| HSV(B) | 28.1º | 0.98% | 0.82% | - |
| XYZ | 30.87 | 22.68 | 2.87 | - |
| YUV | 121.65 | 61.61 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 4 | 0 | 0.52 | 0.98 | 0.18 | 28.1 | 0.96 | 0.42 |
| Hex | D1 | 64 | 4 | 0 | 34 | 62 | 12 | 1C | 60 | 2A |
| Octal | 321 | 144 | 4 | 0 | 64 | 142 | 22 | 34 | 140 | 52 |
| Binary | 11010001 | 1100100 | 100 | 0 | 110100 | 1100010 | 10010 | 11100 | 1100000 | 101010 |
Color Harmonies of #D16404
Complementary color
Monochromatic Colors of #D16404
Black with #D16404
Text Example
Text Example
White with #D16404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16404; }
p { color: rgb(209,100,4); }
H1.HeaderClassName
{
color: #D16404;
}
.AnyTagClassName
{
color: #D16404;
}
</style>
background-color css
<style>
a { background-color: #D16404; }
a { background-color: rgb(209,100,4); }
div.DivClassName
{
background-color: #D16404;
}
.BgClassName
{
background-color: #D16404;
}
</style>
border-color css
<style>
span { border-color: #D16404; }
span { border-color: rgb(209,100,4); }
td.TdClassName
{
border-color: #D16404;
}
.TagClassName
{
border-color: #D16404;
}
</style>