Shades of Tenne (Tawny) #D45014
Tints of Tenne (Tawny) #D45014
RGB
CMYK
RGB Variations
Color information
#D45014 (or 0xD45014) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 14. RGB value is (212,80,20). Sum of RGB (Red+Green+Blue) = 212+80+20=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D45014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45014 is #2BAFEB. Grayscale: #707070. Windows color (decimal): -2863084 or 1331412. OLE color: 1331412.
HSL color Cylindrical-coordinate representation of color #D45014: hue angle of 18.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D45014 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 20 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.17 |
| HSL | 18.75º | 0.83% | 0.45% | - |
| HSV(B) | 18.75º | 0.91% | 0.83% | - |
| XYZ | 30.15 | 19.78 | 2.89 | - |
| YUV | 112.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 20 | 0 | 0.62 | 0.91 | 0.17 | 18.75 | 0.83 | 0.45 |
| Hex | D4 | 50 | 14 | 0 | 3E | 5B | 11 | 13 | 53 | 2D |
| Octal | 324 | 120 | 24 | 0 | 76 | 133 | 21 | 23 | 123 | 55 |
| Binary | 11010100 | 1010000 | 10100 | 0 | 111110 | 1011011 | 10001 | 10011 | 1010011 | 101101 |
Color Harmonies of #D45014
Complementary color
Monochromatic Colors of #D45014
Black with #D45014
Text Example
Text Example
White with #D45014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45014; }
p { color: rgb(212,80,20); }
H1.HeaderClassName
{
color: #D45014;
}
.AnyTagClassName
{
color: #D45014;
}
</style>
background-color css
<style>
a { background-color: #D45014; }
a { background-color: rgb(212,80,20); }
div.DivClassName
{
background-color: #D45014;
}
.BgClassName
{
background-color: #D45014;
}
</style>
border-color css
<style>
span { border-color: #D45014; }
span { border-color: rgb(212,80,20); }
td.TdClassName
{
border-color: #D45014;
}
.TagClassName
{
border-color: #D45014;
}
</style>