Shades of Tenne (Tawny) #D35607
Tints of Tenne (Tawny) #D35607
RGB
CMYK
RGB Variations
Color information
#D35607 (or 0xD35607) is known color: Tenne (Tawny). HEX triplet: D3, 56 and 07. RGB value is (211,86,7). Sum of RGB (Red+Green+Blue) = 211+86+7=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D35607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35607 is #2CA9F8. Grayscale: #727272. Windows color (decimal): -2927097 or 480979. OLE color: 480979.
HSL color Cylindrical-coordinate representation of color #D35607: hue angle of 23.24º 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 #D35607 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.17 |
| HSL | 23.24º | 0.94% | 0.43% | - |
| HSV(B) | 23.24º | 0.97% | 0.83% | - |
| XYZ | 30.23 | 20.52 | 2.57 | - |
| YUV | 114.37 | 67.41 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 7 | 0 | 0.59 | 0.97 | 0.17 | 23.24 | 0.94 | 0.43 |
| Hex | D3 | 56 | 7 | 0 | 3B | 61 | 11 | 17 | 5E | 2B |
| Octal | 323 | 126 | 7 | 0 | 73 | 141 | 21 | 27 | 136 | 53 |
| Binary | 11010011 | 1010110 | 111 | 0 | 111011 | 1100001 | 10001 | 10111 | 1011110 | 101011 |
Color Harmonies of #D35607
Complementary color
Monochromatic Colors of #D35607
Black with #D35607
Text Example
Text Example
White with #D35607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35607; }
p { color: rgb(211,86,7); }
H1.HeaderClassName
{
color: #D35607;
}
.AnyTagClassName
{
color: #D35607;
}
</style>
background-color css
<style>
a { background-color: #D35607; }
a { background-color: rgb(211,86,7); }
div.DivClassName
{
background-color: #D35607;
}
.BgClassName
{
background-color: #D35607;
}
</style>
border-color css
<style>
span { border-color: #D35607; }
span { border-color: rgb(211,86,7); }
td.TdClassName
{
border-color: #D35607;
}
.TagClassName
{
border-color: #D35607;
}
</style>