Shades of Tenne (Tawny) #D55206
Tints of Tenne (Tawny) #D55206
RGB
CMYK
RGB Variations
Color information
#D55206 (or 0xD55206) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 06. RGB value is (213,82,6). Sum of RGB (Red+Green+Blue) = 213+82+6=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D55206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55206 is #2AADF9. Grayscale: #707070. Windows color (decimal): -2797050 or 414421. OLE color: 414421.
HSL color Cylindrical-coordinate representation of color #D55206: hue angle of 22.03º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D55206 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.16 |
| HSL | 22.03º | 0.95% | 0.43% | - |
| HSV(B) | 22.03º | 0.97% | 0.84% | - |
| XYZ | 30.49 | 20.19 | 2.46 | - |
| YUV | 112.51 | 67.9 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 6 | 0 | 0.62 | 0.97 | 0.16 | 22.03 | 0.95 | 0.43 |
| Hex | D5 | 52 | 6 | 0 | 3E | 61 | 10 | 16 | 5F | 2B |
| Octal | 325 | 122 | 6 | 0 | 76 | 141 | 20 | 26 | 137 | 53 |
| Binary | 11010101 | 1010010 | 110 | 0 | 111110 | 1100001 | 10000 | 10110 | 1011111 | 101011 |
Color Harmonies of #D55206
Complementary color
Monochromatic Colors of #D55206
Black with #D55206
Text Example
Text Example
White with #D55206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55206; }
p { color: rgb(213,82,6); }
H1.HeaderClassName
{
color: #D55206;
}
.AnyTagClassName
{
color: #D55206;
}
</style>
background-color css
<style>
a { background-color: #D55206; }
a { background-color: rgb(213,82,6); }
div.DivClassName
{
background-color: #D55206;
}
.BgClassName
{
background-color: #D55206;
}
</style>
border-color css
<style>
span { border-color: #D55206; }
span { border-color: rgb(213,82,6); }
td.TdClassName
{
border-color: #D55206;
}
.TagClassName
{
border-color: #D55206;
}
</style>