Shades of Tenne (Tawny) #D46300
Tints of Tenne (Tawny) #D46300
RGB
CMYK
RGB Variations
Color information
#D46300 (or 0xD46300) is known color: Tenne (Tawny). HEX triplet: D4, 63 and 00. RGB value is (212,99,0). Sum of RGB (Red+Green+Blue) = 212+99+0=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D46300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46300 is #2B9CFF. Grayscale: #7A7A7A. Windows color (decimal): -2858240 or 25556. OLE color: 25556.
HSL color Cylindrical-coordinate representation of color #D46300: hue angle of 28.02º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D46300 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.17 |
| HSL | 28.02º | 1% | 0.42% | - |
| HSV(B) | 28.02º | 1% | 0.83% | - |
| XYZ | 31.61 | 22.92 | 2.76 | - |
| YUV | 121.5 | 59.44 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 0 | 0 | 0.53 | 1 | 0.17 | 28.02 | 1 | 0.42 |
| Hex | D4 | 63 | 0 | 0 | 35 | 64 | 11 | 1C | 64 | 2A |
| Octal | 324 | 143 | 0 | 0 | 65 | 144 | 21 | 34 | 144 | 52 |
| Binary | 11010100 | 1100011 | 0 | 0 | 110101 | 1100100 | 10001 | 11100 | 1100100 | 101010 |
Color Harmonies of #D46300
Complementary color
Monochromatic Colors of #D46300
Black with #D46300
Text Example
Text Example
White with #D46300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46300; }
p { color: rgb(212,99,0); }
H1.HeaderClassName
{
color: #D46300;
}
.AnyTagClassName
{
color: #D46300;
}
</style>
background-color css
<style>
a { background-color: #D46300; }
a { background-color: rgb(212,99,0); }
div.DivClassName
{
background-color: #D46300;
}
.BgClassName
{
background-color: #D46300;
}
</style>
border-color css
<style>
span { border-color: #D46300; }
span { border-color: rgb(212,99,0); }
td.TdClassName
{
border-color: #D46300;
}
.TagClassName
{
border-color: #D46300;
}
</style>