Shades of Tenne (Tawny) #D75108
Tints of Tenne (Tawny) #D75108
RGB
CMYK
RGB Variations
Color information
#D75108 (or 0xD75108) is known color: Tenne (Tawny). HEX triplet: D7, 51 and 08. RGB value is (215,81,8). Sum of RGB (Red+Green+Blue) = 215+81+8=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D75108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75108 is #28AEF7. Grayscale: #717171. Windows color (decimal): -2666232 or 545239. OLE color: 545239.
HSL color Cylindrical-coordinate representation of color #D75108: hue angle of 21.16º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D75108 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.16 |
| HSL | 21.16º | 0.93% | 0.44% | - |
| HSV(B) | 21.16º | 0.96% | 0.84% | - |
| XYZ | 31.01 | 20.35 | 2.52 | - |
| YUV | 112.74 | 68.89 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 8 | 0 | 0.62 | 0.96 | 0.16 | 21.16 | 0.93 | 0.44 |
| Hex | D7 | 51 | 8 | 0 | 3E | 60 | 10 | 15 | 5D | 2C |
| Octal | 327 | 121 | 10 | 0 | 76 | 140 | 20 | 25 | 135 | 54 |
| Binary | 11010111 | 1010001 | 1000 | 0 | 111110 | 1100000 | 10000 | 10101 | 1011101 | 101100 |
Color Harmonies of #D75108
Complementary color
Monochromatic Colors of #D75108
Black with #D75108
Text Example
Text Example
White with #D75108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75108; }
p { color: rgb(215,81,8); }
H1.HeaderClassName
{
color: #D75108;
}
.AnyTagClassName
{
color: #D75108;
}
</style>
background-color css
<style>
a { background-color: #D75108; }
a { background-color: rgb(215,81,8); }
div.DivClassName
{
background-color: #D75108;
}
.BgClassName
{
background-color: #D75108;
}
</style>
border-color css
<style>
span { border-color: #D75108; }
span { border-color: rgb(215,81,8); }
td.TdClassName
{
border-color: #D75108;
}
.TagClassName
{
border-color: #D75108;
}
</style>