Shades of Tenne (Tawny) #D36701
Tints of Tenne (Tawny) #D36701
RGB
CMYK
RGB Variations
Color information
#D36701 (or 0xD36701) is known color: Tenne (Tawny). HEX triplet: D3, 67 and 01. RGB value is (211,103,1). Sum of RGB (Red+Green+Blue) = 211+103+1=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D36701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36701 is #2C98FE. Grayscale: #7C7C7C. Windows color (decimal): -2922751 or 92115. OLE color: 92115.
HSL color Cylindrical-coordinate representation of color #D36701: hue angle of 29.14º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D36701 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.17 |
| HSL | 29.14º | 0.99% | 0.42% | - |
| HSV(B) | 29.14º | 1% | 0.83% | - |
| XYZ | 31.72 | 23.55 | 2.9 | - |
| YUV | 123.66 | 58.78 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 1 | 0 | 0.51 | 1.00 | 0.17 | 29.14 | 0.99 | 0.42 |
| Hex | D3 | 67 | 1 | 0 | 33 | 64 | 11 | 1D | 63 | 2A |
| Octal | 323 | 147 | 1 | 0 | 63 | 144 | 21 | 35 | 143 | 52 |
| Binary | 11010011 | 1100111 | 1 | 0 | 110011 | 1100100 | 10001 | 11101 | 1100011 | 101010 |
Color Harmonies of #D36701
Complementary color
Monochromatic Colors of #D36701
Black with #D36701
Text Example
Text Example
White with #D36701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36701; }
p { color: rgb(211,103,1); }
H1.HeaderClassName
{
color: #D36701;
}
.AnyTagClassName
{
color: #D36701;
}
</style>
background-color css
<style>
a { background-color: #D36701; }
a { background-color: rgb(211,103,1); }
div.DivClassName
{
background-color: #D36701;
}
.BgClassName
{
background-color: #D36701;
}
</style>
border-color css
<style>
span { border-color: #D36701; }
span { border-color: rgb(211,103,1); }
td.TdClassName
{
border-color: #D36701;
}
.TagClassName
{
border-color: #D36701;
}
</style>