Shades of Tenne (Tawny) #D85107
Tints of Tenne (Tawny) #D85107
RGB
CMYK
RGB Variations
Color information
#D85107 (or 0xD85107) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 07. RGB value is (216,81,7). Sum of RGB (Red+Green+Blue) = 216+81+7=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D85107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85107 is #27AEF8. Grayscale: #717171. Windows color (decimal): -2600697 or 479704. OLE color: 479704.
HSL color Cylindrical-coordinate representation of color #D85107: hue angle of 21.24º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D85107 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.15 |
| HSL | 21.24º | 0.94% | 0.44% | - |
| HSV(B) | 21.24º | 0.97% | 0.85% | - |
| XYZ | 31.3 | 20.5 | 2.51 | - |
| YUV | 112.93 | 68.23 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 7 | 0 | 0.62 | 0.97 | 0.15 | 21.24 | 0.94 | 0.44 |
| Hex | D8 | 51 | 7 | 0 | 3E | 61 | F | 15 | 5E | 2C |
| Octal | 330 | 121 | 7 | 0 | 76 | 141 | 17 | 25 | 136 | 54 |
| Binary | 11011000 | 1010001 | 111 | 0 | 111110 | 1100001 | 1111 | 10101 | 1011110 | 101100 |
Color Harmonies of #D85107
Complementary color
Monochromatic Colors of #D85107
Black with #D85107
Text Example
Text Example
White with #D85107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85107; }
p { color: rgb(216,81,7); }
H1.HeaderClassName
{
color: #D85107;
}
.AnyTagClassName
{
color: #D85107;
}
</style>
background-color css
<style>
a { background-color: #D85107; }
a { background-color: rgb(216,81,7); }
div.DivClassName
{
background-color: #D85107;
}
.BgClassName
{
background-color: #D85107;
}
</style>
border-color css
<style>
span { border-color: #D85107; }
span { border-color: rgb(216,81,7); }
td.TdClassName
{
border-color: #D85107;
}
.TagClassName
{
border-color: #D85107;
}
</style>