Shades of Tenne (Tawny) #D76202
Tints of Tenne (Tawny) #D76202
RGB
CMYK
RGB Variations
Color information
#D76202 (or 0xD76202) is known color: Tenne (Tawny). HEX triplet: D7, 62 and 02. RGB value is (215,98,2). Sum of RGB (Red+Green+Blue) = 215+98+2=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D76202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76202 is #289DFD. Grayscale: #7A7A7A. Windows color (decimal): -2661886 or 156375. OLE color: 156375.
HSL color Cylindrical-coordinate representation of color #D76202: hue angle of 27.04º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D76202 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.16 |
| HSL | 27.04º | 0.98% | 0.43% | - |
| HSV(B) | 27.04º | 0.99% | 0.84% | - |
| XYZ | 32.4 | 23.19 | 2.83 | - |
| YUV | 122.04 | 60.26 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 2 | 0 | 0.54 | 0.99 | 0.16 | 27.04 | 0.98 | 0.43 |
| Hex | D7 | 62 | 2 | 0 | 36 | 63 | 10 | 1B | 62 | 2B |
| Octal | 327 | 142 | 2 | 0 | 66 | 143 | 20 | 33 | 142 | 53 |
| Binary | 11010111 | 1100010 | 10 | 0 | 110110 | 1100011 | 10000 | 11011 | 1100010 | 101011 |
Color Harmonies of #D76202
Complementary color
Monochromatic Colors of #D76202
Black with #D76202
Text Example
Text Example
White with #D76202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76202; }
p { color: rgb(215,98,2); }
H1.HeaderClassName
{
color: #D76202;
}
.AnyTagClassName
{
color: #D76202;
}
</style>
background-color css
<style>
a { background-color: #D76202; }
a { background-color: rgb(215,98,2); }
div.DivClassName
{
background-color: #D76202;
}
.BgClassName
{
background-color: #D76202;
}
</style>
border-color css
<style>
span { border-color: #D76202; }
span { border-color: rgb(215,98,2); }
td.TdClassName
{
border-color: #D76202;
}
.TagClassName
{
border-color: #D76202;
}
</style>