Shades of Tenne (Tawny) #D45008
Tints of Tenne (Tawny) #D45008
RGB
CMYK
RGB Variations
Color information
#D45008 (or 0xD45008) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 08. RGB value is (212,80,8). Sum of RGB (Red+Green+Blue) = 212+80+8=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D45008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45008 is #2BAFF7. Grayscale: #6F6F6F. Windows color (decimal): -2863096 or 544980. OLE color: 544980.
HSL color Cylindrical-coordinate representation of color #D45008: hue angle of 21.18º 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 #D45008 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.17 |
| HSL | 21.18º | 0.93% | 0.43% | - |
| HSV(B) | 21.18º | 0.96% | 0.83% | - |
| XYZ | 30.06 | 19.75 | 2.46 | - |
| YUV | 111.26 | 69.73 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 8 | 0 | 0.62 | 0.96 | 0.17 | 21.18 | 0.93 | 0.43 |
| Hex | D4 | 50 | 8 | 0 | 3E | 60 | 11 | 15 | 5D | 2B |
| Octal | 324 | 120 | 10 | 0 | 76 | 140 | 21 | 25 | 135 | 53 |
| Binary | 11010100 | 1010000 | 1000 | 0 | 111110 | 1100000 | 10001 | 10101 | 1011101 | 101011 |
Color Harmonies of #D45008
Complementary color
Monochromatic Colors of #D45008
Black with #D45008
Text Example
Text Example
White with #D45008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45008; }
p { color: rgb(212,80,8); }
H1.HeaderClassName
{
color: #D45008;
}
.AnyTagClassName
{
color: #D45008;
}
</style>
background-color css
<style>
a { background-color: #D45008; }
a { background-color: rgb(212,80,8); }
div.DivClassName
{
background-color: #D45008;
}
.BgClassName
{
background-color: #D45008;
}
</style>
border-color css
<style>
span { border-color: #D45008; }
span { border-color: rgb(212,80,8); }
td.TdClassName
{
border-color: #D45008;
}
.TagClassName
{
border-color: #D45008;
}
</style>