Shades of Tenne (Tawny) #D55605
Tints of Tenne (Tawny) #D55605
RGB
CMYK
RGB Variations
Color information
#D55605 (or 0xD55605) is known color: Tenne (Tawny). HEX triplet: D5, 56 and 05. RGB value is (213,86,5). Sum of RGB (Red+Green+Blue) = 213+86+5=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D55605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55605 is #2AA9FA. Grayscale: #737373. Windows color (decimal): -2796027 or 349909. OLE color: 349909.
HSL color Cylindrical-coordinate representation of color #D55605: hue angle of 23.37º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D55605 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.16 |
| HSL | 23.37º | 0.95% | 0.43% | - |
| HSV(B) | 23.37º | 0.98% | 0.84% | - |
| XYZ | 30.8 | 20.81 | 2.54 | - |
| YUV | 114.74 | 66.08 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 5 | 0 | 0.60 | 0.98 | 0.16 | 23.37 | 0.95 | 0.43 |
| Hex | D5 | 56 | 5 | 0 | 3C | 62 | 10 | 17 | 5F | 2B |
| Octal | 325 | 126 | 5 | 0 | 74 | 142 | 20 | 27 | 137 | 53 |
| Binary | 11010101 | 1010110 | 101 | 0 | 111100 | 1100010 | 10000 | 10111 | 1011111 | 101011 |
Color Harmonies of #D55605
Complementary color
Monochromatic Colors of #D55605
Black with #D55605
Text Example
Text Example
White with #D55605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55605; }
p { color: rgb(213,86,5); }
H1.HeaderClassName
{
color: #D55605;
}
.AnyTagClassName
{
color: #D55605;
}
</style>
background-color css
<style>
a { background-color: #D55605; }
a { background-color: rgb(213,86,5); }
div.DivClassName
{
background-color: #D55605;
}
.BgClassName
{
background-color: #D55605;
}
</style>
border-color css
<style>
span { border-color: #D55605; }
span { border-color: rgb(213,86,5); }
td.TdClassName
{
border-color: #D55605;
}
.TagClassName
{
border-color: #D55605;
}
</style>