Shades of Tenne (Tawny) #D85C0E
Tints of Tenne (Tawny) #D85C0E
RGB
CMYK
RGB Variations
Color information
#D85C0E (or 0xD85C0E) is known color: Tenne (Tawny). HEX triplet: D8, 5C and 0E. RGB value is (216,92,14). Sum of RGB (Red+Green+Blue) = 216+92+14=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C0E is #27A3F1. Grayscale: #787878. Windows color (decimal): -2597874 or 941272. OLE color: 941272.
HSL color Cylindrical-coordinate representation of color #D85C0E: hue angle of 23.17º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D85C0E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.15 |
| HSL | 23.17º | 0.88% | 0.45% | - |
| HSV(B) | 23.17º | 0.94% | 0.85% | - |
| XYZ | 32.23 | 22.28 | 3.02 | - |
| YUV | 120.18 | 68.08 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 14 | 0 | 0.57 | 0.94 | 0.15 | 23.17 | 0.88 | 0.45 |
| Hex | D8 | 5C | E | 0 | 39 | 5E | F | 17 | 58 | 2D |
| Octal | 330 | 134 | 16 | 0 | 71 | 136 | 17 | 27 | 130 | 55 |
| Binary | 11011000 | 1011100 | 1110 | 0 | 111001 | 1011110 | 1111 | 10111 | 1011000 | 101101 |
Color Harmonies of #D85C0E
Complementary color
Monochromatic Colors of #D85C0E
Black with #D85C0E
Text Example
Text Example
White with #D85C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C0E; }
p { color: rgb(216,92,14); }
H1.HeaderClassName
{
color: #D85C0E;
}
.AnyTagClassName
{
color: #D85C0E;
}
</style>
background-color css
<style>
a { background-color: #D85C0E; }
a { background-color: rgb(216,92,14); }
div.DivClassName
{
background-color: #D85C0E;
}
.BgClassName
{
background-color: #D85C0E;
}
</style>
border-color css
<style>
span { border-color: #D85C0E; }
span { border-color: rgb(216,92,14); }
td.TdClassName
{
border-color: #D85C0E;
}
.TagClassName
{
border-color: #D85C0E;
}
</style>