Shades of Tenne (Tawny) #D74F08
Tints of Tenne (Tawny) #D74F08
RGB
CMYK
RGB Variations
Color information
#D74F08 (or 0xD74F08) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 08. RGB value is (215,79,8). Sum of RGB (Red+Green+Blue) = 215+79+8=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F08 is #28B0F7. Grayscale: #6F6F6F. Windows color (decimal): -2666744 or 544727. OLE color: 544727.
HSL color Cylindrical-coordinate representation of color #D74F08: hue angle of 20.58º 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 #D74F08 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.16 |
| HSL | 20.58º | 0.93% | 0.44% | - |
| HSV(B) | 20.58º | 0.96% | 0.84% | - |
| XYZ | 30.86 | 20.06 | 2.47 | - |
| YUV | 111.57 | 69.56 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 8 | 0 | 0.63 | 0.96 | 0.16 | 20.58 | 0.93 | 0.44 |
| Hex | D7 | 4F | 8 | 0 | 3F | 60 | 10 | 15 | 5D | 2C |
| Octal | 327 | 117 | 10 | 0 | 77 | 140 | 20 | 25 | 135 | 54 |
| Binary | 11010111 | 1001111 | 1000 | 0 | 111111 | 1100000 | 10000 | 10101 | 1011101 | 101100 |
Color Harmonies of #D74F08
Complementary color
Monochromatic Colors of #D74F08
Black with #D74F08
Text Example
Text Example
White with #D74F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F08; }
p { color: rgb(215,79,8); }
H1.HeaderClassName
{
color: #D74F08;
}
.AnyTagClassName
{
color: #D74F08;
}
</style>
background-color css
<style>
a { background-color: #D74F08; }
a { background-color: rgb(215,79,8); }
div.DivClassName
{
background-color: #D74F08;
}
.BgClassName
{
background-color: #D74F08;
}
</style>
border-color css
<style>
span { border-color: #D74F08; }
span { border-color: rgb(215,79,8); }
td.TdClassName
{
border-color: #D74F08;
}
.TagClassName
{
border-color: #D74F08;
}
</style>