Shades of Tenne (Tawny) #D1460A
Tints of Tenne (Tawny) #D1460A
RGB
CMYK
RGB Variations
Color information
#D1460A (or 0xD1460A) is known color: Tenne (Tawny). HEX triplet: D1, 46 and 0A. RGB value is (209,70,10). Sum of RGB (Red+Green+Blue) = 209+70+10=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1460A is #2EB9F5. Grayscale: #696969. Windows color (decimal): -3062262 or 673489. OLE color: 673489.
HSL color Cylindrical-coordinate representation of color #D1460A: hue angle of 18.09º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1460A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.18 |
| HSL | 18.09º | 0.91% | 0.43% | - |
| HSV(B) | 18.09º | 0.95% | 0.82% | - |
| XYZ | 28.54 | 17.96 | 2.25 | - |
| YUV | 104.72 | 74.55 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 10 | 0 | 0.67 | 0.95 | 0.18 | 18.09 | 0.91 | 0.43 |
| Hex | D1 | 46 | A | 0 | 43 | 5F | 12 | 12 | 5B | 2B |
| Octal | 321 | 106 | 12 | 0 | 103 | 137 | 22 | 22 | 133 | 53 |
| Binary | 11010001 | 1000110 | 1010 | 0 | 1000011 | 1011111 | 10010 | 10010 | 1011011 | 101011 |
Color Harmonies of #D1460A
Complementary color
Monochromatic Colors of #D1460A
Black with #D1460A
Text Example
Text Example
White with #D1460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1460A; }
p { color: rgb(209,70,10); }
H1.HeaderClassName
{
color: #D1460A;
}
.AnyTagClassName
{
color: #D1460A;
}
</style>
background-color css
<style>
a { background-color: #D1460A; }
a { background-color: rgb(209,70,10); }
div.DivClassName
{
background-color: #D1460A;
}
.BgClassName
{
background-color: #D1460A;
}
</style>
border-color css
<style>
span { border-color: #D1460A; }
span { border-color: rgb(209,70,10); }
td.TdClassName
{
border-color: #D1460A;
}
.TagClassName
{
border-color: #D1460A;
}
</style>