Shades of Tenne (Tawny) #D04F11
Tints of Tenne (Tawny) #D04F11
RGB
CMYK
RGB Variations
Color information
#D04F11 (or 0xD04F11) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 11. RGB value is (208,79,17). Sum of RGB (Red+Green+Blue) = 208+79+17=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F11 is #2FB0EE. Grayscale: #6E6E6E. Windows color (decimal): -3125487 or 1134544. OLE color: 1134544.
HSL color Cylindrical-coordinate representation of color #D04F11: hue angle of 19.48º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04F11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.18 |
| HSL | 19.48º | 0.85% | 0.44% | - |
| HSV(B) | 19.48º | 0.92% | 0.82% | - |
| XYZ | 28.91 | 19.04 | 2.68 | - |
| YUV | 110.5 | 75.24 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 17 | 0 | 0.62 | 0.92 | 0.18 | 19.48 | 0.85 | 0.44 |
| Hex | D0 | 4F | 11 | 0 | 3E | 5C | 12 | 13 | 55 | 2C |
| Octal | 320 | 117 | 21 | 0 | 76 | 134 | 22 | 23 | 125 | 54 |
| Binary | 11010000 | 1001111 | 10001 | 0 | 111110 | 1011100 | 10010 | 10011 | 1010101 | 101100 |
Color Harmonies of #D04F11
Complementary color
Monochromatic Colors of #D04F11
Black with #D04F11
Text Example
Text Example
White with #D04F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F11; }
p { color: rgb(208,79,17); }
H1.HeaderClassName
{
color: #D04F11;
}
.AnyTagClassName
{
color: #D04F11;
}
</style>
background-color css
<style>
a { background-color: #D04F11; }
a { background-color: rgb(208,79,17); }
div.DivClassName
{
background-color: #D04F11;
}
.BgClassName
{
background-color: #D04F11;
}
</style>
border-color css
<style>
span { border-color: #D04F11; }
span { border-color: rgb(208,79,17); }
td.TdClassName
{
border-color: #D04F11;
}
.TagClassName
{
border-color: #D04F11;
}
</style>