Shades of Tenne (Tawny) #D86408
Tints of Tenne (Tawny) #D86408
RGB
CMYK
RGB Variations
Color information
#D86408 (or 0xD86408) is known color: Tenne (Tawny). HEX triplet: D8, 64 and 08. RGB value is (216,100,8). Sum of RGB (Red+Green+Blue) = 216+100+8=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D86408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86408 is #279BF7. Grayscale: #7C7C7C. Windows color (decimal): -2595832 or 550104. OLE color: 550104.
HSL color Cylindrical-coordinate representation of color #D86408: hue angle of 26.54º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D86408 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.15 |
| HSL | 26.54º | 0.93% | 0.44% | - |
| HSV(B) | 26.54º | 0.96% | 0.85% | - |
| XYZ | 32.92 | 23.73 | 3.08 | - |
| YUV | 124.2 | 62.43 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 8 | 0 | 0.54 | 0.96 | 0.15 | 26.54 | 0.93 | 0.44 |
| Hex | D8 | 64 | 8 | 0 | 36 | 60 | F | 1B | 5D | 2C |
| Octal | 330 | 144 | 10 | 0 | 66 | 140 | 17 | 33 | 135 | 54 |
| Binary | 11011000 | 1100100 | 1000 | 0 | 110110 | 1100000 | 1111 | 11011 | 1011101 | 101100 |
Color Harmonies of #D86408
Complementary color
Monochromatic Colors of #D86408
Black with #D86408
Text Example
Text Example
White with #D86408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86408; }
p { color: rgb(216,100,8); }
H1.HeaderClassName
{
color: #D86408;
}
.AnyTagClassName
{
color: #D86408;
}
</style>
background-color css
<style>
a { background-color: #D86408; }
a { background-color: rgb(216,100,8); }
div.DivClassName
{
background-color: #D86408;
}
.BgClassName
{
background-color: #D86408;
}
</style>
border-color css
<style>
span { border-color: #D86408; }
span { border-color: rgb(216,100,8); }
td.TdClassName
{
border-color: #D86408;
}
.TagClassName
{
border-color: #D86408;
}
</style>