Shades of Tenne (Tawny) #D36800
Tints of Tenne (Tawny) #D36800
RGB
CMYK
RGB Variations
Color information
#D36800 (or 0xD36800) is known color: Tenne (Tawny). HEX triplet: D3, 68 and 00. RGB value is (211,104,0). Sum of RGB (Red+Green+Blue) = 211+104+0=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D36800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36800 is #2C97FF. Grayscale: #7C7C7C. Windows color (decimal): -2922496 or 26835. OLE color: 26835.
HSL color Cylindrical-coordinate representation of color #D36800: hue angle of 29.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D36800 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.17 |
| HSL | 29.57º | 1% | 0.41% | - |
| HSV(B) | 29.57º | 1% | 0.83% | - |
| XYZ | 31.81 | 23.75 | 2.91 | - |
| YUV | 124.14 | 57.95 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 0 | 0 | 0.51 | 1 | 0.17 | 29.57 | 1 | 0.41 |
| Hex | D3 | 68 | 0 | 0 | 33 | 64 | 11 | 1E | 64 | 29 |
| Octal | 323 | 150 | 0 | 0 | 63 | 144 | 21 | 36 | 144 | 51 |
| Binary | 11010011 | 1101000 | 0 | 0 | 110011 | 1100100 | 10001 | 11110 | 1100100 | 101001 |
Color Harmonies of #D36800
Complementary color
Monochromatic Colors of #D36800
Black with #D36800
Text Example
Text Example
White with #D36800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36800; }
p { color: rgb(211,104,0); }
H1.HeaderClassName
{
color: #D36800;
}
.AnyTagClassName
{
color: #D36800;
}
</style>
background-color css
<style>
a { background-color: #D36800; }
a { background-color: rgb(211,104,0); }
div.DivClassName
{
background-color: #D36800;
}
.BgClassName
{
background-color: #D36800;
}
</style>
border-color css
<style>
span { border-color: #D36800; }
span { border-color: rgb(211,104,0); }
td.TdClassName
{
border-color: #D36800;
}
.TagClassName
{
border-color: #D36800;
}
</style>