Shades of Tenne (Tawny) #D04E05
Tints of Tenne (Tawny) #D04E05
RGB
CMYK
RGB Variations
Color information
#D04E05 (or 0xD04E05) is known color: Tenne (Tawny). HEX triplet: D0, 4E and 05. RGB value is (208,78,5). Sum of RGB (Red+Green+Blue) = 208+78+5=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04E05 is #2FB1FA. Grayscale: #6C6C6C. Windows color (decimal): -3125755 or 347856. OLE color: 347856.
HSL color Cylindrical-coordinate representation of color #D04E05: hue angle of 21.58º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D04E05 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.18 |
| HSL | 21.58º | 0.95% | 0.42% | - |
| HSV(B) | 21.58º | 0.98% | 0.82% | - |
| XYZ | 28.76 | 18.87 | 2.27 | - |
| YUV | 108.55 | 69.57 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 5 | 0 | 0.62 | 0.98 | 0.18 | 21.58 | 0.95 | 0.42 |
| Hex | D0 | 4E | 5 | 0 | 3E | 62 | 12 | 16 | 5F | 2A |
| Octal | 320 | 116 | 5 | 0 | 76 | 142 | 22 | 26 | 137 | 52 |
| Binary | 11010000 | 1001110 | 101 | 0 | 111110 | 1100010 | 10010 | 10110 | 1011111 | 101010 |
Color Harmonies of #D04E05
Complementary color
Monochromatic Colors of #D04E05
Black with #D04E05
Text Example
Text Example
White with #D04E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E05; }
p { color: rgb(208,78,5); }
H1.HeaderClassName
{
color: #D04E05;
}
.AnyTagClassName
{
color: #D04E05;
}
</style>
background-color css
<style>
a { background-color: #D04E05; }
a { background-color: rgb(208,78,5); }
div.DivClassName
{
background-color: #D04E05;
}
.BgClassName
{
background-color: #D04E05;
}
</style>
border-color css
<style>
span { border-color: #D04E05; }
span { border-color: rgb(208,78,5); }
td.TdClassName
{
border-color: #D04E05;
}
.TagClassName
{
border-color: #D04E05;
}
</style>