Shades of Tenne (Tawny) #D66300
Tints of Tenne (Tawny) #D66300
RGB
CMYK
RGB Variations
Color information
#D66300 (or 0xD66300) is known color: Tenne (Tawny). HEX triplet: D6, 63 and 00. RGB value is (214,99,0). Sum of RGB (Red+Green+Blue) = 214+99+0=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D66300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66300 is #299CFF. Grayscale: #7A7A7A. Windows color (decimal): -2727168 or 25558. OLE color: 25558.
HSL color Cylindrical-coordinate representation of color #D66300: hue angle of 27.76º 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 #D66300 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.16 |
| HSL | 27.76º | 1% | 0.42% | - |
| HSV(B) | 27.76º | 1% | 0.84% | - |
| XYZ | 32.19 | 23.22 | 2.79 | - |
| YUV | 122.1 | 59.1 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 0 | 0 | 0.54 | 1 | 0.16 | 27.76 | 1 | 0.42 |
| Hex | D6 | 63 | 0 | 0 | 36 | 64 | 10 | 1C | 64 | 2A |
| Octal | 326 | 143 | 0 | 0 | 66 | 144 | 20 | 34 | 144 | 52 |
| Binary | 11010110 | 1100011 | 0 | 0 | 110110 | 1100100 | 10000 | 11100 | 1100100 | 101010 |
Color Harmonies of #D66300
Complementary color
Monochromatic Colors of #D66300
Black with #D66300
Text Example
Text Example
White with #D66300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66300; }
p { color: rgb(214,99,0); }
H1.HeaderClassName
{
color: #D66300;
}
.AnyTagClassName
{
color: #D66300;
}
</style>
background-color css
<style>
a { background-color: #D66300; }
a { background-color: rgb(214,99,0); }
div.DivClassName
{
background-color: #D66300;
}
.BgClassName
{
background-color: #D66300;
}
</style>
border-color css
<style>
span { border-color: #D66300; }
span { border-color: rgb(214,99,0); }
td.TdClassName
{
border-color: #D66300;
}
.TagClassName
{
border-color: #D66300;
}
</style>