Shades of Tenne (Tawny) #D04D0B
Tints of Tenne (Tawny) #D04D0B
RGB
CMYK
RGB Variations
Color information
#D04D0B (or 0xD04D0B) is known color: Tenne (Tawny). HEX triplet: D0, 4D and 0B. RGB value is (208,77,11). Sum of RGB (Red+Green+Blue) = 208+77+11=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D0B is #2FB2F4. Grayscale: #6D6D6D. Windows color (decimal): -3126005 or 740816. OLE color: 740816.
HSL color Cylindrical-coordinate representation of color #D04D0B: hue angle of 20.1º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D04D0B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.18 |
| HSL | 20.1º | 0.9% | 0.43% | - |
| HSV(B) | 20.1º | 0.95% | 0.82% | - |
| XYZ | 28.73 | 18.74 | 2.42 | - |
| YUV | 108.65 | 72.9 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 11 | 0 | 0.63 | 0.95 | 0.18 | 20.1 | 0.9 | 0.43 |
| Hex | D0 | 4D | B | 0 | 3F | 5F | 12 | 14 | 5A | 2B |
| Octal | 320 | 115 | 13 | 0 | 77 | 137 | 22 | 24 | 132 | 53 |
| Binary | 11010000 | 1001101 | 1011 | 0 | 111111 | 1011111 | 10010 | 10100 | 1011010 | 101011 |
Color Harmonies of #D04D0B
Complementary color
Monochromatic Colors of #D04D0B
Black with #D04D0B
Text Example
Text Example
White with #D04D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D0B; }
p { color: rgb(208,77,11); }
H1.HeaderClassName
{
color: #D04D0B;
}
.AnyTagClassName
{
color: #D04D0B;
}
</style>
background-color css
<style>
a { background-color: #D04D0B; }
a { background-color: rgb(208,77,11); }
div.DivClassName
{
background-color: #D04D0B;
}
.BgClassName
{
background-color: #D04D0B;
}
</style>
border-color css
<style>
span { border-color: #D04D0B; }
span { border-color: rgb(208,77,11); }
td.TdClassName
{
border-color: #D04D0B;
}
.TagClassName
{
border-color: #D04D0B;
}
</style>