Shades of Tenne (Tawny) #D5510E
Tints of Tenne (Tawny) #D5510E
RGB
CMYK
RGB Variations
Color information
#D5510E (or 0xD5510E) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 0E. RGB value is (213,81,14). Sum of RGB (Red+Green+Blue) = 213+81+14=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5510E is #2AAEF1. Grayscale: #717171. Windows color (decimal): -2797298 or 938453. OLE color: 938453.
HSL color Cylindrical-coordinate representation of color #D5510E: hue angle of 20.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5510E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 14 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.16 |
| HSL | 20.2º | 0.88% | 0.45% | - |
| HSV(B) | 20.2º | 0.93% | 0.84% | - |
| XYZ | 30.46 | 20.06 | 2.68 | - |
| YUV | 112.83 | 72.23 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 14 | 0 | 0.62 | 0.93 | 0.16 | 20.2 | 0.88 | 0.45 |
| Hex | D5 | 51 | E | 0 | 3E | 5D | 10 | 14 | 58 | 2D |
| Octal | 325 | 121 | 16 | 0 | 76 | 135 | 20 | 24 | 130 | 55 |
| Binary | 11010101 | 1010001 | 1110 | 0 | 111110 | 1011101 | 10000 | 10100 | 1011000 | 101101 |
Color Harmonies of #D5510E
Complementary color
Monochromatic Colors of #D5510E
Black with #D5510E
Text Example
Text Example
White with #D5510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5510E; }
p { color: rgb(213,81,14); }
H1.HeaderClassName
{
color: #D5510E;
}
.AnyTagClassName
{
color: #D5510E;
}
</style>
background-color css
<style>
a { background-color: #D5510E; }
a { background-color: rgb(213,81,14); }
div.DivClassName
{
background-color: #D5510E;
}
.BgClassName
{
background-color: #D5510E;
}
</style>
border-color css
<style>
span { border-color: #D5510E; }
span { border-color: rgb(213,81,14); }
td.TdClassName
{
border-color: #D5510E;
}
.TagClassName
{
border-color: #D5510E;
}
</style>