Shades of Tenne (Tawny) #D45511
Tints of Tenne (Tawny) #D45511
RGB
CMYK
RGB Variations
Color information
#D45511 (or 0xD45511) is known color: Tenne (Tawny). HEX triplet: D4, 55 and 11. RGB value is (212,85,17). Sum of RGB (Red+Green+Blue) = 212+85+17=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D45511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45511 is #2BAAEE. Grayscale: #737373. Windows color (decimal): -2861807 or 1136084. OLE color: 1136084.
HSL color Cylindrical-coordinate representation of color #D45511: hue angle of 20.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D45511 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.17 |
| HSL | 20.92º | 0.85% | 0.45% | - |
| HSV(B) | 20.92º | 0.92% | 0.83% | - |
| XYZ | 30.5 | 20.53 | 2.89 | - |
| YUV | 115.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 17 | 0 | 0.60 | 0.92 | 0.17 | 20.92 | 0.85 | 0.45 |
| Hex | D4 | 55 | 11 | 0 | 3C | 5C | 11 | 15 | 55 | 2D |
| Octal | 324 | 125 | 21 | 0 | 74 | 134 | 21 | 25 | 125 | 55 |
| Binary | 11010100 | 1010101 | 10001 | 0 | 111100 | 1011100 | 10001 | 10101 | 1010101 | 101101 |
Color Harmonies of #D45511
Complementary color
Monochromatic Colors of #D45511
Black with #D45511
Text Example
Text Example
White with #D45511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45511; }
p { color: rgb(212,85,17); }
H1.HeaderClassName
{
color: #D45511;
}
.AnyTagClassName
{
color: #D45511;
}
</style>
background-color css
<style>
a { background-color: #D45511; }
a { background-color: rgb(212,85,17); }
div.DivClassName
{
background-color: #D45511;
}
.BgClassName
{
background-color: #D45511;
}
</style>
border-color css
<style>
span { border-color: #D45511; }
span { border-color: rgb(212,85,17); }
td.TdClassName
{
border-color: #D45511;
}
.TagClassName
{
border-color: #D45511;
}
</style>