Shades of Tenne (Tawny) #D8470B
Tints of Tenne (Tawny) #D8470B
RGB
CMYK
RGB Variations
Color information
#D8470B (or 0xD8470B) is known color: Tenne (Tawny). HEX triplet: D8, 47 and 0B. RGB value is (216,71,11). Sum of RGB (Red+Green+Blue) = 216+71+11=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8470B is #27B8F4. Grayscale: #6B6B6B. Windows color (decimal): -2603253 or 739288. OLE color: 739288.
HSL color Cylindrical-coordinate representation of color #D8470B: hue angle of 17.56º 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 #D8470B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.15 |
| HSL | 17.56º | 0.9% | 0.45% | - |
| HSV(B) | 17.56º | 0.95% | 0.85% | - |
| XYZ | 30.63 | 19.13 | 2.39 | - |
| YUV | 107.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 11 | 0 | 0.67 | 0.95 | 0.15 | 17.56 | 0.9 | 0.45 |
| Hex | D8 | 47 | B | 0 | 43 | 5F | F | 12 | 5A | 2D |
| Octal | 330 | 107 | 13 | 0 | 103 | 137 | 17 | 22 | 132 | 55 |
| Binary | 11011000 | 1000111 | 1011 | 0 | 1000011 | 1011111 | 1111 | 10010 | 1011010 | 101101 |
Color Harmonies of #D8470B
Complementary color
Monochromatic Colors of #D8470B
Black with #D8470B
Text Example
Text Example
White with #D8470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8470B; }
p { color: rgb(216,71,11); }
H1.HeaderClassName
{
color: #D8470B;
}
.AnyTagClassName
{
color: #D8470B;
}
</style>
background-color css
<style>
a { background-color: #D8470B; }
a { background-color: rgb(216,71,11); }
div.DivClassName
{
background-color: #D8470B;
}
.BgClassName
{
background-color: #D8470B;
}
</style>
border-color css
<style>
span { border-color: #D8470B; }
span { border-color: rgb(216,71,11); }
td.TdClassName
{
border-color: #D8470B;
}
.TagClassName
{
border-color: #D8470B;
}
</style>