Shades of Tenne (Tawny) #D45206
Tints of Tenne (Tawny) #D45206
RGB
CMYK
RGB Variations
Color information
#D45206 (or 0xD45206) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 06. RGB value is (212,82,6). Sum of RGB (Red+Green+Blue) = 212+82+6=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D45206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45206 is #2BADF9. Grayscale: #707070. Windows color (decimal): -2862586 or 414420. OLE color: 414420.
HSL color Cylindrical-coordinate representation of color #D45206: hue angle of 22.14º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D45206 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.17 |
| HSL | 22.14º | 0.94% | 0.43% | - |
| HSV(B) | 22.14º | 0.97% | 0.83% | - |
| XYZ | 30.2 | 20.04 | 2.45 | - |
| YUV | 112.21 | 68.07 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 6 | 0 | 0.61 | 0.97 | 0.17 | 22.14 | 0.94 | 0.43 |
| Hex | D4 | 52 | 6 | 0 | 3D | 61 | 11 | 16 | 5E | 2B |
| Octal | 324 | 122 | 6 | 0 | 75 | 141 | 21 | 26 | 136 | 53 |
| Binary | 11010100 | 1010010 | 110 | 0 | 111101 | 1100001 | 10001 | 10110 | 1011110 | 101011 |
Color Harmonies of #D45206
Complementary color
Monochromatic Colors of #D45206
Black with #D45206
Text Example
Text Example
White with #D45206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45206; }
p { color: rgb(212,82,6); }
H1.HeaderClassName
{
color: #D45206;
}
.AnyTagClassName
{
color: #D45206;
}
</style>
background-color css
<style>
a { background-color: #D45206; }
a { background-color: rgb(212,82,6); }
div.DivClassName
{
background-color: #D45206;
}
.BgClassName
{
background-color: #D45206;
}
</style>
border-color css
<style>
span { border-color: #D45206; }
span { border-color: rgb(212,82,6); }
td.TdClassName
{
border-color: #D45206;
}
.TagClassName
{
border-color: #D45206;
}
</style>