Shades of Tenne (Tawny) #D06000
Tints of Tenne (Tawny) #D06000
RGB
CMYK
RGB Variations
Color information
#D06000 (or 0xD06000) is known color: Tenne (Tawny). HEX triplet: D0, 60 and 00. RGB value is (208,96,0). Sum of RGB (Red+Green+Blue) = 208+96+0=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D06000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06000 is #2F9FFF. Grayscale: #777777. Windows color (decimal): -3121152 or 24784. OLE color: 24784.
HSL color Cylindrical-coordinate representation of color #D06000: hue angle of 27.69º 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 #D06000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.18 |
| HSL | 27.69º | 1% | 0.41% | - |
| HSV(B) | 27.69º | 1% | 0.82% | - |
| XYZ | 30.2 | 21.78 | 2.61 | - |
| YUV | 118.54 | 61.11 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 0 | 0 | 0.54 | 1 | 0.18 | 27.69 | 1 | 0.41 |
| Hex | D0 | 60 | 0 | 0 | 36 | 64 | 12 | 1C | 64 | 29 |
| Octal | 320 | 140 | 0 | 0 | 66 | 144 | 22 | 34 | 144 | 51 |
| Binary | 11010000 | 1100000 | 0 | 0 | 110110 | 1100100 | 10010 | 11100 | 1100100 | 101001 |
Color Harmonies of #D06000
Complementary color
Monochromatic Colors of #D06000
Black with #D06000
Text Example
Text Example
White with #D06000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06000; }
p { color: rgb(208,96,0); }
H1.HeaderClassName
{
color: #D06000;
}
.AnyTagClassName
{
color: #D06000;
}
</style>
background-color css
<style>
a { background-color: #D06000; }
a { background-color: rgb(208,96,0); }
div.DivClassName
{
background-color: #D06000;
}
.BgClassName
{
background-color: #D06000;
}
</style>
border-color css
<style>
span { border-color: #D06000; }
span { border-color: rgb(208,96,0); }
td.TdClassName
{
border-color: #D06000;
}
.TagClassName
{
border-color: #D06000;
}
</style>