Shades of Tenne (Tawny) #D76004
Tints of Tenne (Tawny) #D76004
RGB
CMYK
RGB Variations
Color information
#D76004 (or 0xD76004) is known color: Tenne (Tawny). HEX triplet: D7, 60 and 04. RGB value is (215,96,4). Sum of RGB (Red+Green+Blue) = 215+96+4=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D76004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76004 is #289FFB. Grayscale: #797979. Windows color (decimal): -2662396 or 286935. OLE color: 286935.
HSL color Cylindrical-coordinate representation of color #D76004: hue angle of 26.16º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D76004 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.16 |
| HSL | 26.16º | 0.96% | 0.43% | - |
| HSV(B) | 26.16º | 0.98% | 0.84% | - |
| XYZ | 32.23 | 22.82 | 2.82 | - |
| YUV | 121.09 | 61.92 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 4 | 0 | 0.55 | 0.98 | 0.16 | 26.16 | 0.96 | 0.43 |
| Hex | D7 | 60 | 4 | 0 | 37 | 62 | 10 | 1A | 60 | 2B |
| Octal | 327 | 140 | 4 | 0 | 67 | 142 | 20 | 32 | 140 | 53 |
| Binary | 11010111 | 1100000 | 100 | 0 | 110111 | 1100010 | 10000 | 11010 | 1100000 | 101011 |
Color Harmonies of #D76004
Complementary color
Monochromatic Colors of #D76004
Black with #D76004
Text Example
Text Example
White with #D76004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76004; }
p { color: rgb(215,96,4); }
H1.HeaderClassName
{
color: #D76004;
}
.AnyTagClassName
{
color: #D76004;
}
</style>
background-color css
<style>
a { background-color: #D76004; }
a { background-color: rgb(215,96,4); }
div.DivClassName
{
background-color: #D76004;
}
.BgClassName
{
background-color: #D76004;
}
</style>
border-color css
<style>
span { border-color: #D76004; }
span { border-color: rgb(215,96,4); }
td.TdClassName
{
border-color: #D76004;
}
.TagClassName
{
border-color: #D76004;
}
</style>