Shades of Tenne (Tawny) #D84E16
Tints of Tenne (Tawny) #D84E16
RGB
CMYK
RGB Variations
Color information
#D84E16 (or 0xD84E16) is known color: Tenne (Tawny). HEX triplet: D8, 4E and 16. RGB value is (216,78,22). Sum of RGB (Red+Green+Blue) = 216+78+22=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84E16 is #27B1E9. Grayscale: #717171. Windows color (decimal): -2601450 or 1461976. OLE color: 1461976.
HSL color Cylindrical-coordinate representation of color #D84E16: hue angle of 17.32º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D84E16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 22 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.15 |
| HSL | 17.32º | 0.82% | 0.47% | - |
| HSV(B) | 17.32º | 0.9% | 0.85% | - |
| XYZ | 31.19 | 20.11 | 3 | - |
| YUV | 112.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 22 | 0 | 0.64 | 0.90 | 0.15 | 17.32 | 0.82 | 0.47 |
| Hex | D8 | 4E | 16 | 0 | 40 | 5A | F | 11 | 52 | 2F |
| Octal | 330 | 116 | 26 | 0 | 100 | 132 | 17 | 21 | 122 | 57 |
| Binary | 11011000 | 1001110 | 10110 | 0 | 1000000 | 1011010 | 1111 | 10001 | 1010010 | 101111 |
Color Harmonies of #D84E16
Complementary color
Monochromatic Colors of #D84E16
Black with #D84E16
Text Example
Text Example
White with #D84E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E16; }
p { color: rgb(216,78,22); }
H1.HeaderClassName
{
color: #D84E16;
}
.AnyTagClassName
{
color: #D84E16;
}
</style>
background-color css
<style>
a { background-color: #D84E16; }
a { background-color: rgb(216,78,22); }
div.DivClassName
{
background-color: #D84E16;
}
.BgClassName
{
background-color: #D84E16;
}
</style>
border-color css
<style>
span { border-color: #D84E16; }
span { border-color: rgb(216,78,22); }
td.TdClassName
{
border-color: #D84E16;
}
.TagClassName
{
border-color: #D84E16;
}
</style>