Shades of Tenne (Tawny) #D06B00
Tints of Tenne (Tawny) #D06B00
RGB
CMYK
RGB Variations
Color information
#D06B00 (or 0xD06B00) is known color: Tenne (Tawny). HEX triplet: D0, 6B and 00. RGB value is (208,107,0). Sum of RGB (Red+Green+Blue) = 208+107+0=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06B00 is #2F94FF. Grayscale: #7D7D7D. Windows color (decimal): -3118336 or 27600. OLE color: 27600.
HSL color Cylindrical-coordinate representation of color #D06B00: hue angle of 30.87º 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 #D06B00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.18 |
| HSL | 30.87º | 1% | 0.41% | - |
| HSV(B) | 30.87º | 1% | 0.82% | - |
| XYZ | 31.27 | 23.93 | 2.97 | - |
| YUV | 125 | 57.46 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 0 | 0 | 0.49 | 1 | 0.18 | 30.87 | 1 | 0.41 |
| Hex | D0 | 6B | 0 | 0 | 31 | 64 | 12 | 1F | 64 | 29 |
| Octal | 320 | 153 | 0 | 0 | 61 | 144 | 22 | 37 | 144 | 51 |
| Binary | 11010000 | 1101011 | 0 | 0 | 110001 | 1100100 | 10010 | 11111 | 1100100 | 101001 |
Color Harmonies of #D06B00
Complementary color
Monochromatic Colors of #D06B00
Black with #D06B00
Text Example
Text Example
White with #D06B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B00; }
p { color: rgb(208,107,0); }
H1.HeaderClassName
{
color: #D06B00;
}
.AnyTagClassName
{
color: #D06B00;
}
</style>
background-color css
<style>
a { background-color: #D06B00; }
a { background-color: rgb(208,107,0); }
div.DivClassName
{
background-color: #D06B00;
}
.BgClassName
{
background-color: #D06B00;
}
</style>
border-color css
<style>
span { border-color: #D06B00; }
span { border-color: rgb(208,107,0); }
td.TdClassName
{
border-color: #D06B00;
}
.TagClassName
{
border-color: #D06B00;
}
</style>