Shades of Tenne (Tawny) #D74F16
Tints of Tenne (Tawny) #D74F16
RGB
CMYK
RGB Variations
Color information
#D74F16 (or 0xD74F16) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 16. RGB value is (215,79,22). Sum of RGB (Red+Green+Blue) = 215+79+22=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F16 is #28B0E9. Grayscale: #717171. Windows color (decimal): -2666730 or 1462231. OLE color: 1462231.
HSL color Cylindrical-coordinate representation of color #D74F16: hue angle of 17.72º 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 #D74F16 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 22 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.16 |
| HSL | 17.72º | 0.81% | 0.46% | - |
| HSV(B) | 17.72º | 0.9% | 0.84% | - |
| XYZ | 30.97 | 20.1 | 3.01 | - |
| YUV | 113.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 22 | 0 | 0.63 | 0.90 | 0.16 | 17.72 | 0.81 | 0.46 |
| Hex | D7 | 4F | 16 | 0 | 3F | 5A | 10 | 12 | 51 | 2E |
| Octal | 327 | 117 | 26 | 0 | 77 | 132 | 20 | 22 | 121 | 56 |
| Binary | 11010111 | 1001111 | 10110 | 0 | 111111 | 1011010 | 10000 | 10010 | 1010001 | 101110 |
Color Harmonies of #D74F16
Complementary color
Monochromatic Colors of #D74F16
Black with #D74F16
Text Example
Text Example
White with #D74F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F16; }
p { color: rgb(215,79,22); }
H1.HeaderClassName
{
color: #D74F16;
}
.AnyTagClassName
{
color: #D74F16;
}
</style>
background-color css
<style>
a { background-color: #D74F16; }
a { background-color: rgb(215,79,22); }
div.DivClassName
{
background-color: #D74F16;
}
.BgClassName
{
background-color: #D74F16;
}
</style>
border-color css
<style>
span { border-color: #D74F16; }
span { border-color: rgb(215,79,22); }
td.TdClassName
{
border-color: #D74F16;
}
.TagClassName
{
border-color: #D74F16;
}
</style>