Shades of Tenne (Tawny) #D85908
Tints of Tenne (Tawny) #D85908
RGB
CMYK
RGB Variations
Color information
#D85908 (or 0xD85908) is known color: Tenne (Tawny). HEX triplet: D8, 59 and 08. RGB value is (216,89,8). Sum of RGB (Red+Green+Blue) = 216+89+8=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D85908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85908 is #27A6F7. Grayscale: #767676. Windows color (decimal): -2598648 or 547288. OLE color: 547288.
HSL color Cylindrical-coordinate representation of color #D85908: hue angle of 23.37º 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 #D85908 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.15 |
| HSL | 23.37º | 0.93% | 0.44% | - |
| HSV(B) | 23.37º | 0.96% | 0.85% | - |
| XYZ | 31.94 | 21.76 | 2.75 | - |
| YUV | 117.74 | 66.08 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 8 | 0 | 0.59 | 0.96 | 0.15 | 23.37 | 0.93 | 0.44 |
| Hex | D8 | 59 | 8 | 0 | 3B | 60 | F | 17 | 5D | 2C |
| Octal | 330 | 131 | 10 | 0 | 73 | 140 | 17 | 27 | 135 | 54 |
| Binary | 11011000 | 1011001 | 1000 | 0 | 111011 | 1100000 | 1111 | 10111 | 1011101 | 101100 |
Color Harmonies of #D85908
Complementary color
Monochromatic Colors of #D85908
Black with #D85908
Text Example
Text Example
White with #D85908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85908; }
p { color: rgb(216,89,8); }
H1.HeaderClassName
{
color: #D85908;
}
.AnyTagClassName
{
color: #D85908;
}
</style>
background-color css
<style>
a { background-color: #D85908; }
a { background-color: rgb(216,89,8); }
div.DivClassName
{
background-color: #D85908;
}
.BgClassName
{
background-color: #D85908;
}
</style>
border-color css
<style>
span { border-color: #D85908; }
span { border-color: rgb(216,89,8); }
td.TdClassName
{
border-color: #D85908;
}
.TagClassName
{
border-color: #D85908;
}
</style>