Shades of Tenne (Tawny) #D4460B
Tints of Tenne (Tawny) #D4460B
RGB
CMYK
RGB Variations
Color information
#D4460B (or 0xD4460B) is known color: Tenne (Tawny). HEX triplet: D4, 46 and 0B. RGB value is (212,70,11). Sum of RGB (Red+Green+Blue) = 212+70+11=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D4460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4460B is #2BB9F4. Grayscale: #6A6A6A. Windows color (decimal): -2865653 or 739028. OLE color: 739028.
HSL color Cylindrical-coordinate representation of color #D4460B: hue angle of 17.61º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4460B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.17 |
| HSL | 17.61º | 0.9% | 0.44% | - |
| HSV(B) | 17.61º | 0.95% | 0.83% | - |
| XYZ | 29.4 | 18.4 | 2.32 | - |
| YUV | 105.73 | 74.54 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 11 | 0 | 0.67 | 0.95 | 0.17 | 17.61 | 0.9 | 0.44 |
| Hex | D4 | 46 | B | 0 | 43 | 5F | 11 | 12 | 5A | 2C |
| Octal | 324 | 106 | 13 | 0 | 103 | 137 | 21 | 22 | 132 | 54 |
| Binary | 11010100 | 1000110 | 1011 | 0 | 1000011 | 1011111 | 10001 | 10010 | 1011010 | 101100 |
Color Harmonies of #D4460B
Complementary color
Monochromatic Colors of #D4460B
Black with #D4460B
Text Example
Text Example
White with #D4460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4460B; }
p { color: rgb(212,70,11); }
H1.HeaderClassName
{
color: #D4460B;
}
.AnyTagClassName
{
color: #D4460B;
}
</style>
background-color css
<style>
a { background-color: #D4460B; }
a { background-color: rgb(212,70,11); }
div.DivClassName
{
background-color: #D4460B;
}
.BgClassName
{
background-color: #D4460B;
}
</style>
border-color css
<style>
span { border-color: #D4460B; }
span { border-color: rgb(212,70,11); }
td.TdClassName
{
border-color: #D4460B;
}
.TagClassName
{
border-color: #D4460B;
}
</style>