Shades of Tenne (Tawny) #D74608
Tints of Tenne (Tawny) #D74608
RGB
CMYK
RGB Variations
Color information
#D74608 (or 0xD74608) is known color: Tenne (Tawny). HEX triplet: D7, 46 and 08. RGB value is (215,70,8). Sum of RGB (Red+Green+Blue) = 215+70+8=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D74608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74608 is #28B9F7. Grayscale: #6A6A6A. Windows color (decimal): -2669048 or 542423. OLE color: 542423.
HSL color Cylindrical-coordinate representation of color #D74608: hue angle of 17.97º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D74608 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.16 |
| HSL | 17.97º | 0.93% | 0.44% | - |
| HSV(B) | 17.97º | 0.96% | 0.84% | - |
| XYZ | 30.26 | 18.84 | 2.27 | - |
| YUV | 106.29 | 72.54 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 8 | 0 | 0.67 | 0.96 | 0.16 | 17.97 | 0.93 | 0.44 |
| Hex | D7 | 46 | 8 | 0 | 43 | 60 | 10 | 12 | 5D | 2C |
| Octal | 327 | 106 | 10 | 0 | 103 | 140 | 20 | 22 | 135 | 54 |
| Binary | 11010111 | 1000110 | 1000 | 0 | 1000011 | 1100000 | 10000 | 10010 | 1011101 | 101100 |
Color Harmonies of #D74608
Complementary color
Monochromatic Colors of #D74608
Black with #D74608
Text Example
Text Example
White with #D74608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74608; }
p { color: rgb(215,70,8); }
H1.HeaderClassName
{
color: #D74608;
}
.AnyTagClassName
{
color: #D74608;
}
</style>
background-color css
<style>
a { background-color: #D74608; }
a { background-color: rgb(215,70,8); }
div.DivClassName
{
background-color: #D74608;
}
.BgClassName
{
background-color: #D74608;
}
</style>
border-color css
<style>
span { border-color: #D74608; }
span { border-color: rgb(215,70,8); }
td.TdClassName
{
border-color: #D74608;
}
.TagClassName
{
border-color: #D74608;
}
</style>