Shades of Tenne (Tawny) #D15210
Tints of Tenne (Tawny) #D15210
RGB
CMYK
RGB Variations
Color information
#D15210 (or 0xD15210) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 10. RGB value is (209,82,16). Sum of RGB (Red+Green+Blue) = 209+82+16=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D15210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15210 is #2EADEF. Grayscale: #707070. Windows color (decimal): -3059184 or 1069777. OLE color: 1069777.
HSL color Cylindrical-coordinate representation of color #D15210: hue angle of 20.52º 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 #D15210 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 16 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.18 |
| HSL | 20.52º | 0.86% | 0.44% | - |
| HSV(B) | 20.52º | 0.92% | 0.82% | - |
| XYZ | 29.41 | 19.63 | 2.73 | - |
| YUV | 112.45 | 73.58 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 16 | 0 | 0.61 | 0.92 | 0.18 | 20.52 | 0.86 | 0.44 |
| Hex | D1 | 52 | 10 | 0 | 3D | 5C | 12 | 15 | 56 | 2C |
| Octal | 321 | 122 | 20 | 0 | 75 | 134 | 22 | 25 | 126 | 54 |
| Binary | 11010001 | 1010010 | 10000 | 0 | 111101 | 1011100 | 10010 | 10101 | 1010110 | 101100 |
Color Harmonies of #D15210
Complementary color
Monochromatic Colors of #D15210
Black with #D15210
Text Example
Text Example
White with #D15210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15210; }
p { color: rgb(209,82,16); }
H1.HeaderClassName
{
color: #D15210;
}
.AnyTagClassName
{
color: #D15210;
}
</style>
background-color css
<style>
a { background-color: #D15210; }
a { background-color: rgb(209,82,16); }
div.DivClassName
{
background-color: #D15210;
}
.BgClassName
{
background-color: #D15210;
}
</style>
border-color css
<style>
span { border-color: #D15210; }
span { border-color: rgb(209,82,16); }
td.TdClassName
{
border-color: #D15210;
}
.TagClassName
{
border-color: #D15210;
}
</style>