Shades of Tenne (Tawny) #D85E08
Tints of Tenne (Tawny) #D85E08
RGB
CMYK
RGB Variations
Color information
#D85E08 (or 0xD85E08) is known color: Tenne (Tawny). HEX triplet: D8, 5E and 08. RGB value is (216,94,8). Sum of RGB (Red+Green+Blue) = 216+94+8=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E08 is #27A1F7. Grayscale: #797979. Windows color (decimal): -2597368 or 548568. OLE color: 548568.
HSL color Cylindrical-coordinate representation of color #D85E08: hue angle of 24.81º 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 #D85E08 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.15 |
| HSL | 24.81º | 0.93% | 0.44% | - |
| HSV(B) | 24.81º | 0.96% | 0.85% | - |
| XYZ | 32.37 | 22.62 | 2.89 | - |
| YUV | 120.67 | 64.42 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 8 | 0 | 0.56 | 0.96 | 0.15 | 24.81 | 0.93 | 0.44 |
| Hex | D8 | 5E | 8 | 0 | 38 | 60 | F | 19 | 5D | 2C |
| Octal | 330 | 136 | 10 | 0 | 70 | 140 | 17 | 31 | 135 | 54 |
| Binary | 11011000 | 1011110 | 1000 | 0 | 111000 | 1100000 | 1111 | 11001 | 1011101 | 101100 |
Color Harmonies of #D85E08
Complementary color
Monochromatic Colors of #D85E08
Black with #D85E08
Text Example
Text Example
White with #D85E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E08; }
p { color: rgb(216,94,8); }
H1.HeaderClassName
{
color: #D85E08;
}
.AnyTagClassName
{
color: #D85E08;
}
</style>
background-color css
<style>
a { background-color: #D85E08; }
a { background-color: rgb(216,94,8); }
div.DivClassName
{
background-color: #D85E08;
}
.BgClassName
{
background-color: #D85E08;
}
</style>
border-color css
<style>
span { border-color: #D85E08; }
span { border-color: rgb(216,94,8); }
td.TdClassName
{
border-color: #D85E08;
}
.TagClassName
{
border-color: #D85E08;
}
</style>