Shades of Tenne (Tawny) #D55808
Tints of Tenne (Tawny) #D55808
RGB
CMYK
RGB Variations
Color information
#D55808 (or 0xD55808) is known color: Tenne (Tawny). HEX triplet: D5, 58 and 08. RGB value is (213,88,8). Sum of RGB (Red+Green+Blue) = 213+88+8=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D55808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55808 is #2AA7F7. Grayscale: #747474. Windows color (decimal): -2795512 or 547029. OLE color: 547029.
HSL color Cylindrical-coordinate representation of color #D55808: hue angle of 23.41º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D55808 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.16 |
| HSL | 23.41º | 0.93% | 0.43% | - |
| HSV(B) | 23.41º | 0.96% | 0.84% | - |
| XYZ | 30.97 | 21.14 | 2.68 | - |
| YUV | 116.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 8 | 0 | 0.59 | 0.96 | 0.16 | 23.41 | 0.93 | 0.43 |
| Hex | D5 | 58 | 8 | 0 | 3B | 60 | 10 | 17 | 5D | 2B |
| Octal | 325 | 130 | 10 | 0 | 73 | 140 | 20 | 27 | 135 | 53 |
| Binary | 11010101 | 1011000 | 1000 | 0 | 111011 | 1100000 | 10000 | 10111 | 1011101 | 101011 |
Color Harmonies of #D55808
Complementary color
Monochromatic Colors of #D55808
Black with #D55808
Text Example
Text Example
White with #D55808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55808; }
p { color: rgb(213,88,8); }
H1.HeaderClassName
{
color: #D55808;
}
.AnyTagClassName
{
color: #D55808;
}
</style>
background-color css
<style>
a { background-color: #D55808; }
a { background-color: rgb(213,88,8); }
div.DivClassName
{
background-color: #D55808;
}
.BgClassName
{
background-color: #D55808;
}
</style>
border-color css
<style>
span { border-color: #D55808; }
span { border-color: rgb(213,88,8); }
td.TdClassName
{
border-color: #D55808;
}
.TagClassName
{
border-color: #D55808;
}
</style>