Shades of Tenne (Tawny) #D8510B
Tints of Tenne (Tawny) #D8510B
RGB
CMYK
RGB Variations
Color information
#D8510B (or 0xD8510B) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 0B. RGB value is (216,81,11). Sum of RGB (Red+Green+Blue) = 216+81+11=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D8510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8510B is #27AEF4. Grayscale: #717171. Windows color (decimal): -2600693 or 741848. OLE color: 741848.
HSL color Cylindrical-coordinate representation of color #D8510B: hue angle of 20.49º 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 #D8510B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.15 |
| HSL | 20.49º | 0.9% | 0.45% | - |
| HSV(B) | 20.49º | 0.95% | 0.85% | - |
| XYZ | 31.32 | 20.51 | 2.62 | - |
| YUV | 113.39 | 70.23 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 11 | 0 | 0.62 | 0.95 | 0.15 | 20.49 | 0.9 | 0.45 |
| Hex | D8 | 51 | B | 0 | 3E | 5F | F | 14 | 5A | 2D |
| Octal | 330 | 121 | 13 | 0 | 76 | 137 | 17 | 24 | 132 | 55 |
| Binary | 11011000 | 1010001 | 1011 | 0 | 111110 | 1011111 | 1111 | 10100 | 1011010 | 101101 |
Color Harmonies of #D8510B
Complementary color
Monochromatic Colors of #D8510B
Black with #D8510B
Text Example
Text Example
White with #D8510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8510B; }
p { color: rgb(216,81,11); }
H1.HeaderClassName
{
color: #D8510B;
}
.AnyTagClassName
{
color: #D8510B;
}
</style>
background-color css
<style>
a { background-color: #D8510B; }
a { background-color: rgb(216,81,11); }
div.DivClassName
{
background-color: #D8510B;
}
.BgClassName
{
background-color: #D8510B;
}
</style>
border-color css
<style>
span { border-color: #D8510B; }
span { border-color: rgb(216,81,11); }
td.TdClassName
{
border-color: #D8510B;
}
.TagClassName
{
border-color: #D8510B;
}
</style>