Shades of Tenne (Tawny) #D7500E
Tints of Tenne (Tawny) #D7500E
RGB
CMYK
RGB Variations
Color information
#D7500E (or 0xD7500E) is known color: Tenne (Tawny). HEX triplet: D7, 50 and 0E. RGB value is (215,80,14). Sum of RGB (Red+Green+Blue) = 215+80+14=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7500E is #28AFF1. Grayscale: #717171. Windows color (decimal): -2666482 or 938199. OLE color: 938199.
HSL color Cylindrical-coordinate representation of color #D7500E: hue angle of 19.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7500E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.16 |
| HSL | 19.7º | 0.88% | 0.45% | - |
| HSV(B) | 19.7º | 0.93% | 0.84% | - |
| XYZ | 30.97 | 20.22 | 2.69 | - |
| YUV | 112.84 | 72.23 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 14 | 0 | 0.63 | 0.93 | 0.16 | 19.7 | 0.88 | 0.45 |
| Hex | D7 | 50 | E | 0 | 3F | 5D | 10 | 14 | 58 | 2D |
| Octal | 327 | 120 | 16 | 0 | 77 | 135 | 20 | 24 | 130 | 55 |
| Binary | 11010111 | 1010000 | 1110 | 0 | 111111 | 1011101 | 10000 | 10100 | 1011000 | 101101 |
Color Harmonies of #D7500E
Complementary color
Monochromatic Colors of #D7500E
Black with #D7500E
Text Example
Text Example
White with #D7500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7500E; }
p { color: rgb(215,80,14); }
H1.HeaderClassName
{
color: #D7500E;
}
.AnyTagClassName
{
color: #D7500E;
}
</style>
background-color css
<style>
a { background-color: #D7500E; }
a { background-color: rgb(215,80,14); }
div.DivClassName
{
background-color: #D7500E;
}
.BgClassName
{
background-color: #D7500E;
}
</style>
border-color css
<style>
span { border-color: #D7500E; }
span { border-color: rgb(215,80,14); }
td.TdClassName
{
border-color: #D7500E;
}
.TagClassName
{
border-color: #D7500E;
}
</style>