Shades of Tenne (Tawny) #D84C14
Tints of Tenne (Tawny) #D84C14
RGB
CMYK
RGB Variations
Color information
#D84C14 (or 0xD84C14) is known color: Tenne (Tawny). HEX triplet: D8, 4C and 14. RGB value is (216,76,20). Sum of RGB (Red+Green+Blue) = 216+76+20=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84C14 is #27B3EB. Grayscale: #6F6F6F. Windows color (decimal): -2601964 or 1330392. OLE color: 1330392.
HSL color Cylindrical-coordinate representation of color #D84C14: hue angle of 17.14º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D84C14 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.15 |
| HSL | 17.14º | 0.83% | 0.46% | - |
| HSV(B) | 17.14º | 0.91% | 0.85% | - |
| XYZ | 31.03 | 19.82 | 2.85 | - |
| YUV | 111.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 20 | 0 | 0.65 | 0.91 | 0.15 | 17.14 | 0.83 | 0.46 |
| Hex | D8 | 4C | 14 | 0 | 41 | 5B | F | 11 | 53 | 2E |
| Octal | 330 | 114 | 24 | 0 | 101 | 133 | 17 | 21 | 123 | 56 |
| Binary | 11011000 | 1001100 | 10100 | 0 | 1000001 | 1011011 | 1111 | 10001 | 1010011 | 101110 |
Color Harmonies of #D84C14
Complementary color
Monochromatic Colors of #D84C14
Black with #D84C14
Text Example
Text Example
White with #D84C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C14; }
p { color: rgb(216,76,20); }
H1.HeaderClassName
{
color: #D84C14;
}
.AnyTagClassName
{
color: #D84C14;
}
</style>
background-color css
<style>
a { background-color: #D84C14; }
a { background-color: rgb(216,76,20); }
div.DivClassName
{
background-color: #D84C14;
}
.BgClassName
{
background-color: #D84C14;
}
</style>
border-color css
<style>
span { border-color: #D84C14; }
span { border-color: rgb(216,76,20); }
td.TdClassName
{
border-color: #D84C14;
}
.TagClassName
{
border-color: #D84C14;
}
</style>