Shades of Tenne (Tawny) #D45011
Tints of Tenne (Tawny) #D45011
RGB
CMYK
RGB Variations
Color information
#D45011 (or 0xD45011) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 11. RGB value is (212,80,17). Sum of RGB (Red+Green+Blue) = 212+80+17=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D45011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45011 is #2BAFEE. Grayscale: #707070. Windows color (decimal): -2863087 or 1134804. OLE color: 1134804.
HSL color Cylindrical-coordinate representation of color #D45011: hue angle of 19.38º 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 #D45011 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.17 |
| HSL | 19.38º | 0.85% | 0.45% | - |
| HSV(B) | 19.38º | 0.92% | 0.83% | - |
| XYZ | 30.12 | 19.77 | 2.76 | - |
| YUV | 112.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 17 | 0 | 0.62 | 0.92 | 0.17 | 19.38 | 0.85 | 0.45 |
| Hex | D4 | 50 | 11 | 0 | 3E | 5C | 11 | 13 | 55 | 2D |
| Octal | 324 | 120 | 21 | 0 | 76 | 134 | 21 | 23 | 125 | 55 |
| Binary | 11010100 | 1010000 | 10001 | 0 | 111110 | 1011100 | 10001 | 10011 | 1010101 | 101101 |
Color Harmonies of #D45011
Complementary color
Monochromatic Colors of #D45011
Black with #D45011
Text Example
Text Example
White with #D45011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45011; }
p { color: rgb(212,80,17); }
H1.HeaderClassName
{
color: #D45011;
}
.AnyTagClassName
{
color: #D45011;
}
</style>
background-color css
<style>
a { background-color: #D45011; }
a { background-color: rgb(212,80,17); }
div.DivClassName
{
background-color: #D45011;
}
.BgClassName
{
background-color: #D45011;
}
</style>
border-color css
<style>
span { border-color: #D45011; }
span { border-color: rgb(212,80,17); }
td.TdClassName
{
border-color: #D45011;
}
.TagClassName
{
border-color: #D45011;
}
</style>