Shades of Tenne (Tawny) #D04E07
Tints of Tenne (Tawny) #D04E07
RGB
CMYK
RGB Variations
Color information
#D04E07 (or 0xD04E07) is known color: Tenne (Tawny). HEX triplet: D0, 4E and 07. RGB value is (208,78,7). Sum of RGB (Red+Green+Blue) = 208+78+7=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04E07 is #2FB1F8. Grayscale: #6D6D6D. Windows color (decimal): -3125753 or 478928. OLE color: 478928.
HSL color Cylindrical-coordinate representation of color #D04E07: hue angle of 21.19º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D04E07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.18 |
| HSL | 21.19º | 0.93% | 0.42% | - |
| HSV(B) | 21.19º | 0.97% | 0.82% | - |
| XYZ | 28.78 | 18.87 | 2.33 | - |
| YUV | 108.78 | 70.57 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 7 | 0 | 0.62 | 0.97 | 0.18 | 21.19 | 0.93 | 0.42 |
| Hex | D0 | 4E | 7 | 0 | 3E | 61 | 12 | 15 | 5D | 2A |
| Octal | 320 | 116 | 7 | 0 | 76 | 141 | 22 | 25 | 135 | 52 |
| Binary | 11010000 | 1001110 | 111 | 0 | 111110 | 1100001 | 10010 | 10101 | 1011101 | 101010 |
Color Harmonies of #D04E07
Complementary color
Monochromatic Colors of #D04E07
Black with #D04E07
Text Example
Text Example
White with #D04E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E07; }
p { color: rgb(208,78,7); }
H1.HeaderClassName
{
color: #D04E07;
}
.AnyTagClassName
{
color: #D04E07;
}
</style>
background-color css
<style>
a { background-color: #D04E07; }
a { background-color: rgb(208,78,7); }
div.DivClassName
{
background-color: #D04E07;
}
.BgClassName
{
background-color: #D04E07;
}
</style>
border-color css
<style>
span { border-color: #D04E07; }
span { border-color: rgb(208,78,7); }
td.TdClassName
{
border-color: #D04E07;
}
.TagClassName
{
border-color: #D04E07;
}
</style>