Shades of Tenne (Tawny) #D65011
Tints of Tenne (Tawny) #D65011
RGB
CMYK
RGB Variations
Color information
#D65011 (or 0xD65011) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 11. RGB value is (214,80,17). Sum of RGB (Red+Green+Blue) = 214+80+17=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D65011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65011 is #29AFEE. Grayscale: #717171. Windows color (decimal): -2732015 or 1134806. OLE color: 1134806.
HSL color Cylindrical-coordinate representation of color #D65011: hue angle of 19.19º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D65011 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.16 |
| HSL | 19.19º | 0.85% | 0.45% | - |
| HSV(B) | 19.19º | 0.92% | 0.84% | - |
| XYZ | 30.7 | 20.07 | 2.79 | - |
| YUV | 112.88 | 73.89 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 17 | 0 | 0.63 | 0.92 | 0.16 | 19.19 | 0.85 | 0.45 |
| Hex | D6 | 50 | 11 | 0 | 3F | 5C | 10 | 13 | 55 | 2D |
| Octal | 326 | 120 | 21 | 0 | 77 | 134 | 20 | 23 | 125 | 55 |
| Binary | 11010110 | 1010000 | 10001 | 0 | 111111 | 1011100 | 10000 | 10011 | 1010101 | 101101 |
Color Harmonies of #D65011
Complementary color
Monochromatic Colors of #D65011
Black with #D65011
Text Example
Text Example
White with #D65011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65011; }
p { color: rgb(214,80,17); }
H1.HeaderClassName
{
color: #D65011;
}
.AnyTagClassName
{
color: #D65011;
}
</style>
background-color css
<style>
a { background-color: #D65011; }
a { background-color: rgb(214,80,17); }
div.DivClassName
{
background-color: #D65011;
}
.BgClassName
{
background-color: #D65011;
}
</style>
border-color css
<style>
span { border-color: #D65011; }
span { border-color: rgb(214,80,17); }
td.TdClassName
{
border-color: #D65011;
}
.TagClassName
{
border-color: #D65011;
}
</style>