Shades of Tenne (Tawny) #D04D0A
Tints of Tenne (Tawny) #D04D0A
RGB
CMYK
RGB Variations
Color information
#D04D0A (or 0xD04D0A) is known color: Tenne (Tawny). HEX triplet: D0, 4D and 0A. RGB value is (208,77,10). Sum of RGB (Red+Green+Blue) = 208+77+10=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D0A is #2FB2F5. Grayscale: #6C6C6C. Windows color (decimal): -3126006 or 675280. OLE color: 675280.
HSL color Cylindrical-coordinate representation of color #D04D0A: hue angle of 20.3º degrees, saturation: 0.91, 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 #D04D0A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.18 |
| HSL | 20.3º | 0.91% | 0.43% | - |
| HSV(B) | 20.3º | 0.95% | 0.82% | - |
| XYZ | 28.72 | 18.74 | 2.39 | - |
| YUV | 108.53 | 72.4 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 10 | 0 | 0.63 | 0.95 | 0.18 | 20.3 | 0.91 | 0.43 |
| Hex | D0 | 4D | A | 0 | 3F | 5F | 12 | 14 | 5B | 2B |
| Octal | 320 | 115 | 12 | 0 | 77 | 137 | 22 | 24 | 133 | 53 |
| Binary | 11010000 | 1001101 | 1010 | 0 | 111111 | 1011111 | 10010 | 10100 | 1011011 | 101011 |
Color Harmonies of #D04D0A
Complementary color
Monochromatic Colors of #D04D0A
Black with #D04D0A
Text Example
Text Example
White with #D04D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D0A; }
p { color: rgb(208,77,10); }
H1.HeaderClassName
{
color: #D04D0A;
}
.AnyTagClassName
{
color: #D04D0A;
}
</style>
background-color css
<style>
a { background-color: #D04D0A; }
a { background-color: rgb(208,77,10); }
div.DivClassName
{
background-color: #D04D0A;
}
.BgClassName
{
background-color: #D04D0A;
}
</style>
border-color css
<style>
span { border-color: #D04D0A; }
span { border-color: rgb(208,77,10); }
td.TdClassName
{
border-color: #D04D0A;
}
.TagClassName
{
border-color: #D04D0A;
}
</style>