Shades of Tenne (Tawny) #D76001
Tints of Tenne (Tawny) #D76001
RGB
CMYK
RGB Variations
Color information
#D76001 (or 0xD76001) is known color: Tenne (Tawny). HEX triplet: D7, 60 and 01. RGB value is (215,96,1). Sum of RGB (Red+Green+Blue) = 215+96+1=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D76001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76001 is #289FFE. Grayscale: #797979. Windows color (decimal): -2662399 or 90327. OLE color: 90327.
HSL color Cylindrical-coordinate representation of color #D76001: hue angle of 26.64º 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 #D76001 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.16 |
| HSL | 26.64º | 0.99% | 0.42% | - |
| HSV(B) | 26.64º | 1% | 0.84% | - |
| XYZ | 32.21 | 22.82 | 2.73 | - |
| YUV | 120.75 | 60.42 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 1 | 0 | 0.55 | 1.00 | 0.16 | 26.64 | 0.99 | 0.42 |
| Hex | D7 | 60 | 1 | 0 | 37 | 64 | 10 | 1B | 63 | 2A |
| Octal | 327 | 140 | 1 | 0 | 67 | 144 | 20 | 33 | 143 | 52 |
| Binary | 11010111 | 1100000 | 1 | 0 | 110111 | 1100100 | 10000 | 11011 | 1100011 | 101010 |
Color Harmonies of #D76001
Complementary color
Monochromatic Colors of #D76001
Black with #D76001
Text Example
Text Example
White with #D76001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76001; }
p { color: rgb(215,96,1); }
H1.HeaderClassName
{
color: #D76001;
}
.AnyTagClassName
{
color: #D76001;
}
</style>
background-color css
<style>
a { background-color: #D76001; }
a { background-color: rgb(215,96,1); }
div.DivClassName
{
background-color: #D76001;
}
.BgClassName
{
background-color: #D76001;
}
</style>
border-color css
<style>
span { border-color: #D76001; }
span { border-color: rgb(215,96,1); }
td.TdClassName
{
border-color: #D76001;
}
.TagClassName
{
border-color: #D76001;
}
</style>