Shades of Tenne (Tawny) #D85013
Tints of Tenne (Tawny) #D85013
RGB
CMYK
RGB Variations
Color information
#D85013 (or 0xD85013) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 13. RGB value is (216,80,19). Sum of RGB (Red+Green+Blue) = 216+80+19=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D85013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85013 is #27AFEC. Grayscale: #727272. Windows color (decimal): -2600941 or 1265880. OLE color: 1265880.
HSL color Cylindrical-coordinate representation of color #D85013: hue angle of 18.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D85013 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 19 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.15 |
| HSL | 18.58º | 0.84% | 0.46% | - |
| HSV(B) | 18.58º | 0.91% | 0.85% | - |
| XYZ | 31.31 | 20.38 | 2.9 | - |
| YUV | 113.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 19 | 0 | 0.63 | 0.91 | 0.15 | 18.58 | 0.84 | 0.46 |
| Hex | D8 | 50 | 13 | 0 | 3F | 5B | F | 13 | 54 | 2E |
| Octal | 330 | 120 | 23 | 0 | 77 | 133 | 17 | 23 | 124 | 56 |
| Binary | 11011000 | 1010000 | 10011 | 0 | 111111 | 1011011 | 1111 | 10011 | 1010100 | 101110 |
Color Harmonies of #D85013
Complementary color
Monochromatic Colors of #D85013
Black with #D85013
Text Example
Text Example
White with #D85013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85013; }
p { color: rgb(216,80,19); }
H1.HeaderClassName
{
color: #D85013;
}
.AnyTagClassName
{
color: #D85013;
}
</style>
background-color css
<style>
a { background-color: #D85013; }
a { background-color: rgb(216,80,19); }
div.DivClassName
{
background-color: #D85013;
}
.BgClassName
{
background-color: #D85013;
}
</style>
border-color css
<style>
span { border-color: #D85013; }
span { border-color: rgb(216,80,19); }
td.TdClassName
{
border-color: #D85013;
}
.TagClassName
{
border-color: #D85013;
}
</style>