Shades of Tenne (Tawny) #D8480E
Tints of Tenne (Tawny) #D8480E
RGB
CMYK
RGB Variations
Color information
#D8480E (or 0xD8480E) is known color: Tenne (Tawny). HEX triplet: D8, 48 and 0E. RGB value is (216,72,14). Sum of RGB (Red+Green+Blue) = 216+72+14=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D8480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8480E is #27B7F1. Grayscale: #6C6C6C. Windows color (decimal): -2602994 or 936152. OLE color: 936152.
HSL color Cylindrical-coordinate representation of color #D8480E: hue angle of 17.23º degrees, saturation: 0.88, 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 #D8480E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.15 |
| HSL | 17.23º | 0.88% | 0.45% | - |
| HSV(B) | 17.23º | 0.94% | 0.85% | - |
| XYZ | 30.72 | 19.27 | 2.52 | - |
| YUV | 108.44 | 74.71 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 14 | 0 | 0.67 | 0.94 | 0.15 | 17.23 | 0.88 | 0.45 |
| Hex | D8 | 48 | E | 0 | 43 | 5E | F | 11 | 58 | 2D |
| Octal | 330 | 110 | 16 | 0 | 103 | 136 | 17 | 21 | 130 | 55 |
| Binary | 11011000 | 1001000 | 1110 | 0 | 1000011 | 1011110 | 1111 | 10001 | 1011000 | 101101 |
Color Harmonies of #D8480E
Complementary color
Monochromatic Colors of #D8480E
Black with #D8480E
Text Example
Text Example
White with #D8480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8480E; }
p { color: rgb(216,72,14); }
H1.HeaderClassName
{
color: #D8480E;
}
.AnyTagClassName
{
color: #D8480E;
}
</style>
background-color css
<style>
a { background-color: #D8480E; }
a { background-color: rgb(216,72,14); }
div.DivClassName
{
background-color: #D8480E;
}
.BgClassName
{
background-color: #D8480E;
}
</style>
border-color css
<style>
span { border-color: #D8480E; }
span { border-color: rgb(216,72,14); }
td.TdClassName
{
border-color: #D8480E;
}
.TagClassName
{
border-color: #D8480E;
}
</style>