Shades of Tenne (Tawny) #D84508
Tints of Tenne (Tawny) #D84508
RGB
CMYK
RGB Variations
Color information
#D84508 (or 0xD84508) is known color: Tenne (Tawny). HEX triplet: D8, 45 and 08. RGB value is (216,69,8). Sum of RGB (Red+Green+Blue) = 216+69+8=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D84508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84508 is #27BAF7. Grayscale: #6A6A6A. Windows color (decimal): -2603768 or 542168. OLE color: 542168.
HSL color Cylindrical-coordinate representation of color #D84508: hue angle of 17.6º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D84508 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.15 |
| HSL | 17.6º | 0.93% | 0.44% | - |
| HSV(B) | 17.6º | 0.96% | 0.85% | - |
| XYZ | 30.49 | 18.87 | 2.27 | - |
| YUV | 106 | 72.7 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 8 | 0 | 0.68 | 0.96 | 0.15 | 17.6 | 0.93 | 0.44 |
| Hex | D8 | 45 | 8 | 0 | 44 | 60 | F | 12 | 5D | 2C |
| Octal | 330 | 105 | 10 | 0 | 104 | 140 | 17 | 22 | 135 | 54 |
| Binary | 11011000 | 1000101 | 1000 | 0 | 1000100 | 1100000 | 1111 | 10010 | 1011101 | 101100 |
Color Harmonies of #D84508
Complementary color
Monochromatic Colors of #D84508
Black with #D84508
Text Example
Text Example
White with #D84508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84508; }
p { color: rgb(216,69,8); }
H1.HeaderClassName
{
color: #D84508;
}
.AnyTagClassName
{
color: #D84508;
}
</style>
background-color css
<style>
a { background-color: #D84508; }
a { background-color: rgb(216,69,8); }
div.DivClassName
{
background-color: #D84508;
}
.BgClassName
{
background-color: #D84508;
}
</style>
border-color css
<style>
span { border-color: #D84508; }
span { border-color: rgb(216,69,8); }
td.TdClassName
{
border-color: #D84508;
}
.TagClassName
{
border-color: #D84508;
}
</style>