Shades of Tenne (Tawny) #D6550E
Tints of Tenne (Tawny) #D6550E
RGB
CMYK
RGB Variations
Color information
#D6550E (or 0xD6550E) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 0E. RGB value is (214,85,14). Sum of RGB (Red+Green+Blue) = 214+85+14=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6550E is #29AAF1. Grayscale: #737373. Windows color (decimal): -2730738 or 939478. OLE color: 939478.
HSL color Cylindrical-coordinate representation of color #D6550E: hue angle of 21.3º 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 #D6550E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 14 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.16 |
| HSL | 21.3º | 0.88% | 0.45% | - |
| HSV(B) | 21.3º | 0.93% | 0.84% | - |
| XYZ | 31.06 | 20.82 | 2.8 | - |
| YUV | 115.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 14 | 0 | 0.60 | 0.93 | 0.16 | 21.3 | 0.88 | 0.45 |
| Hex | D6 | 55 | E | 0 | 3C | 5D | 10 | 15 | 58 | 2D |
| Octal | 326 | 125 | 16 | 0 | 74 | 135 | 20 | 25 | 130 | 55 |
| Binary | 11010110 | 1010101 | 1110 | 0 | 111100 | 1011101 | 10000 | 10101 | 1011000 | 101101 |
Color Harmonies of #D6550E
Complementary color
Monochromatic Colors of #D6550E
Black with #D6550E
Text Example
Text Example
White with #D6550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6550E; }
p { color: rgb(214,85,14); }
H1.HeaderClassName
{
color: #D6550E;
}
.AnyTagClassName
{
color: #D6550E;
}
</style>
background-color css
<style>
a { background-color: #D6550E; }
a { background-color: rgb(214,85,14); }
div.DivClassName
{
background-color: #D6550E;
}
.BgClassName
{
background-color: #D6550E;
}
</style>
border-color css
<style>
span { border-color: #D6550E; }
span { border-color: rgb(214,85,14); }
td.TdClassName
{
border-color: #D6550E;
}
.TagClassName
{
border-color: #D6550E;
}
</style>