Shades of Tenne (Tawny) #D64400
Tints of Tenne (Tawny) #D64400
RGB
CMYK
RGB Variations
Color information
#D64400 (or 0xD64400) is known color: Tenne (Tawny). HEX triplet: D6, 44 and 00. RGB value is (214,68,0). Sum of RGB (Red+Green+Blue) = 214+68+0=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D64400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64400 is #29BBFF. Grayscale: #686868. Windows color (decimal): -2735104 or 17622. OLE color: 17622.
HSL color Cylindrical-coordinate representation of color #D64400: hue angle of 19.07º 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 #D64400 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.16 |
| HSL | 19.07º | 1% | 0.42% | - |
| HSV(B) | 19.07º | 1% | 0.84% | - |
| XYZ | 29.8 | 18.43 | 1.99 | - |
| YUV | 103.9 | 69.37 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 0 | 0 | 0.68 | 1 | 0.16 | 19.07 | 1 | 0.42 |
| Hex | D6 | 44 | 0 | 0 | 44 | 64 | 10 | 13 | 64 | 2A |
| Octal | 326 | 104 | 0 | 0 | 104 | 144 | 20 | 23 | 144 | 52 |
| Binary | 11010110 | 1000100 | 0 | 0 | 1000100 | 1100100 | 10000 | 10011 | 1100100 | 101010 |
Color Harmonies of #D64400
Complementary color
Monochromatic Colors of #D64400
Black with #D64400
Text Example
Text Example
White with #D64400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64400; }
p { color: rgb(214,68,0); }
H1.HeaderClassName
{
color: #D64400;
}
.AnyTagClassName
{
color: #D64400;
}
</style>
background-color css
<style>
a { background-color: #D64400; }
a { background-color: rgb(214,68,0); }
div.DivClassName
{
background-color: #D64400;
}
.BgClassName
{
background-color: #D64400;
}
</style>
border-color css
<style>
span { border-color: #D64400; }
span { border-color: rgb(214,68,0); }
td.TdClassName
{
border-color: #D64400;
}
.TagClassName
{
border-color: #D64400;
}
</style>