Shades of Tenne (Tawny) #D85A08
Tints of Tenne (Tawny) #D85A08
RGB
CMYK
RGB Variations
Color information
#D85A08 (or 0xD85A08) is known color: Tenne (Tawny). HEX triplet: D8, 5A and 08. RGB value is (216,90,8). Sum of RGB (Red+Green+Blue) = 216+90+8=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A08 is #27A5F7. Grayscale: #767676. Windows color (decimal): -2598392 or 547544. OLE color: 547544.
HSL color Cylindrical-coordinate representation of color #D85A08: hue angle of 23.65º 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 #D85A08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.15 |
| HSL | 23.65º | 0.93% | 0.44% | - |
| HSV(B) | 23.65º | 0.96% | 0.85% | - |
| XYZ | 32.02 | 21.93 | 2.77 | - |
| YUV | 118.33 | 65.74 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 8 | 0 | 0.58 | 0.96 | 0.15 | 23.65 | 0.93 | 0.44 |
| Hex | D8 | 5A | 8 | 0 | 3A | 60 | F | 18 | 5D | 2C |
| Octal | 330 | 132 | 10 | 0 | 72 | 140 | 17 | 30 | 135 | 54 |
| Binary | 11011000 | 1011010 | 1000 | 0 | 111010 | 1100000 | 1111 | 11000 | 1011101 | 101100 |
Color Harmonies of #D85A08
Complementary color
Monochromatic Colors of #D85A08
Black with #D85A08
Text Example
Text Example
White with #D85A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A08; }
p { color: rgb(216,90,8); }
H1.HeaderClassName
{
color: #D85A08;
}
.AnyTagClassName
{
color: #D85A08;
}
</style>
background-color css
<style>
a { background-color: #D85A08; }
a { background-color: rgb(216,90,8); }
div.DivClassName
{
background-color: #D85A08;
}
.BgClassName
{
background-color: #D85A08;
}
</style>
border-color css
<style>
span { border-color: #D85A08; }
span { border-color: rgb(216,90,8); }
td.TdClassName
{
border-color: #D85A08;
}
.TagClassName
{
border-color: #D85A08;
}
</style>