Shades of Tenne (Tawny) #D66000
Tints of Tenne (Tawny) #D66000
RGB
CMYK
RGB Variations
Color information
#D66000 (or 0xD66000) is known color: Tenne (Tawny). HEX triplet: D6, 60 and 00. RGB value is (214,96,0). Sum of RGB (Red+Green+Blue) = 214+96+0=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D66000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66000 is #299FFF. Grayscale: #787878. Windows color (decimal): -2727936 or 24790. OLE color: 24790.
HSL color Cylindrical-coordinate representation of color #D66000: hue angle of 26.92º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D66000 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.16 |
| HSL | 26.92º | 1% | 0.42% | - |
| HSV(B) | 26.92º | 1% | 0.84% | - |
| XYZ | 31.91 | 22.66 | 2.69 | - |
| YUV | 120.34 | 60.09 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 0 | 0 | 0.55 | 1 | 0.16 | 26.92 | 1 | 0.42 |
| Hex | D6 | 60 | 0 | 0 | 37 | 64 | 10 | 1B | 64 | 2A |
| Octal | 326 | 140 | 0 | 0 | 67 | 144 | 20 | 33 | 144 | 52 |
| Binary | 11010110 | 1100000 | 0 | 0 | 110111 | 1100100 | 10000 | 11011 | 1100100 | 101010 |
Color Harmonies of #D66000
Complementary color
Monochromatic Colors of #D66000
Black with #D66000
Text Example
Text Example
White with #D66000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66000; }
p { color: rgb(214,96,0); }
H1.HeaderClassName
{
color: #D66000;
}
.AnyTagClassName
{
color: #D66000;
}
</style>
background-color css
<style>
a { background-color: #D66000; }
a { background-color: rgb(214,96,0); }
div.DivClassName
{
background-color: #D66000;
}
.BgClassName
{
background-color: #D66000;
}
</style>
border-color css
<style>
span { border-color: #D66000; }
span { border-color: rgb(214,96,0); }
td.TdClassName
{
border-color: #D66000;
}
.TagClassName
{
border-color: #D66000;
}
</style>