Shades of Tenne (Tawny) #D64C00
Tints of Tenne (Tawny) #D64C00
RGB
CMYK
RGB Variations
Color information
#D64C00 (or 0xD64C00) is known color: Tenne (Tawny). HEX triplet: D6, 4C and 00. RGB value is (214,76,0). Sum of RGB (Red+Green+Blue) = 214+76+0=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C00 is #29B3FF. Grayscale: #6D6D6D. Windows color (decimal): -2733056 or 19670. OLE color: 19670.
HSL color Cylindrical-coordinate representation of color #D64C00: hue angle of 21.31º 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 #D64C00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.16 |
| HSL | 21.31º | 1% | 0.42% | - |
| HSV(B) | 21.31º | 1% | 0.84% | - |
| XYZ | 30.32 | 19.47 | 2.16 | - |
| YUV | 108.6 | 66.72 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 0 | 0 | 0.64 | 1 | 0.16 | 21.31 | 1 | 0.42 |
| Hex | D6 | 4C | 0 | 0 | 40 | 64 | 10 | 15 | 64 | 2A |
| Octal | 326 | 114 | 0 | 0 | 100 | 144 | 20 | 25 | 144 | 52 |
| Binary | 11010110 | 1001100 | 0 | 0 | 1000000 | 1100100 | 10000 | 10101 | 1100100 | 101010 |
Color Harmonies of #D64C00
Complementary color
Monochromatic Colors of #D64C00
Black with #D64C00
Text Example
Text Example
White with #D64C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C00; }
p { color: rgb(214,76,0); }
H1.HeaderClassName
{
color: #D64C00;
}
.AnyTagClassName
{
color: #D64C00;
}
</style>
background-color css
<style>
a { background-color: #D64C00; }
a { background-color: rgb(214,76,0); }
div.DivClassName
{
background-color: #D64C00;
}
.BgClassName
{
background-color: #D64C00;
}
</style>
border-color css
<style>
span { border-color: #D64C00; }
span { border-color: rgb(214,76,0); }
td.TdClassName
{
border-color: #D64C00;
}
.TagClassName
{
border-color: #D64C00;
}
</style>