Shades of Tenne (Tawny) #D14F11
Tints of Tenne (Tawny) #D14F11
RGB
CMYK
RGB Variations
Color information
#D14F11 (or 0xD14F11) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 11. RGB value is (209,79,17). Sum of RGB (Red+Green+Blue) = 209+79+17=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F11 is #2EB0EE. Grayscale: #6F6F6F. Windows color (decimal): -3059951 or 1134545. OLE color: 1134545.
HSL color Cylindrical-coordinate representation of color #D14F11: hue angle of 19.38º 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 #D14F11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.18 |
| HSL | 19.38º | 0.85% | 0.44% | - |
| HSV(B) | 19.38º | 0.92% | 0.82% | - |
| XYZ | 29.19 | 19.19 | 2.7 | - |
| YUV | 110.8 | 75.07 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 17 | 0 | 0.62 | 0.92 | 0.18 | 19.38 | 0.85 | 0.44 |
| Hex | D1 | 4F | 11 | 0 | 3E | 5C | 12 | 13 | 55 | 2C |
| Octal | 321 | 117 | 21 | 0 | 76 | 134 | 22 | 23 | 125 | 54 |
| Binary | 11010001 | 1001111 | 10001 | 0 | 111110 | 1011100 | 10010 | 10011 | 1010101 | 101100 |
Color Harmonies of #D14F11
Complementary color
Monochromatic Colors of #D14F11
Black with #D14F11
Text Example
Text Example
White with #D14F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F11; }
p { color: rgb(209,79,17); }
H1.HeaderClassName
{
color: #D14F11;
}
.AnyTagClassName
{
color: #D14F11;
}
</style>
background-color css
<style>
a { background-color: #D14F11; }
a { background-color: rgb(209,79,17); }
div.DivClassName
{
background-color: #D14F11;
}
.BgClassName
{
background-color: #D14F11;
}
</style>
border-color css
<style>
span { border-color: #D14F11; }
span { border-color: rgb(209,79,17); }
td.TdClassName
{
border-color: #D14F11;
}
.TagClassName
{
border-color: #D14F11;
}
</style>