Shades of Tenne (Tawny) #D06709
Tints of Tenne (Tawny) #D06709
RGB
CMYK
RGB Variations
Color information
#D06709 (or 0xD06709) is known color: Tenne (Tawny). HEX triplet: D0, 67 and 09. RGB value is (208,103,9). Sum of RGB (Red+Green+Blue) = 208+103+9=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D06709 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06709 is #2F98F6. Grayscale: #7C7C7C. Windows color (decimal): -3119351 or 616400. OLE color: 616400.
HSL color Cylindrical-coordinate representation of color #D06709: hue angle of 28.34º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D06709 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 9 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.18 |
| HSL | 28.34º | 0.92% | 0.43% | - |
| HSV(B) | 28.34º | 0.96% | 0.82% | - |
| XYZ | 30.91 | 23.13 | 3.09 | - |
| YUV | 123.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 9 | 0 | 0.50 | 0.96 | 0.18 | 28.34 | 0.92 | 0.43 |
| Hex | D0 | 67 | 9 | 0 | 32 | 60 | 12 | 1C | 5C | 2B |
| Octal | 320 | 147 | 11 | 0 | 62 | 140 | 22 | 34 | 134 | 53 |
| Binary | 11010000 | 1100111 | 1001 | 0 | 110010 | 1100000 | 10010 | 11100 | 1011100 | 101011 |
Color Harmonies of #D06709
Complementary color
Monochromatic Colors of #D06709
Black with #D06709
Text Example
Text Example
White with #D06709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06709; }
p { color: rgb(208,103,9); }
H1.HeaderClassName
{
color: #D06709;
}
.AnyTagClassName
{
color: #D06709;
}
</style>
background-color css
<style>
a { background-color: #D06709; }
a { background-color: rgb(208,103,9); }
div.DivClassName
{
background-color: #D06709;
}
.BgClassName
{
background-color: #D06709;
}
</style>
border-color css
<style>
span { border-color: #D06709; }
span { border-color: rgb(208,103,9); }
td.TdClassName
{
border-color: #D06709;
}
.TagClassName
{
border-color: #D06709;
}
</style>