Shades of Tenne (Tawny) #D85F08
Tints of Tenne (Tawny) #D85F08
RGB
CMYK
RGB Variations
Color information
#D85F08 (or 0xD85F08) is known color: Tenne (Tawny). HEX triplet: D8, 5F and 08. RGB value is (216,95,8). Sum of RGB (Red+Green+Blue) = 216+95+8=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F08 is #27A0F7. Grayscale: #797979. Windows color (decimal): -2597112 or 548824. OLE color: 548824.
HSL color Cylindrical-coordinate representation of color #D85F08: hue angle of 25.1º 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 #D85F08 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.15 |
| HSL | 25.1º | 0.93% | 0.44% | - |
| HSV(B) | 25.1º | 0.96% | 0.85% | - |
| XYZ | 32.45 | 22.8 | 2.92 | - |
| YUV | 121.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 8 | 0 | 0.56 | 0.96 | 0.15 | 25.1 | 0.93 | 0.44 |
| Hex | D8 | 5F | 8 | 0 | 38 | 60 | F | 19 | 5D | 2C |
| Octal | 330 | 137 | 10 | 0 | 70 | 140 | 17 | 31 | 135 | 54 |
| Binary | 11011000 | 1011111 | 1000 | 0 | 111000 | 1100000 | 1111 | 11001 | 1011101 | 101100 |
Color Harmonies of #D85F08
Complementary color
Monochromatic Colors of #D85F08
Black with #D85F08
Text Example
Text Example
White with #D85F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F08; }
p { color: rgb(216,95,8); }
H1.HeaderClassName
{
color: #D85F08;
}
.AnyTagClassName
{
color: #D85F08;
}
</style>
background-color css
<style>
a { background-color: #D85F08; }
a { background-color: rgb(216,95,8); }
div.DivClassName
{
background-color: #D85F08;
}
.BgClassName
{
background-color: #D85F08;
}
</style>
border-color css
<style>
span { border-color: #D85F08; }
span { border-color: rgb(216,95,8); }
td.TdClassName
{
border-color: #D85F08;
}
.TagClassName
{
border-color: #D85F08;
}
</style>