Shades of Tenne (Tawny) #D45016
Tints of Tenne (Tawny) #D45016
RGB
CMYK
RGB Variations
Color information
#D45016 (or 0xD45016) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 16. RGB value is (212,80,22). Sum of RGB (Red+Green+Blue) = 212+80+22=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D45016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45016 is #2BAFE9. Grayscale: #717171. Windows color (decimal): -2863082 or 1462484. OLE color: 1462484.
HSL color Cylindrical-coordinate representation of color #D45016: hue angle of 18.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D45016 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 22 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.17 |
| HSL | 18.32º | 0.81% | 0.46% | - |
| HSV(B) | 18.32º | 0.9% | 0.83% | - |
| XYZ | 30.16 | 19.79 | 2.99 | - |
| YUV | 112.86 | 76.73 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 22 | 0 | 0.62 | 0.90 | 0.17 | 18.32 | 0.81 | 0.46 |
| Hex | D4 | 50 | 16 | 0 | 3E | 5A | 11 | 12 | 51 | 2E |
| Octal | 324 | 120 | 26 | 0 | 76 | 132 | 21 | 22 | 121 | 56 |
| Binary | 11010100 | 1010000 | 10110 | 0 | 111110 | 1011010 | 10001 | 10010 | 1010001 | 101110 |
Color Harmonies of #D45016
Complementary color
Monochromatic Colors of #D45016
Black with #D45016
Text Example
Text Example
White with #D45016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45016; }
p { color: rgb(212,80,22); }
H1.HeaderClassName
{
color: #D45016;
}
.AnyTagClassName
{
color: #D45016;
}
</style>
background-color css
<style>
a { background-color: #D45016; }
a { background-color: rgb(212,80,22); }
div.DivClassName
{
background-color: #D45016;
}
.BgClassName
{
background-color: #D45016;
}
</style>
border-color css
<style>
span { border-color: #D45016; }
span { border-color: rgb(212,80,22); }
td.TdClassName
{
border-color: #D45016;
}
.TagClassName
{
border-color: #D45016;
}
</style>