Shades of Tenne (Tawny) #D66201
Tints of Tenne (Tawny) #D66201
RGB
CMYK
RGB Variations
Color information
#D66201 (or 0xD66201) is known color: Tenne (Tawny). HEX triplet: D6, 62 and 01. RGB value is (214,98,1). Sum of RGB (Red+Green+Blue) = 214+98+1=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D66201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66201 is #299DFE. Grayscale: #7A7A7A. Windows color (decimal): -2727423 or 90838. OLE color: 90838.
HSL color Cylindrical-coordinate representation of color #D66201: hue angle of 27.32º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D66201 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.16 |
| HSL | 27.32º | 0.99% | 0.42% | - |
| HSV(B) | 27.32º | 1% | 0.84% | - |
| XYZ | 32.1 | 23.03 | 2.78 | - |
| YUV | 121.63 | 59.93 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 1 | 0 | 0.54 | 1.00 | 0.16 | 27.32 | 0.99 | 0.42 |
| Hex | D6 | 62 | 1 | 0 | 36 | 64 | 10 | 1B | 63 | 2A |
| Octal | 326 | 142 | 1 | 0 | 66 | 144 | 20 | 33 | 143 | 52 |
| Binary | 11010110 | 1100010 | 1 | 0 | 110110 | 1100100 | 10000 | 11011 | 1100011 | 101010 |
Color Harmonies of #D66201
Complementary color
Monochromatic Colors of #D66201
Black with #D66201
Text Example
Text Example
White with #D66201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66201; }
p { color: rgb(214,98,1); }
H1.HeaderClassName
{
color: #D66201;
}
.AnyTagClassName
{
color: #D66201;
}
</style>
background-color css
<style>
a { background-color: #D66201; }
a { background-color: rgb(214,98,1); }
div.DivClassName
{
background-color: #D66201;
}
.BgClassName
{
background-color: #D66201;
}
</style>
border-color css
<style>
span { border-color: #D66201; }
span { border-color: rgb(214,98,1); }
td.TdClassName
{
border-color: #D66201;
}
.TagClassName
{
border-color: #D66201;
}
</style>