Shades of Tenne (Tawny) #D85F0E
Tints of Tenne (Tawny) #D85F0E
RGB
CMYK
RGB Variations
Color information
#D85F0E (or 0xD85F0E) is known color: Tenne (Tawny). HEX triplet: D8, 5F and 0E. RGB value is (216,95,14). Sum of RGB (Red+Green+Blue) = 216+95+14=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F0E is #27A0F1. Grayscale: #7A7A7A. Windows color (decimal): -2597106 or 942040. OLE color: 942040.
HSL color Cylindrical-coordinate representation of color #D85F0E: hue angle of 24.06º 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 #D85F0E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.15 |
| HSL | 24.06º | 0.88% | 0.45% | - |
| HSV(B) | 24.06º | 0.94% | 0.85% | - |
| XYZ | 32.49 | 22.82 | 3.11 | - |
| YUV | 121.95 | 67.09 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 14 | 0 | 0.56 | 0.94 | 0.15 | 24.06 | 0.88 | 0.45 |
| Hex | D8 | 5F | E | 0 | 38 | 5E | F | 18 | 58 | 2D |
| Octal | 330 | 137 | 16 | 0 | 70 | 136 | 17 | 30 | 130 | 55 |
| Binary | 11011000 | 1011111 | 1110 | 0 | 111000 | 1011110 | 1111 | 11000 | 1011000 | 101101 |
Color Harmonies of #D85F0E
Complementary color
Monochromatic Colors of #D85F0E
Black with #D85F0E
Text Example
Text Example
White with #D85F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F0E; }
p { color: rgb(216,95,14); }
H1.HeaderClassName
{
color: #D85F0E;
}
.AnyTagClassName
{
color: #D85F0E;
}
</style>
background-color css
<style>
a { background-color: #D85F0E; }
a { background-color: rgb(216,95,14); }
div.DivClassName
{
background-color: #D85F0E;
}
.BgClassName
{
background-color: #D85F0E;
}
</style>
border-color css
<style>
span { border-color: #D85F0E; }
span { border-color: rgb(216,95,14); }
td.TdClassName
{
border-color: #D85F0E;
}
.TagClassName
{
border-color: #D85F0E;
}
</style>