Shades of Tenne (Tawny) #D04C11
Tints of Tenne (Tawny) #D04C11
RGB
CMYK
RGB Variations
Color information
#D04C11 (or 0xD04C11) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 11. RGB value is (208,76,17). Sum of RGB (Red+Green+Blue) = 208+76+17=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C11 is #2FB3EE. Grayscale: #6D6D6D. Windows color (decimal): -3126255 or 1133776. OLE color: 1133776.
HSL color Cylindrical-coordinate representation of color #D04C11: hue angle of 18.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04C11 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.18 |
| HSL | 18.53º | 0.85% | 0.44% | - |
| HSV(B) | 18.53º | 0.92% | 0.82% | - |
| XYZ | 28.7 | 18.62 | 2.61 | - |
| YUV | 108.74 | 76.23 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 17 | 0 | 0.63 | 0.92 | 0.18 | 18.53 | 0.85 | 0.44 |
| Hex | D0 | 4C | 11 | 0 | 3F | 5C | 12 | 13 | 55 | 2C |
| Octal | 320 | 114 | 21 | 0 | 77 | 134 | 22 | 23 | 125 | 54 |
| Binary | 11010000 | 1001100 | 10001 | 0 | 111111 | 1011100 | 10010 | 10011 | 1010101 | 101100 |
Color Harmonies of #D04C11
Complementary color
Monochromatic Colors of #D04C11
Black with #D04C11
Text Example
Text Example
White with #D04C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C11; }
p { color: rgb(208,76,17); }
H1.HeaderClassName
{
color: #D04C11;
}
.AnyTagClassName
{
color: #D04C11;
}
</style>
background-color css
<style>
a { background-color: #D04C11; }
a { background-color: rgb(208,76,17); }
div.DivClassName
{
background-color: #D04C11;
}
.BgClassName
{
background-color: #D04C11;
}
</style>
border-color css
<style>
span { border-color: #D04C11; }
span { border-color: rgb(208,76,17); }
td.TdClassName
{
border-color: #D04C11;
}
.TagClassName
{
border-color: #D04C11;
}
</style>