Shades of Tenne (Tawny) #D16602
Tints of Tenne (Tawny) #D16602
RGB
CMYK
RGB Variations
Color information
#D16602 (or 0xD16602) is known color: Tenne (Tawny). HEX triplet: D1, 66 and 02. RGB value is (209,102,2). Sum of RGB (Red+Green+Blue) = 209+102+2=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D16602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16602 is #2E99FD. Grayscale: #7B7B7B. Windows color (decimal): -3054078 or 157393. OLE color: 157393.
HSL color Cylindrical-coordinate representation of color #D16602: hue angle of 28.99º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D16602 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.18 |
| HSL | 28.99º | 0.98% | 0.41% | - |
| HSV(B) | 28.99º | 0.99% | 0.82% | - |
| XYZ | 31.06 | 23.06 | 2.87 | - |
| YUV | 122.59 | 59.95 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 2 | 0 | 0.51 | 0.99 | 0.18 | 28.99 | 0.98 | 0.41 |
| Hex | D1 | 66 | 2 | 0 | 33 | 63 | 12 | 1D | 62 | 29 |
| Octal | 321 | 146 | 2 | 0 | 63 | 143 | 22 | 35 | 142 | 51 |
| Binary | 11010001 | 1100110 | 10 | 0 | 110011 | 1100011 | 10010 | 11101 | 1100010 | 101001 |
Color Harmonies of #D16602
Complementary color
Monochromatic Colors of #D16602
Black with #D16602
Text Example
Text Example
White with #D16602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16602; }
p { color: rgb(209,102,2); }
H1.HeaderClassName
{
color: #D16602;
}
.AnyTagClassName
{
color: #D16602;
}
</style>
background-color css
<style>
a { background-color: #D16602; }
a { background-color: rgb(209,102,2); }
div.DivClassName
{
background-color: #D16602;
}
.BgClassName
{
background-color: #D16602;
}
</style>
border-color css
<style>
span { border-color: #D16602; }
span { border-color: rgb(209,102,2); }
td.TdClassName
{
border-color: #D16602;
}
.TagClassName
{
border-color: #D16602;
}
</style>