Shades of Tenne (Tawny) #D05811
Tints of Tenne (Tawny) #D05811
RGB
CMYK
RGB Variations
Color information
#D05811 (or 0xD05811) is known color: Tenne (Tawny). HEX triplet: D0, 58 and 11. RGB value is (208,88,17). Sum of RGB (Red+Green+Blue) = 208+88+17=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D05811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05811 is #2FA7EE. Grayscale: #747474. Windows color (decimal): -3123183 or 1136848. OLE color: 1136848.
HSL color Cylindrical-coordinate representation of color #D05811: hue angle of 22.3º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D05811 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 17 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.18 |
| HSL | 22.3º | 0.85% | 0.44% | - |
| HSV(B) | 22.3º | 0.92% | 0.82% | - |
| XYZ | 29.6 | 20.43 | 2.91 | - |
| YUV | 115.79 | 72.26 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 17 | 0 | 0.58 | 0.92 | 0.18 | 22.3 | 0.85 | 0.44 |
| Hex | D0 | 58 | 11 | 0 | 3A | 5C | 12 | 16 | 55 | 2C |
| Octal | 320 | 130 | 21 | 0 | 72 | 134 | 22 | 26 | 125 | 54 |
| Binary | 11010000 | 1011000 | 10001 | 0 | 111010 | 1011100 | 10010 | 10110 | 1010101 | 101100 |
Color Harmonies of #D05811
Complementary color
Monochromatic Colors of #D05811
Black with #D05811
Text Example
Text Example
White with #D05811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05811; }
p { color: rgb(208,88,17); }
H1.HeaderClassName
{
color: #D05811;
}
.AnyTagClassName
{
color: #D05811;
}
</style>
background-color css
<style>
a { background-color: #D05811; }
a { background-color: rgb(208,88,17); }
div.DivClassName
{
background-color: #D05811;
}
.BgClassName
{
background-color: #D05811;
}
</style>
border-color css
<style>
span { border-color: #D05811; }
span { border-color: rgb(208,88,17); }
td.TdClassName
{
border-color: #D05811;
}
.TagClassName
{
border-color: #D05811;
}
</style>