Shades of Tenne (Tawny) #D65411
Tints of Tenne (Tawny) #D65411
RGB
CMYK
RGB Variations
Color information
#D65411 (or 0xD65411) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 11. RGB value is (214,84,17). Sum of RGB (Red+Green+Blue) = 214+84+17=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65411 is #29ABEE. Grayscale: #737373. Windows color (decimal): -2730991 or 1135830. OLE color: 1135830.
HSL color Cylindrical-coordinate representation of color #D65411: hue angle of 20.41º 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 #D65411 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.16 |
| HSL | 20.41º | 0.85% | 0.45% | - |
| HSV(B) | 20.41º | 0.92% | 0.84% | - |
| XYZ | 31 | 20.68 | 2.89 | - |
| YUV | 115.23 | 72.57 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 17 | 0 | 0.61 | 0.92 | 0.16 | 20.41 | 0.85 | 0.45 |
| Hex | D6 | 54 | 11 | 0 | 3D | 5C | 10 | 14 | 55 | 2D |
| Octal | 326 | 124 | 21 | 0 | 75 | 134 | 20 | 24 | 125 | 55 |
| Binary | 11010110 | 1010100 | 10001 | 0 | 111101 | 1011100 | 10000 | 10100 | 1010101 | 101101 |
Color Harmonies of #D65411
Complementary color
Monochromatic Colors of #D65411
Black with #D65411
Text Example
Text Example
White with #D65411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65411; }
p { color: rgb(214,84,17); }
H1.HeaderClassName
{
color: #D65411;
}
.AnyTagClassName
{
color: #D65411;
}
</style>
background-color css
<style>
a { background-color: #D65411; }
a { background-color: rgb(214,84,17); }
div.DivClassName
{
background-color: #D65411;
}
.BgClassName
{
background-color: #D65411;
}
</style>
border-color css
<style>
span { border-color: #D65411; }
span { border-color: rgb(214,84,17); }
td.TdClassName
{
border-color: #D65411;
}
.TagClassName
{
border-color: #D65411;
}
</style>