Shades of Tenne (Tawny) #D74D08
Tints of Tenne (Tawny) #D74D08
RGB
CMYK
RGB Variations
Color information
#D74D08 (or 0xD74D08) is known color: Tenne (Tawny). HEX triplet: D7, 4D and 08. RGB value is (215,77,8). Sum of RGB (Red+Green+Blue) = 215+77+8=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74D08 is #28B2F7. Grayscale: #6E6E6E. Windows color (decimal): -2667256 or 544215. OLE color: 544215.
HSL color Cylindrical-coordinate representation of color #D74D08: hue angle of 20º 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 #D74D08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.16 |
| HSL | 20º | 0.93% | 0.44% | - |
| HSV(B) | 20º | 0.96% | 0.84% | - |
| XYZ | 30.72 | 19.77 | 2.43 | - |
| YUV | 110.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 8 | 0 | 0.64 | 0.96 | 0.16 | 20 | 0.93 | 0.44 |
| Hex | D7 | 4D | 8 | 0 | 40 | 60 | 10 | 14 | 5D | 2C |
| Octal | 327 | 115 | 10 | 0 | 100 | 140 | 20 | 24 | 135 | 54 |
| Binary | 11010111 | 1001101 | 1000 | 0 | 1000000 | 1100000 | 10000 | 10100 | 1011101 | 101100 |
Color Harmonies of #D74D08
Complementary color
Monochromatic Colors of #D74D08
Black with #D74D08
Text Example
Text Example
White with #D74D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D08; }
p { color: rgb(215,77,8); }
H1.HeaderClassName
{
color: #D74D08;
}
.AnyTagClassName
{
color: #D74D08;
}
</style>
background-color css
<style>
a { background-color: #D74D08; }
a { background-color: rgb(215,77,8); }
div.DivClassName
{
background-color: #D74D08;
}
.BgClassName
{
background-color: #D74D08;
}
</style>
border-color css
<style>
span { border-color: #D74D08; }
span { border-color: rgb(215,77,8); }
td.TdClassName
{
border-color: #D74D08;
}
.TagClassName
{
border-color: #D74D08;
}
</style>