Shades of Tenne (Tawny) #D35110
Tints of Tenne (Tawny) #D35110
RGB
CMYK
RGB Variations
Color information
#D35110 (or 0xD35110) is known color: Tenne (Tawny). HEX triplet: D3, 51 and 10. RGB value is (211,81,16). Sum of RGB (Red+Green+Blue) = 211+81+16=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D35110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35110 is #2CAEEF. Grayscale: #707070. Windows color (decimal): -2928368 or 1069523. OLE color: 1069523.
HSL color Cylindrical-coordinate representation of color #D35110: hue angle of 20º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D35110 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 16 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.17 |
| HSL | 20º | 0.86% | 0.45% | - |
| HSV(B) | 20º | 0.92% | 0.83% | - |
| XYZ | 29.9 | 19.77 | 2.73 | - |
| YUV | 112.46 | 73.57 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 16 | 0 | 0.62 | 0.92 | 0.17 | 20 | 0.86 | 0.45 |
| Hex | D3 | 51 | 10 | 0 | 3E | 5C | 11 | 14 | 56 | 2D |
| Octal | 323 | 121 | 20 | 0 | 76 | 134 | 21 | 24 | 126 | 55 |
| Binary | 11010011 | 1010001 | 10000 | 0 | 111110 | 1011100 | 10001 | 10100 | 1010110 | 101101 |
Color Harmonies of #D35110
Complementary color
Monochromatic Colors of #D35110
Black with #D35110
Text Example
Text Example
White with #D35110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35110; }
p { color: rgb(211,81,16); }
H1.HeaderClassName
{
color: #D35110;
}
.AnyTagClassName
{
color: #D35110;
}
</style>
background-color css
<style>
a { background-color: #D35110; }
a { background-color: rgb(211,81,16); }
div.DivClassName
{
background-color: #D35110;
}
.BgClassName
{
background-color: #D35110;
}
</style>
border-color css
<style>
span { border-color: #D35110; }
span { border-color: rgb(211,81,16); }
td.TdClassName
{
border-color: #D35110;
}
.TagClassName
{
border-color: #D35110;
}
</style>