Shades of Tenne (Tawny) #D84C07
Tints of Tenne (Tawny) #D84C07
RGB
CMYK
RGB Variations
Color information
#D84C07 (or 0xD84C07) is known color: Tenne (Tawny). HEX triplet: D8, 4C and 07. RGB value is (216,76,7). Sum of RGB (Red+Green+Blue) = 216+76+7=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84C07 is #27B3F8. Grayscale: #6E6E6E. Windows color (decimal): -2601977 or 478424. OLE color: 478424.
HSL color Cylindrical-coordinate representation of color #D84C07: hue angle of 19.81º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D84C07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.15 |
| HSL | 19.81º | 0.94% | 0.44% | - |
| HSV(B) | 19.81º | 0.97% | 0.85% | - |
| XYZ | 30.94 | 19.78 | 2.39 | - |
| YUV | 109.99 | 69.88 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 7 | 0 | 0.65 | 0.97 | 0.15 | 19.81 | 0.94 | 0.44 |
| Hex | D8 | 4C | 7 | 0 | 41 | 61 | F | 14 | 5E | 2C |
| Octal | 330 | 114 | 7 | 0 | 101 | 141 | 17 | 24 | 136 | 54 |
| Binary | 11011000 | 1001100 | 111 | 0 | 1000001 | 1100001 | 1111 | 10100 | 1011110 | 101100 |
Color Harmonies of #D84C07
Complementary color
Monochromatic Colors of #D84C07
Black with #D84C07
Text Example
Text Example
White with #D84C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C07; }
p { color: rgb(216,76,7); }
H1.HeaderClassName
{
color: #D84C07;
}
.AnyTagClassName
{
color: #D84C07;
}
</style>
background-color css
<style>
a { background-color: #D84C07; }
a { background-color: rgb(216,76,7); }
div.DivClassName
{
background-color: #D84C07;
}
.BgClassName
{
background-color: #D84C07;
}
</style>
border-color css
<style>
span { border-color: #D84C07; }
span { border-color: rgb(216,76,7); }
td.TdClassName
{
border-color: #D84C07;
}
.TagClassName
{
border-color: #D84C07;
}
</style>