Shades of Tenne (Tawny) #D15412
Tints of Tenne (Tawny) #D15412
RGB
CMYK
RGB Variations
Color information
#D15412 (or 0xD15412) is known color: Tenne (Tawny). HEX triplet: D1, 54 and 12. RGB value is (209,84,18). Sum of RGB (Red+Green+Blue) = 209+84+18=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D15412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15412 is #2EABED. Grayscale: #727272. Windows color (decimal): -3058670 or 1201361. OLE color: 1201361.
HSL color Cylindrical-coordinate representation of color #D15412: hue angle of 20.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D15412 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 18 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.18 |
| HSL | 20.73º | 0.84% | 0.45% | - |
| HSV(B) | 20.73º | 0.91% | 0.82% | - |
| XYZ | 29.57 | 19.94 | 2.86 | - |
| YUV | 113.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 18 | 0 | 0.60 | 0.91 | 0.18 | 20.73 | 0.84 | 0.45 |
| Hex | D1 | 54 | 12 | 0 | 3C | 5B | 12 | 15 | 54 | 2D |
| Octal | 321 | 124 | 22 | 0 | 74 | 133 | 22 | 25 | 124 | 55 |
| Binary | 11010001 | 1010100 | 10010 | 0 | 111100 | 1011011 | 10010 | 10101 | 1010100 | 101101 |
Color Harmonies of #D15412
Complementary color
Monochromatic Colors of #D15412
Black with #D15412
Text Example
Text Example
White with #D15412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15412; }
p { color: rgb(209,84,18); }
H1.HeaderClassName
{
color: #D15412;
}
.AnyTagClassName
{
color: #D15412;
}
</style>
background-color css
<style>
a { background-color: #D15412; }
a { background-color: rgb(209,84,18); }
div.DivClassName
{
background-color: #D15412;
}
.BgClassName
{
background-color: #D15412;
}
</style>
border-color css
<style>
span { border-color: #D15412; }
span { border-color: rgb(209,84,18); }
td.TdClassName
{
border-color: #D15412;
}
.TagClassName
{
border-color: #D15412;
}
</style>