Shades of Tenne (Tawny) #D65412
Tints of Tenne (Tawny) #D65412
RGB
CMYK
RGB Variations
Color information
#D65412 (or 0xD65412) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 12. RGB value is (214,84,18). Sum of RGB (Red+Green+Blue) = 214+84+18=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D65412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65412 is #29ABED. Grayscale: #737373. Windows color (decimal): -2730990 or 1201366. OLE color: 1201366.
HSL color Cylindrical-coordinate representation of color #D65412: hue angle of 20.2º degrees, saturation: 0.84, 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 #D65412 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 18 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.16 |
| HSL | 20.2º | 0.84% | 0.45% | - |
| HSV(B) | 20.2º | 0.92% | 0.84% | - |
| XYZ | 31.01 | 20.68 | 2.93 | - |
| YUV | 115.35 | 73.07 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 18 | 0 | 0.61 | 0.92 | 0.16 | 20.2 | 0.84 | 0.45 |
| Hex | D6 | 54 | 12 | 0 | 3D | 5C | 10 | 14 | 54 | 2D |
| Octal | 326 | 124 | 22 | 0 | 75 | 134 | 20 | 24 | 124 | 55 |
| Binary | 11010110 | 1010100 | 10010 | 0 | 111101 | 1011100 | 10000 | 10100 | 1010100 | 101101 |
Color Harmonies of #D65412
Complementary color
Monochromatic Colors of #D65412
Black with #D65412
Text Example
Text Example
White with #D65412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65412; }
p { color: rgb(214,84,18); }
H1.HeaderClassName
{
color: #D65412;
}
.AnyTagClassName
{
color: #D65412;
}
</style>
background-color css
<style>
a { background-color: #D65412; }
a { background-color: rgb(214,84,18); }
div.DivClassName
{
background-color: #D65412;
}
.BgClassName
{
background-color: #D65412;
}
</style>
border-color css
<style>
span { border-color: #D65412; }
span { border-color: rgb(214,84,18); }
td.TdClassName
{
border-color: #D65412;
}
.TagClassName
{
border-color: #D65412;
}
</style>