Shades of Tenne (Tawny) #D36008
Tints of Tenne (Tawny) #D36008
RGB
CMYK
RGB Variations
Color information
#D36008 (or 0xD36008) is known color: Tenne (Tawny). HEX triplet: D3, 60 and 08. RGB value is (211,96,8). Sum of RGB (Red+Green+Blue) = 211+96+8=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D36008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36008 is #2C9FF7. Grayscale: #787878. Windows color (decimal): -2924536 or 549075. OLE color: 549075.
HSL color Cylindrical-coordinate representation of color #D36008: hue angle of 26.01º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D36008 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 8 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.17 |
| HSL | 26.01º | 0.93% | 0.43% | - |
| HSV(B) | 26.01º | 0.96% | 0.83% | - |
| XYZ | 31.09 | 22.23 | 2.88 | - |
| YUV | 120.35 | 64.6 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 8 | 0 | 0.55 | 0.96 | 0.17 | 26.01 | 0.93 | 0.43 |
| Hex | D3 | 60 | 8 | 0 | 37 | 60 | 11 | 1A | 5D | 2B |
| Octal | 323 | 140 | 10 | 0 | 67 | 140 | 21 | 32 | 135 | 53 |
| Binary | 11010011 | 1100000 | 1000 | 0 | 110111 | 1100000 | 10001 | 11010 | 1011101 | 101011 |
Color Harmonies of #D36008
Complementary color
Monochromatic Colors of #D36008
Black with #D36008
Text Example
Text Example
White with #D36008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36008; }
p { color: rgb(211,96,8); }
H1.HeaderClassName
{
color: #D36008;
}
.AnyTagClassName
{
color: #D36008;
}
</style>
background-color css
<style>
a { background-color: #D36008; }
a { background-color: rgb(211,96,8); }
div.DivClassName
{
background-color: #D36008;
}
.BgClassName
{
background-color: #D36008;
}
</style>
border-color css
<style>
span { border-color: #D36008; }
span { border-color: rgb(211,96,8); }
td.TdClassName
{
border-color: #D36008;
}
.TagClassName
{
border-color: #D36008;
}
</style>