Shades of Tenne (Tawny) #D76303
Tints of Tenne (Tawny) #D76303
RGB
CMYK
RGB Variations
Color information
#D76303 (or 0xD76303) is known color: Tenne (Tawny). HEX triplet: D7, 63 and 03. RGB value is (215,99,3). Sum of RGB (Red+Green+Blue) = 215+99+3=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D76303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76303 is #289CFC. Grayscale: #7B7B7B. Windows color (decimal): -2661629 or 222167. OLE color: 222167.
HSL color Cylindrical-coordinate representation of color #D76303: hue angle of 27.17º 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 #D76303 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.16 |
| HSL | 27.17º | 0.97% | 0.43% | - |
| HSV(B) | 27.17º | 0.99% | 0.84% | - |
| XYZ | 32.5 | 23.38 | 2.89 | - |
| YUV | 122.74 | 60.43 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 3 | 0 | 0.54 | 0.99 | 0.16 | 27.17 | 0.97 | 0.43 |
| Hex | D7 | 63 | 3 | 0 | 36 | 63 | 10 | 1B | 61 | 2B |
| Octal | 327 | 143 | 3 | 0 | 66 | 143 | 20 | 33 | 141 | 53 |
| Binary | 11010111 | 1100011 | 11 | 0 | 110110 | 1100011 | 10000 | 11011 | 1100001 | 101011 |
Color Harmonies of #D76303
Complementary color
Monochromatic Colors of #D76303
Black with #D76303
Text Example
Text Example
White with #D76303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76303; }
p { color: rgb(215,99,3); }
H1.HeaderClassName
{
color: #D76303;
}
.AnyTagClassName
{
color: #D76303;
}
</style>
background-color css
<style>
a { background-color: #D76303; }
a { background-color: rgb(215,99,3); }
div.DivClassName
{
background-color: #D76303;
}
.BgClassName
{
background-color: #D76303;
}
</style>
border-color css
<style>
span { border-color: #D76303; }
span { border-color: rgb(215,99,3); }
td.TdClassName
{
border-color: #D76303;
}
.TagClassName
{
border-color: #D76303;
}
</style>