Shades of Tenne (Tawny) #D64E16
Tints of Tenne (Tawny) #D64E16
RGB
CMYK
RGB Variations
Color information
#D64E16 (or 0xD64E16) is known color: Tenne (Tawny). HEX triplet: D6, 4E and 16. RGB value is (214,78,22). Sum of RGB (Red+Green+Blue) = 214+78+22=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64E16 is #29B1E9. Grayscale: #707070. Windows color (decimal): -2732522 or 1461974. OLE color: 1461974.
HSL color Cylindrical-coordinate representation of color #D64E16: hue angle of 17.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D64E16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 22 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.16 |
| HSL | 17.5º | 0.81% | 0.46% | - |
| HSV(B) | 17.5º | 0.9% | 0.84% | - |
| XYZ | 30.6 | 19.8 | 2.97 | - |
| YUV | 112.28 | 77.06 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 22 | 0 | 0.64 | 0.90 | 0.16 | 17.5 | 0.81 | 0.46 |
| Hex | D6 | 4E | 16 | 0 | 40 | 5A | 10 | 12 | 51 | 2E |
| Octal | 326 | 116 | 26 | 0 | 100 | 132 | 20 | 22 | 121 | 56 |
| Binary | 11010110 | 1001110 | 10110 | 0 | 1000000 | 1011010 | 10000 | 10010 | 1010001 | 101110 |
Color Harmonies of #D64E16
Complementary color
Monochromatic Colors of #D64E16
Black with #D64E16
Text Example
Text Example
White with #D64E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E16; }
p { color: rgb(214,78,22); }
H1.HeaderClassName
{
color: #D64E16;
}
.AnyTagClassName
{
color: #D64E16;
}
</style>
background-color css
<style>
a { background-color: #D64E16; }
a { background-color: rgb(214,78,22); }
div.DivClassName
{
background-color: #D64E16;
}
.BgClassName
{
background-color: #D64E16;
}
</style>
border-color css
<style>
span { border-color: #D64E16; }
span { border-color: rgb(214,78,22); }
td.TdClassName
{
border-color: #D64E16;
}
.TagClassName
{
border-color: #D64E16;
}
</style>