Shades of Tenne (Tawny) #D74804
Tints of Tenne (Tawny) #D74804
RGB
CMYK
RGB Variations
Color information
#D74804 (or 0xD74804) is known color: Tenne (Tawny). HEX triplet: D7, 48 and 04. RGB value is (215,72,4). Sum of RGB (Red+Green+Blue) = 215+72+4=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D74804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74804 is #28B7FB. Grayscale: #6B6B6B. Windows color (decimal): -2668540 or 280791. OLE color: 280791.
HSL color Cylindrical-coordinate representation of color #D74804: hue angle of 19.34º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D74804 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.16 |
| HSL | 19.34º | 0.96% | 0.43% | - |
| HSV(B) | 19.34º | 0.98% | 0.84% | - |
| XYZ | 30.36 | 19.09 | 2.2 | - |
| YUV | 107.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 4 | 0 | 0.67 | 0.98 | 0.16 | 19.34 | 0.96 | 0.43 |
| Hex | D7 | 48 | 4 | 0 | 43 | 62 | 10 | 13 | 60 | 2B |
| Octal | 327 | 110 | 4 | 0 | 103 | 142 | 20 | 23 | 140 | 53 |
| Binary | 11010111 | 1001000 | 100 | 0 | 1000011 | 1100010 | 10000 | 10011 | 1100000 | 101011 |
Color Harmonies of #D74804
Complementary color
Monochromatic Colors of #D74804
Black with #D74804
Text Example
Text Example
White with #D74804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74804; }
p { color: rgb(215,72,4); }
H1.HeaderClassName
{
color: #D74804;
}
.AnyTagClassName
{
color: #D74804;
}
</style>
background-color css
<style>
a { background-color: #D74804; }
a { background-color: rgb(215,72,4); }
div.DivClassName
{
background-color: #D74804;
}
.BgClassName
{
background-color: #D74804;
}
</style>
border-color css
<style>
span { border-color: #D74804; }
span { border-color: rgb(215,72,4); }
td.TdClassName
{
border-color: #D74804;
}
.TagClassName
{
border-color: #D74804;
}
</style>