Shades of Tenne (Tawny) #D65111
Tints of Tenne (Tawny) #D65111
RGB
CMYK
RGB Variations
Color information
#D65111 (or 0xD65111) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 11. RGB value is (214,81,17). Sum of RGB (Red+Green+Blue) = 214+81+17=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D65111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65111 is #29AEEE. Grayscale: #717171. Windows color (decimal): -2731759 or 1135062. OLE color: 1135062.
HSL color Cylindrical-coordinate representation of color #D65111: hue angle of 19.49º 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 #D65111 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.16 |
| HSL | 19.49º | 0.85% | 0.45% | - |
| HSV(B) | 19.49º | 0.92% | 0.84% | - |
| XYZ | 30.78 | 20.22 | 2.81 | - |
| YUV | 113.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 17 | 0 | 0.62 | 0.92 | 0.16 | 19.49 | 0.85 | 0.45 |
| Hex | D6 | 51 | 11 | 0 | 3E | 5C | 10 | 13 | 55 | 2D |
| Octal | 326 | 121 | 21 | 0 | 76 | 134 | 20 | 23 | 125 | 55 |
| Binary | 11010110 | 1010001 | 10001 | 0 | 111110 | 1011100 | 10000 | 10011 | 1010101 | 101101 |
Color Harmonies of #D65111
Complementary color
Monochromatic Colors of #D65111
Black with #D65111
Text Example
Text Example
White with #D65111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65111; }
p { color: rgb(214,81,17); }
H1.HeaderClassName
{
color: #D65111;
}
.AnyTagClassName
{
color: #D65111;
}
</style>
background-color css
<style>
a { background-color: #D65111; }
a { background-color: rgb(214,81,17); }
div.DivClassName
{
background-color: #D65111;
}
.BgClassName
{
background-color: #D65111;
}
</style>
border-color css
<style>
span { border-color: #D65111; }
span { border-color: rgb(214,81,17); }
td.TdClassName
{
border-color: #D65111;
}
.TagClassName
{
border-color: #D65111;
}
</style>