Shades of Tenne (Tawny) #D45000
Tints of Tenne (Tawny) #D45000
RGB
CMYK
RGB Variations
Color information
#D45000 (or 0xD45000) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 00. RGB value is (212,80,0). Sum of RGB (Red+Green+Blue) = 212+80+0=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D45000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45000 is #2BAFFF. Grayscale: #6E6E6E. Windows color (decimal): -2863104 or 20692. OLE color: 20692.
HSL color Cylindrical-coordinate representation of color #D45000: hue angle of 22.64º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D45000 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.17 |
| HSL | 22.64º | 1% | 0.42% | - |
| HSV(B) | 22.64º | 1% | 0.83% | - |
| XYZ | 30.02 | 19.73 | 2.23 | - |
| YUV | 110.35 | 65.73 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 0 | 0 | 0.62 | 1 | 0.17 | 22.64 | 1 | 0.42 |
| Hex | D4 | 50 | 0 | 0 | 3E | 64 | 11 | 17 | 64 | 2A |
| Octal | 324 | 120 | 0 | 0 | 76 | 144 | 21 | 27 | 144 | 52 |
| Binary | 11010100 | 1010000 | 0 | 0 | 111110 | 1100100 | 10001 | 10111 | 1100100 | 101010 |
Color Harmonies of #D45000
Complementary color
Monochromatic Colors of #D45000
Black with #D45000
Text Example
Text Example
White with #D45000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45000; }
p { color: rgb(212,80,0); }
H1.HeaderClassName
{
color: #D45000;
}
.AnyTagClassName
{
color: #D45000;
}
</style>
background-color css
<style>
a { background-color: #D45000; }
a { background-color: rgb(212,80,0); }
div.DivClassName
{
background-color: #D45000;
}
.BgClassName
{
background-color: #D45000;
}
</style>
border-color css
<style>
span { border-color: #D45000; }
span { border-color: rgb(212,80,0); }
td.TdClassName
{
border-color: #D45000;
}
.TagClassName
{
border-color: #D45000;
}
</style>