Shades of Tenne (Tawny) #D16000
Tints of Tenne (Tawny) #D16000
RGB
CMYK
RGB Variations
Color information
#D16000 (or 0xD16000) is known color: Tenne (Tawny). HEX triplet: D1, 60 and 00. RGB value is (209,96,0). Sum of RGB (Red+Green+Blue) = 209+96+0=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D16000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16000 is #2E9FFF. Grayscale: #777777. Windows color (decimal): -3055616 or 24785. OLE color: 24785.
HSL color Cylindrical-coordinate representation of color #D16000: hue angle of 27.56º 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 #D16000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.18 |
| HSL | 27.56º | 1% | 0.41% | - |
| HSV(B) | 27.56º | 1% | 0.82% | - |
| XYZ | 30.48 | 21.92 | 2.62 | - |
| YUV | 118.84 | 60.94 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 0 | 0 | 0.54 | 1 | 0.18 | 27.56 | 1 | 0.41 |
| Hex | D1 | 60 | 0 | 0 | 36 | 64 | 12 | 1C | 64 | 29 |
| Octal | 321 | 140 | 0 | 0 | 66 | 144 | 22 | 34 | 144 | 51 |
| Binary | 11010001 | 1100000 | 0 | 0 | 110110 | 1100100 | 10010 | 11100 | 1100100 | 101001 |
Color Harmonies of #D16000
Complementary color
Monochromatic Colors of #D16000
Black with #D16000
Text Example
Text Example
White with #D16000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16000; }
p { color: rgb(209,96,0); }
H1.HeaderClassName
{
color: #D16000;
}
.AnyTagClassName
{
color: #D16000;
}
</style>
background-color css
<style>
a { background-color: #D16000; }
a { background-color: rgb(209,96,0); }
div.DivClassName
{
background-color: #D16000;
}
.BgClassName
{
background-color: #D16000;
}
</style>
border-color css
<style>
span { border-color: #D16000; }
span { border-color: rgb(209,96,0); }
td.TdClassName
{
border-color: #D16000;
}
.TagClassName
{
border-color: #D16000;
}
</style>