Shades of Tenne (Tawny) #D06808
Tints of Tenne (Tawny) #D06808
RGB
CMYK
RGB Variations
Color information
#D06808 (or 0xD06808) is known color: Tenne (Tawny). HEX triplet: D0, 68 and 08. RGB value is (208,104,8). Sum of RGB (Red+Green+Blue) = 208+104+8=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D06808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06808 is #2F97F7. Grayscale: #7C7C7C. Windows color (decimal): -3119096 or 551120. OLE color: 551120.
HSL color Cylindrical-coordinate representation of color #D06808: hue angle of 28.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D06808 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 8 | - |
| CMYK | 0 | 0.5 | 0.96 | 0.18 |
| HSL | 28.8º | 0.93% | 0.42% | - |
| HSV(B) | 28.8º | 0.96% | 0.82% | - |
| XYZ | 31.01 | 23.33 | 3.1 | - |
| YUV | 124.15 | 62.46 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 8 | 0 | 0.5 | 0.96 | 0.18 | 28.8 | 0.93 | 0.42 |
| Hex | D0 | 68 | 8 | 0 | 32 | 60 | 12 | 1D | 5D | 2A |
| Octal | 320 | 150 | 10 | 0 | 62 | 140 | 22 | 35 | 135 | 52 |
| Binary | 11010000 | 1101000 | 1000 | 0 | 110010 | 1100000 | 10010 | 11101 | 1011101 | 101010 |
Color Harmonies of #D06808
Complementary color
Monochromatic Colors of #D06808
Black with #D06808
Text Example
Text Example
White with #D06808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06808; }
p { color: rgb(208,104,8); }
H1.HeaderClassName
{
color: #D06808;
}
.AnyTagClassName
{
color: #D06808;
}
</style>
background-color css
<style>
a { background-color: #D06808; }
a { background-color: rgb(208,104,8); }
div.DivClassName
{
background-color: #D06808;
}
.BgClassName
{
background-color: #D06808;
}
</style>
border-color css
<style>
span { border-color: #D06808; }
span { border-color: rgb(208,104,8); }
td.TdClassName
{
border-color: #D06808;
}
.TagClassName
{
border-color: #D06808;
}
</style>