Shades of Tenne (Tawny) #D8550B
Tints of Tenne (Tawny) #D8550B
RGB
CMYK
RGB Variations
Color information
#D8550B (or 0xD8550B) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 0B. RGB value is (216,85,11). Sum of RGB (Red+Green+Blue) = 216+85+11=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8550B is #27AAF4. Grayscale: #747474. Windows color (decimal): -2599669 or 742872. OLE color: 742872.
HSL color Cylindrical-coordinate representation of color #D8550B: hue angle of 21.66º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8550B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.15 |
| HSL | 21.66º | 0.9% | 0.45% | - |
| HSV(B) | 21.66º | 0.95% | 0.85% | - |
| XYZ | 31.63 | 21.12 | 2.73 | - |
| YUV | 115.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 11 | 0 | 0.61 | 0.95 | 0.15 | 21.66 | 0.9 | 0.45 |
| Hex | D8 | 55 | B | 0 | 3D | 5F | F | 16 | 5A | 2D |
| Octal | 330 | 125 | 13 | 0 | 75 | 137 | 17 | 26 | 132 | 55 |
| Binary | 11011000 | 1010101 | 1011 | 0 | 111101 | 1011111 | 1111 | 10110 | 1011010 | 101101 |
Color Harmonies of #D8550B
Complementary color
Monochromatic Colors of #D8550B
Black with #D8550B
Text Example
Text Example
White with #D8550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8550B; }
p { color: rgb(216,85,11); }
H1.HeaderClassName
{
color: #D8550B;
}
.AnyTagClassName
{
color: #D8550B;
}
</style>
background-color css
<style>
a { background-color: #D8550B; }
a { background-color: rgb(216,85,11); }
div.DivClassName
{
background-color: #D8550B;
}
.BgClassName
{
background-color: #D8550B;
}
</style>
border-color css
<style>
span { border-color: #D8550B; }
span { border-color: rgb(216,85,11); }
td.TdClassName
{
border-color: #D8550B;
}
.TagClassName
{
border-color: #D8550B;
}
</style>