Shades of Tenne (Tawny) #D84C00
Tints of Tenne (Tawny) #D84C00
RGB
CMYK
RGB Variations
Color information
#D84C00 (or 0xD84C00) is known color: Tenne (Tawny). HEX triplet: D8, 4C and 00. RGB value is (216,76,0). Sum of RGB (Red+Green+Blue) = 216+76+0=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84C00 is #27B3FF. Grayscale: #6D6D6D. Windows color (decimal): -2601984 or 19672. OLE color: 19672.
HSL color Cylindrical-coordinate representation of color #D84C00: hue angle of 21.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D84C00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.15 |
| HSL | 21.11º | 1% | 0.42% | - |
| HSV(B) | 21.11º | 1% | 0.85% | - |
| XYZ | 30.9 | 19.77 | 2.19 | - |
| YUV | 109.2 | 66.38 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 0 | 0 | 0.65 | 1 | 0.15 | 21.11 | 1 | 0.42 |
| Hex | D8 | 4C | 0 | 0 | 41 | 64 | F | 15 | 64 | 2A |
| Octal | 330 | 114 | 0 | 0 | 101 | 144 | 17 | 25 | 144 | 52 |
| Binary | 11011000 | 1001100 | 0 | 0 | 1000001 | 1100100 | 1111 | 10101 | 1100100 | 101010 |
Color Harmonies of #D84C00
Complementary color
Monochromatic Colors of #D84C00
Black with #D84C00
Text Example
Text Example
White with #D84C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C00; }
p { color: rgb(216,76,0); }
H1.HeaderClassName
{
color: #D84C00;
}
.AnyTagClassName
{
color: #D84C00;
}
</style>
background-color css
<style>
a { background-color: #D84C00; }
a { background-color: rgb(216,76,0); }
div.DivClassName
{
background-color: #D84C00;
}
.BgClassName
{
background-color: #D84C00;
}
</style>
border-color css
<style>
span { border-color: #D84C00; }
span { border-color: rgb(216,76,0); }
td.TdClassName
{
border-color: #D84C00;
}
.TagClassName
{
border-color: #D84C00;
}
</style>