Shades of Tenne (Tawny) #D84D0C
Tints of Tenne (Tawny) #D84D0C
RGB
CMYK
RGB Variations
Color information
#D84D0C (or 0xD84D0C) is known color: Tenne (Tawny). HEX triplet: D8, 4D and 0C. RGB value is (216,77,12). Sum of RGB (Red+Green+Blue) = 216+77+12=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84D0C is #27B2F3. Grayscale: #6F6F6F. Windows color (decimal): -2601716 or 806360. OLE color: 806360.
HSL color Cylindrical-coordinate representation of color #D84D0C: hue angle of 19.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D84D0C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.15 |
| HSL | 19.12º | 0.89% | 0.45% | - |
| HSV(B) | 19.12º | 0.94% | 0.85% | - |
| XYZ | 31.04 | 19.93 | 2.56 | - |
| YUV | 111.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 12 | 0 | 0.64 | 0.94 | 0.15 | 19.12 | 0.89 | 0.45 |
| Hex | D8 | 4D | C | 0 | 40 | 5E | F | 13 | 59 | 2D |
| Octal | 330 | 115 | 14 | 0 | 100 | 136 | 17 | 23 | 131 | 55 |
| Binary | 11011000 | 1001101 | 1100 | 0 | 1000000 | 1011110 | 1111 | 10011 | 1011001 | 101101 |
Color Harmonies of #D84D0C
Complementary color
Monochromatic Colors of #D84D0C
Black with #D84D0C
Text Example
Text Example
White with #D84D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D0C; }
p { color: rgb(216,77,12); }
H1.HeaderClassName
{
color: #D84D0C;
}
.AnyTagClassName
{
color: #D84D0C;
}
</style>
background-color css
<style>
a { background-color: #D84D0C; }
a { background-color: rgb(216,77,12); }
div.DivClassName
{
background-color: #D84D0C;
}
.BgClassName
{
background-color: #D84D0C;
}
</style>
border-color css
<style>
span { border-color: #D84D0C; }
span { border-color: rgb(216,77,12); }
td.TdClassName
{
border-color: #D84D0C;
}
.TagClassName
{
border-color: #D84D0C;
}
</style>