Shades of Tenne (Tawny) #D06A00
Tints of Tenne (Tawny) #D06A00
RGB
CMYK
RGB Variations
Color information
#D06A00 (or 0xD06A00) is known color: Tenne (Tawny). HEX triplet: D0, 6A and 00. RGB value is (208,106,0). Sum of RGB (Red+Green+Blue) = 208+106+0=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06A00 is #2F95FF. Grayscale: #7C7C7C. Windows color (decimal): -3118592 or 27344. OLE color: 27344.
HSL color Cylindrical-coordinate representation of color #D06A00: hue angle of 30.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D06A00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.18 |
| HSL | 30.58º | 1% | 0.41% | - |
| HSV(B) | 30.58º | 1% | 0.82% | - |
| XYZ | 31.17 | 23.72 | 2.94 | - |
| YUV | 124.41 | 57.79 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 0 | 0 | 0.49 | 1 | 0.18 | 30.58 | 1 | 0.41 |
| Hex | D0 | 6A | 0 | 0 | 31 | 64 | 12 | 1F | 64 | 29 |
| Octal | 320 | 152 | 0 | 0 | 61 | 144 | 22 | 37 | 144 | 51 |
| Binary | 11010000 | 1101010 | 0 | 0 | 110001 | 1100100 | 10010 | 11111 | 1100100 | 101001 |
Color Harmonies of #D06A00
Complementary color
Monochromatic Colors of #D06A00
Black with #D06A00
Text Example
Text Example
White with #D06A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A00; }
p { color: rgb(208,106,0); }
H1.HeaderClassName
{
color: #D06A00;
}
.AnyTagClassName
{
color: #D06A00;
}
</style>
background-color css
<style>
a { background-color: #D06A00; }
a { background-color: rgb(208,106,0); }
div.DivClassName
{
background-color: #D06A00;
}
.BgClassName
{
background-color: #D06A00;
}
</style>
border-color css
<style>
span { border-color: #D06A00; }
span { border-color: rgb(208,106,0); }
td.TdClassName
{
border-color: #D06A00;
}
.TagClassName
{
border-color: #D06A00;
}
</style>