Shades of Tenne (Tawny) #D46403
Tints of Tenne (Tawny) #D46403
RGB
CMYK
RGB Variations
Color information
#D46403 (or 0xD46403) is known color: Tenne (Tawny). HEX triplet: D4, 64 and 03. RGB value is (212,100,3). Sum of RGB (Red+Green+Blue) = 212+100+3=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D46403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46403 is #2B9BFC. Grayscale: #7A7A7A. Windows color (decimal): -2857981 or 222420. OLE color: 222420.
HSL color Cylindrical-coordinate representation of color #D46403: hue angle of 27.85º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D46403 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 3 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.17 |
| HSL | 27.85º | 0.97% | 0.42% | - |
| HSV(B) | 27.85º | 0.99% | 0.83% | - |
| XYZ | 31.72 | 23.12 | 2.88 | - |
| YUV | 122.43 | 60.61 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 3 | 0 | 0.53 | 0.99 | 0.17 | 27.85 | 0.97 | 0.42 |
| Hex | D4 | 64 | 3 | 0 | 35 | 63 | 11 | 1C | 61 | 2A |
| Octal | 324 | 144 | 3 | 0 | 65 | 143 | 21 | 34 | 141 | 52 |
| Binary | 11010100 | 1100100 | 11 | 0 | 110101 | 1100011 | 10001 | 11100 | 1100001 | 101010 |
Color Harmonies of #D46403
Complementary color
Monochromatic Colors of #D46403
Black with #D46403
Text Example
Text Example
White with #D46403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46403; }
p { color: rgb(212,100,3); }
H1.HeaderClassName
{
color: #D46403;
}
.AnyTagClassName
{
color: #D46403;
}
</style>
background-color css
<style>
a { background-color: #D46403; }
a { background-color: rgb(212,100,3); }
div.DivClassName
{
background-color: #D46403;
}
.BgClassName
{
background-color: #D46403;
}
</style>
border-color css
<style>
span { border-color: #D46403; }
span { border-color: rgb(212,100,3); }
td.TdClassName
{
border-color: #D46403;
}
.TagClassName
{
border-color: #D46403;
}
</style>