Shades of Tenne (Tawny) #D85A09
Tints of Tenne (Tawny) #D85A09
RGB
CMYK
RGB Variations
Color information
#D85A09 (or 0xD85A09) is known color: Tenne (Tawny). HEX triplet: D8, 5A and 09. RGB value is (216,90,9). Sum of RGB (Red+Green+Blue) = 216+90+9=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A09 is #27A5F6. Grayscale: #767676. Windows color (decimal): -2598391 or 613080. OLE color: 613080.
HSL color Cylindrical-coordinate representation of color #D85A09: hue angle of 23.48º 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 #D85A09 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.15 |
| HSL | 23.48º | 0.92% | 0.44% | - |
| HSV(B) | 23.48º | 0.96% | 0.85% | - |
| XYZ | 32.02 | 21.93 | 2.8 | - |
| YUV | 118.44 | 66.24 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 9 | 0 | 0.58 | 0.96 | 0.15 | 23.48 | 0.92 | 0.44 |
| Hex | D8 | 5A | 9 | 0 | 3A | 60 | F | 17 | 5C | 2C |
| Octal | 330 | 132 | 11 | 0 | 72 | 140 | 17 | 27 | 134 | 54 |
| Binary | 11011000 | 1011010 | 1001 | 0 | 111010 | 1100000 | 1111 | 10111 | 1011100 | 101100 |
Color Harmonies of #D85A09
Complementary color
Monochromatic Colors of #D85A09
Black with #D85A09
Text Example
Text Example
White with #D85A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A09; }
p { color: rgb(216,90,9); }
H1.HeaderClassName
{
color: #D85A09;
}
.AnyTagClassName
{
color: #D85A09;
}
</style>
background-color css
<style>
a { background-color: #D85A09; }
a { background-color: rgb(216,90,9); }
div.DivClassName
{
background-color: #D85A09;
}
.BgClassName
{
background-color: #D85A09;
}
</style>
border-color css
<style>
span { border-color: #D85A09; }
span { border-color: rgb(216,90,9); }
td.TdClassName
{
border-color: #D85A09;
}
.TagClassName
{
border-color: #D85A09;
}
</style>