Shades of Tenne (Tawny) #D15211
Tints of Tenne (Tawny) #D15211
RGB
CMYK
RGB Variations
Color information
#D15211 (or 0xD15211) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 11. RGB value is (209,82,17). Sum of RGB (Red+Green+Blue) = 209+82+17=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D15211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15211 is #2EADEE. Grayscale: #707070. Windows color (decimal): -3059183 or 1135313. OLE color: 1135313.
HSL color Cylindrical-coordinate representation of color #D15211: hue angle of 20.31º 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 #D15211 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.18 |
| HSL | 20.31º | 0.85% | 0.44% | - |
| HSV(B) | 20.31º | 0.92% | 0.82% | - |
| XYZ | 29.41 | 19.63 | 2.77 | - |
| YUV | 112.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 17 | 0 | 0.61 | 0.92 | 0.18 | 20.31 | 0.85 | 0.44 |
| Hex | D1 | 52 | 11 | 0 | 3D | 5C | 12 | 14 | 55 | 2C |
| Octal | 321 | 122 | 21 | 0 | 75 | 134 | 22 | 24 | 125 | 54 |
| Binary | 11010001 | 1010010 | 10001 | 0 | 111101 | 1011100 | 10010 | 10100 | 1010101 | 101100 |
Color Harmonies of #D15211
Complementary color
Monochromatic Colors of #D15211
Black with #D15211
Text Example
Text Example
White with #D15211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15211; }
p { color: rgb(209,82,17); }
H1.HeaderClassName
{
color: #D15211;
}
.AnyTagClassName
{
color: #D15211;
}
</style>
background-color css
<style>
a { background-color: #D15211; }
a { background-color: rgb(209,82,17); }
div.DivClassName
{
background-color: #D15211;
}
.BgClassName
{
background-color: #D15211;
}
</style>
border-color css
<style>
span { border-color: #D15211; }
span { border-color: rgb(209,82,17); }
td.TdClassName
{
border-color: #D15211;
}
.TagClassName
{
border-color: #D15211;
}
</style>