Shades of Tenne (Tawny) #D45F00
Tints of Tenne (Tawny) #D45F00
RGB
CMYK
RGB Variations
Color information
#D45F00 (or 0xD45F00) is known color: Tenne (Tawny). HEX triplet: D4, 5F and 00. RGB value is (212,95,0). Sum of RGB (Red+Green+Blue) = 212+95+0=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45F00 is #2BA0FF. Grayscale: #777777. Windows color (decimal): -2859264 or 24532. OLE color: 24532.
HSL color Cylindrical-coordinate representation of color #D45F00: hue angle of 26.89º 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 #D45F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.17 |
| HSL | 26.89º | 1% | 0.42% | - |
| HSV(B) | 26.89º | 1% | 0.83% | - |
| XYZ | 31.24 | 22.18 | 2.63 | - |
| YUV | 119.15 | 60.76 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 0 | 0 | 0.55 | 1 | 0.17 | 26.89 | 1 | 0.42 |
| Hex | D4 | 5F | 0 | 0 | 37 | 64 | 11 | 1B | 64 | 2A |
| Octal | 324 | 137 | 0 | 0 | 67 | 144 | 21 | 33 | 144 | 52 |
| Binary | 11010100 | 1011111 | 0 | 0 | 110111 | 1100100 | 10001 | 11011 | 1100100 | 101010 |
Color Harmonies of #D45F00
Complementary color
Monochromatic Colors of #D45F00
Black with #D45F00
Text Example
Text Example
White with #D45F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45F00; }
p { color: rgb(212,95,0); }
H1.HeaderClassName
{
color: #D45F00;
}
.AnyTagClassName
{
color: #D45F00;
}
</style>
background-color css
<style>
a { background-color: #D45F00; }
a { background-color: rgb(212,95,0); }
div.DivClassName
{
background-color: #D45F00;
}
.BgClassName
{
background-color: #D45F00;
}
</style>
border-color css
<style>
span { border-color: #D45F00; }
span { border-color: rgb(212,95,0); }
td.TdClassName
{
border-color: #D45F00;
}
.TagClassName
{
border-color: #D45F00;
}
</style>