Shades of Tenne (Tawny) #D45306
Tints of Tenne (Tawny) #D45306
RGB
CMYK
RGB Variations
Color information
#D45306 (or 0xD45306) is known color: Tenne (Tawny). HEX triplet: D4, 53 and 06. RGB value is (212,83,6). Sum of RGB (Red+Green+Blue) = 212+83+6=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D45306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45306 is #2BACF9. Grayscale: #717171. Windows color (decimal): -2862330 or 414676. OLE color: 414676.
HSL color Cylindrical-coordinate representation of color #D45306: hue angle of 22.43º 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 #D45306 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.17 |
| HSL | 22.43º | 0.94% | 0.43% | - |
| HSV(B) | 22.43º | 0.97% | 0.83% | - |
| XYZ | 30.28 | 20.2 | 2.47 | - |
| YUV | 112.79 | 67.74 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 6 | 0 | 0.61 | 0.97 | 0.17 | 22.43 | 0.94 | 0.43 |
| Hex | D4 | 53 | 6 | 0 | 3D | 61 | 11 | 16 | 5E | 2B |
| Octal | 324 | 123 | 6 | 0 | 75 | 141 | 21 | 26 | 136 | 53 |
| Binary | 11010100 | 1010011 | 110 | 0 | 111101 | 1100001 | 10001 | 10110 | 1011110 | 101011 |
Color Harmonies of #D45306
Complementary color
Monochromatic Colors of #D45306
Black with #D45306
Text Example
Text Example
White with #D45306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45306; }
p { color: rgb(212,83,6); }
H1.HeaderClassName
{
color: #D45306;
}
.AnyTagClassName
{
color: #D45306;
}
</style>
background-color css
<style>
a { background-color: #D45306; }
a { background-color: rgb(212,83,6); }
div.DivClassName
{
background-color: #D45306;
}
.BgClassName
{
background-color: #D45306;
}
</style>
border-color css
<style>
span { border-color: #D45306; }
span { border-color: rgb(212,83,6); }
td.TdClassName
{
border-color: #D45306;
}
.TagClassName
{
border-color: #D45306;
}
</style>