Shades of Tenne (Tawny) #D85A11
Tints of Tenne (Tawny) #D85A11
RGB
CMYK
RGB Variations
Color information
#D85A11 (or 0xD85A11) is known color: Tenne (Tawny). HEX triplet: D8, 5A and 11. RGB value is (216,90,17). Sum of RGB (Red+Green+Blue) = 216+90+17=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A11 is #27A5EE. Grayscale: #777777. Windows color (decimal): -2598383 or 1137368. OLE color: 1137368.
HSL color Cylindrical-coordinate representation of color #D85A11: hue angle of 22.01º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D85A11 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 17 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.15 |
| HSL | 22.01º | 0.85% | 0.46% | - |
| HSV(B) | 22.01º | 0.92% | 0.85% | - |
| XYZ | 32.08 | 21.95 | 3.08 | - |
| YUV | 119.35 | 70.24 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 17 | 0 | 0.58 | 0.92 | 0.15 | 22.01 | 0.85 | 0.46 |
| Hex | D8 | 5A | 11 | 0 | 3A | 5C | F | 16 | 55 | 2E |
| Octal | 330 | 132 | 21 | 0 | 72 | 134 | 17 | 26 | 125 | 56 |
| Binary | 11011000 | 1011010 | 10001 | 0 | 111010 | 1011100 | 1111 | 10110 | 1010101 | 101110 |
Color Harmonies of #D85A11
Complementary color
Monochromatic Colors of #D85A11
Black with #D85A11
Text Example
Text Example
White with #D85A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A11; }
p { color: rgb(216,90,17); }
H1.HeaderClassName
{
color: #D85A11;
}
.AnyTagClassName
{
color: #D85A11;
}
</style>
background-color css
<style>
a { background-color: #D85A11; }
a { background-color: rgb(216,90,17); }
div.DivClassName
{
background-color: #D85A11;
}
.BgClassName
{
background-color: #D85A11;
}
</style>
border-color css
<style>
span { border-color: #D85A11; }
span { border-color: rgb(216,90,17); }
td.TdClassName
{
border-color: #D85A11;
}
.TagClassName
{
border-color: #D85A11;
}
</style>