Shades of Tenne (Tawny) #D76203
Tints of Tenne (Tawny) #D76203
RGB
CMYK
RGB Variations
Color information
#D76203 (or 0xD76203) is known color: Tenne (Tawny). HEX triplet: D7, 62 and 03. RGB value is (215,98,3). Sum of RGB (Red+Green+Blue) = 215+98+3=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D76203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76203 is #289DFC. Grayscale: #7A7A7A. Windows color (decimal): -2661885 or 221911. OLE color: 221911.
HSL color Cylindrical-coordinate representation of color #D76203: hue angle of 26.89º degrees, saturation: 0.97, 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 #D76203 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.16 |
| HSL | 26.89º | 0.97% | 0.43% | - |
| HSV(B) | 26.89º | 0.99% | 0.84% | - |
| XYZ | 32.41 | 23.19 | 2.85 | - |
| YUV | 122.15 | 60.76 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 3 | 0 | 0.54 | 0.99 | 0.16 | 26.89 | 0.97 | 0.43 |
| Hex | D7 | 62 | 3 | 0 | 36 | 63 | 10 | 1B | 61 | 2B |
| Octal | 327 | 142 | 3 | 0 | 66 | 143 | 20 | 33 | 141 | 53 |
| Binary | 11010111 | 1100010 | 11 | 0 | 110110 | 1100011 | 10000 | 11011 | 1100001 | 101011 |
Color Harmonies of #D76203
Complementary color
Monochromatic Colors of #D76203
Black with #D76203
Text Example
Text Example
White with #D76203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76203; }
p { color: rgb(215,98,3); }
H1.HeaderClassName
{
color: #D76203;
}
.AnyTagClassName
{
color: #D76203;
}
</style>
background-color css
<style>
a { background-color: #D76203; }
a { background-color: rgb(215,98,3); }
div.DivClassName
{
background-color: #D76203;
}
.BgClassName
{
background-color: #D76203;
}
</style>
border-color css
<style>
span { border-color: #D76203; }
span { border-color: rgb(215,98,3); }
td.TdClassName
{
border-color: #D76203;
}
.TagClassName
{
border-color: #D76203;
}
</style>