Shades of Tenne (Tawny) #D16A03
Tints of Tenne (Tawny) #D16A03
RGB
CMYK
RGB Variations
Color information
#D16A03 (or 0xD16A03) is known color: Tenne (Tawny). HEX triplet: D1, 6A and 03. RGB value is (209,106,3). Sum of RGB (Red+Green+Blue) = 209+106+3=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16A03 is #2E95FC. Grayscale: #7D7D7D. Windows color (decimal): -3053053 or 223953. OLE color: 223953.
HSL color Cylindrical-coordinate representation of color #D16A03: hue angle of 30º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D16A03 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.18 |
| HSL | 30º | 0.97% | 0.42% | - |
| HSV(B) | 30º | 0.99% | 0.82% | - |
| XYZ | 31.46 | 23.87 | 3.04 | - |
| YUV | 125.06 | 59.12 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 3 | 0 | 0.49 | 0.99 | 0.18 | 30 | 0.97 | 0.42 |
| Hex | D1 | 6A | 3 | 0 | 31 | 63 | 12 | 1E | 61 | 2A |
| Octal | 321 | 152 | 3 | 0 | 61 | 143 | 22 | 36 | 141 | 52 |
| Binary | 11010001 | 1101010 | 11 | 0 | 110001 | 1100011 | 10010 | 11110 | 1100001 | 101010 |
Color Harmonies of #D16A03
Complementary color
Monochromatic Colors of #D16A03
Black with #D16A03
Text Example
Text Example
White with #D16A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A03; }
p { color: rgb(209,106,3); }
H1.HeaderClassName
{
color: #D16A03;
}
.AnyTagClassName
{
color: #D16A03;
}
</style>
background-color css
<style>
a { background-color: #D16A03; }
a { background-color: rgb(209,106,3); }
div.DivClassName
{
background-color: #D16A03;
}
.BgClassName
{
background-color: #D16A03;
}
</style>
border-color css
<style>
span { border-color: #D16A03; }
span { border-color: rgb(209,106,3); }
td.TdClassName
{
border-color: #D16A03;
}
.TagClassName
{
border-color: #D16A03;
}
</style>