Shades of Tenne (Tawny) #D8470D
Tints of Tenne (Tawny) #D8470D
RGB
CMYK
RGB Variations
Color information
#D8470D (or 0xD8470D) is known color: Tenne (Tawny). HEX triplet: D8, 47 and 0D. RGB value is (216,71,13). Sum of RGB (Red+Green+Blue) = 216+71+13=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8470D is #27B8F2. Grayscale: #6C6C6C. Windows color (decimal): -2603251 or 870360. OLE color: 870360.
HSL color Cylindrical-coordinate representation of color #D8470D: hue angle of 17.14º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8470D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.15 |
| HSL | 17.14º | 0.89% | 0.45% | - |
| HSV(B) | 17.14º | 0.94% | 0.85% | - |
| XYZ | 30.64 | 19.13 | 2.46 | - |
| YUV | 107.74 | 74.54 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 13 | 0 | 0.67 | 0.94 | 0.15 | 17.14 | 0.89 | 0.45 |
| Hex | D8 | 47 | D | 0 | 43 | 5E | F | 11 | 59 | 2D |
| Octal | 330 | 107 | 15 | 0 | 103 | 136 | 17 | 21 | 131 | 55 |
| Binary | 11011000 | 1000111 | 1101 | 0 | 1000011 | 1011110 | 1111 | 10001 | 1011001 | 101101 |
Color Harmonies of #D8470D
Complementary color
Monochromatic Colors of #D8470D
Black with #D8470D
Text Example
Text Example
White with #D8470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8470D; }
p { color: rgb(216,71,13); }
H1.HeaderClassName
{
color: #D8470D;
}
.AnyTagClassName
{
color: #D8470D;
}
</style>
background-color css
<style>
a { background-color: #D8470D; }
a { background-color: rgb(216,71,13); }
div.DivClassName
{
background-color: #D8470D;
}
.BgClassName
{
background-color: #D8470D;
}
</style>
border-color css
<style>
span { border-color: #D8470D; }
span { border-color: rgb(216,71,13); }
td.TdClassName
{
border-color: #D8470D;
}
.TagClassName
{
border-color: #D8470D;
}
</style>