Shades of Tenne (Tawny) #D66600
Tints of Tenne (Tawny) #D66600
RGB
CMYK
RGB Variations
Color information
#D66600 (or 0xD66600) is known color: Tenne (Tawny). HEX triplet: D6, 66 and 00. RGB value is (214,102,0). Sum of RGB (Red+Green+Blue) = 214+102+0=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D66600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66600 is #2999FF. Grayscale: #7C7C7C. Windows color (decimal): -2726400 or 26326. OLE color: 26326.
HSL color Cylindrical-coordinate representation of color #D66600: hue angle of 28.6º 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 #D66600 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.16 |
| HSL | 28.6º | 1% | 0.42% | - |
| HSV(B) | 28.6º | 1% | 0.84% | - |
| XYZ | 32.48 | 23.8 | 2.88 | - |
| YUV | 123.86 | 58.11 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 0 | 0 | 0.52 | 1 | 0.16 | 28.6 | 1 | 0.42 |
| Hex | D6 | 66 | 0 | 0 | 34 | 64 | 10 | 1D | 64 | 2A |
| Octal | 326 | 146 | 0 | 0 | 64 | 144 | 20 | 35 | 144 | 52 |
| Binary | 11010110 | 1100110 | 0 | 0 | 110100 | 1100100 | 10000 | 11101 | 1100100 | 101010 |
Color Harmonies of #D66600
Complementary color
Monochromatic Colors of #D66600
Black with #D66600
Text Example
Text Example
White with #D66600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66600; }
p { color: rgb(214,102,0); }
H1.HeaderClassName
{
color: #D66600;
}
.AnyTagClassName
{
color: #D66600;
}
</style>
background-color css
<style>
a { background-color: #D66600; }
a { background-color: rgb(214,102,0); }
div.DivClassName
{
background-color: #D66600;
}
.BgClassName
{
background-color: #D66600;
}
</style>
border-color css
<style>
span { border-color: #D66600; }
span { border-color: rgb(214,102,0); }
td.TdClassName
{
border-color: #D66600;
}
.TagClassName
{
border-color: #D66600;
}
</style>