Shades of Tenne (Tawny) #D35006
Tints of Tenne (Tawny) #D35006
RGB
CMYK
RGB Variations
Color information
#D35006 (or 0xD35006) is known color: Tenne (Tawny). HEX triplet: D3, 50 and 06. RGB value is (211,80,6). Sum of RGB (Red+Green+Blue) = 211+80+6=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D35006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35006 is #2CAFF9. Grayscale: #6F6F6F. Windows color (decimal): -2928634 or 413907. OLE color: 413907.
HSL color Cylindrical-coordinate representation of color #D35006: hue angle of 21.66º 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 #D35006 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.17 |
| HSL | 21.66º | 0.94% | 0.43% | - |
| HSV(B) | 21.66º | 0.97% | 0.83% | - |
| XYZ | 29.77 | 19.6 | 2.39 | - |
| YUV | 110.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 6 | 0 | 0.62 | 0.97 | 0.17 | 21.66 | 0.94 | 0.43 |
| Hex | D3 | 50 | 6 | 0 | 3E | 61 | 11 | 16 | 5E | 2B |
| Octal | 323 | 120 | 6 | 0 | 76 | 141 | 21 | 26 | 136 | 53 |
| Binary | 11010011 | 1010000 | 110 | 0 | 111110 | 1100001 | 10001 | 10110 | 1011110 | 101011 |
Color Harmonies of #D35006
Complementary color
Monochromatic Colors of #D35006
Black with #D35006
Text Example
Text Example
White with #D35006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35006; }
p { color: rgb(211,80,6); }
H1.HeaderClassName
{
color: #D35006;
}
.AnyTagClassName
{
color: #D35006;
}
</style>
background-color css
<style>
a { background-color: #D35006; }
a { background-color: rgb(211,80,6); }
div.DivClassName
{
background-color: #D35006;
}
.BgClassName
{
background-color: #D35006;
}
</style>
border-color css
<style>
span { border-color: #D35006; }
span { border-color: rgb(211,80,6); }
td.TdClassName
{
border-color: #D35006;
}
.TagClassName
{
border-color: #D35006;
}
</style>