Shades of Tenne (Tawny) #D14D10
Tints of Tenne (Tawny) #D14D10
RGB
CMYK
RGB Variations
Color information
#D14D10 (or 0xD14D10) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 10. RGB value is (209,77,16). Sum of RGB (Red+Green+Blue) = 209+77+16=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D10 is #2EB2EF. Grayscale: #6D6D6D. Windows color (decimal): -3060464 or 1068497. OLE color: 1068497.
HSL color Cylindrical-coordinate representation of color #D14D10: hue angle of 18.96º degrees, saturation: 0.86, 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 #D14D10 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.18 |
| HSL | 18.96º | 0.86% | 0.44% | - |
| HSV(B) | 18.96º | 0.92% | 0.82% | - |
| XYZ | 29.04 | 18.9 | 2.61 | - |
| YUV | 109.51 | 75.23 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 16 | 0 | 0.63 | 0.92 | 0.18 | 18.96 | 0.86 | 0.44 |
| Hex | D1 | 4D | 10 | 0 | 3F | 5C | 12 | 13 | 56 | 2C |
| Octal | 321 | 115 | 20 | 0 | 77 | 134 | 22 | 23 | 126 | 54 |
| Binary | 11010001 | 1001101 | 10000 | 0 | 111111 | 1011100 | 10010 | 10011 | 1010110 | 101100 |
Color Harmonies of #D14D10
Complementary color
Monochromatic Colors of #D14D10
Black with #D14D10
Text Example
Text Example
White with #D14D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D10; }
p { color: rgb(209,77,16); }
H1.HeaderClassName
{
color: #D14D10;
}
.AnyTagClassName
{
color: #D14D10;
}
</style>
background-color css
<style>
a { background-color: #D14D10; }
a { background-color: rgb(209,77,16); }
div.DivClassName
{
background-color: #D14D10;
}
.BgClassName
{
background-color: #D14D10;
}
</style>
border-color css
<style>
span { border-color: #D14D10; }
span { border-color: rgb(209,77,16); }
td.TdClassName
{
border-color: #D14D10;
}
.TagClassName
{
border-color: #D14D10;
}
</style>