Shades of Tenne (Tawny) #D85E09
Tints of Tenne (Tawny) #D85E09
RGB
CMYK
RGB Variations
Color information
#D85E09 (or 0xD85E09) is known color: Tenne (Tawny). HEX triplet: D8, 5E and 09. RGB value is (216,94,9). Sum of RGB (Red+Green+Blue) = 216+94+9=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E09 is #27A1F6. Grayscale: #797979. Windows color (decimal): -2597367 or 614104. OLE color: 614104.
HSL color Cylindrical-coordinate representation of color #D85E09: hue angle of 24.64º degrees, saturation: 0.92, 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 #D85E09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.15 |
| HSL | 24.64º | 0.92% | 0.44% | - |
| HSV(B) | 24.64º | 0.96% | 0.85% | - |
| XYZ | 32.37 | 22.62 | 2.92 | - |
| YUV | 120.79 | 64.92 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 9 | 0 | 0.56 | 0.96 | 0.15 | 24.64 | 0.92 | 0.44 |
| Hex | D8 | 5E | 9 | 0 | 38 | 60 | F | 19 | 5C | 2C |
| Octal | 330 | 136 | 11 | 0 | 70 | 140 | 17 | 31 | 134 | 54 |
| Binary | 11011000 | 1011110 | 1001 | 0 | 111000 | 1100000 | 1111 | 11001 | 1011100 | 101100 |
Color Harmonies of #D85E09
Complementary color
Monochromatic Colors of #D85E09
Black with #D85E09
Text Example
Text Example
White with #D85E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E09; }
p { color: rgb(216,94,9); }
H1.HeaderClassName
{
color: #D85E09;
}
.AnyTagClassName
{
color: #D85E09;
}
</style>
background-color css
<style>
a { background-color: #D85E09; }
a { background-color: rgb(216,94,9); }
div.DivClassName
{
background-color: #D85E09;
}
.BgClassName
{
background-color: #D85E09;
}
</style>
border-color css
<style>
span { border-color: #D85E09; }
span { border-color: rgb(216,94,9); }
td.TdClassName
{
border-color: #D85E09;
}
.TagClassName
{
border-color: #D85E09;
}
</style>