Shades of Tenne (Tawny) #D86405
Tints of Tenne (Tawny) #D86405
RGB
CMYK
RGB Variations
Color information
#D86405 (or 0xD86405) is known color: Tenne (Tawny). HEX triplet: D8, 64 and 05. RGB value is (216,100,5). Sum of RGB (Red+Green+Blue) = 216+100+5=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D86405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86405 is #279BFA. Grayscale: #7C7C7C. Windows color (decimal): -2595835 or 353496. OLE color: 353496.
HSL color Cylindrical-coordinate representation of color #D86405: hue angle of 27.01º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D86405 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.15 |
| HSL | 27.01º | 0.95% | 0.43% | - |
| HSV(B) | 27.01º | 0.98% | 0.85% | - |
| XYZ | 32.9 | 23.72 | 2.99 | - |
| YUV | 123.85 | 60.93 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 5 | 0 | 0.54 | 0.98 | 0.15 | 27.01 | 0.95 | 0.43 |
| Hex | D8 | 64 | 5 | 0 | 36 | 62 | F | 1B | 5F | 2B |
| Octal | 330 | 144 | 5 | 0 | 66 | 142 | 17 | 33 | 137 | 53 |
| Binary | 11011000 | 1100100 | 101 | 0 | 110110 | 1100010 | 1111 | 11011 | 1011111 | 101011 |
Color Harmonies of #D86405
Complementary color
Monochromatic Colors of #D86405
Black with #D86405
Text Example
Text Example
White with #D86405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86405; }
p { color: rgb(216,100,5); }
H1.HeaderClassName
{
color: #D86405;
}
.AnyTagClassName
{
color: #D86405;
}
</style>
background-color css
<style>
a { background-color: #D86405; }
a { background-color: rgb(216,100,5); }
div.DivClassName
{
background-color: #D86405;
}
.BgClassName
{
background-color: #D86405;
}
</style>
border-color css
<style>
span { border-color: #D86405; }
span { border-color: rgb(216,100,5); }
td.TdClassName
{
border-color: #D86405;
}
.TagClassName
{
border-color: #D86405;
}
</style>