Shades of Tenne (Tawny) #D65104
Tints of Tenne (Tawny) #D65104
RGB
CMYK
RGB Variations
Color information
#D65104 (or 0xD65104) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 04. RGB value is (214,81,4). Sum of RGB (Red+Green+Blue) = 214+81+4=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D65104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65104 is #29AEFB. Grayscale: #707070. Windows color (decimal): -2731772 or 283094. OLE color: 283094.
HSL color Cylindrical-coordinate representation of color #D65104: hue angle of 22º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D65104 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.16 |
| HSL | 22º | 0.96% | 0.43% | - |
| HSV(B) | 22º | 0.98% | 0.84% | - |
| XYZ | 30.7 | 20.19 | 2.39 | - |
| YUV | 111.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 4 | 0 | 0.62 | 0.98 | 0.16 | 22 | 0.96 | 0.43 |
| Hex | D6 | 51 | 4 | 0 | 3E | 62 | 10 | 16 | 60 | 2B |
| Octal | 326 | 121 | 4 | 0 | 76 | 142 | 20 | 26 | 140 | 53 |
| Binary | 11010110 | 1010001 | 100 | 0 | 111110 | 1100010 | 10000 | 10110 | 1100000 | 101011 |
Color Harmonies of #D65104
Complementary color
Monochromatic Colors of #D65104
Black with #D65104
Text Example
Text Example
White with #D65104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65104; }
p { color: rgb(214,81,4); }
H1.HeaderClassName
{
color: #D65104;
}
.AnyTagClassName
{
color: #D65104;
}
</style>
background-color css
<style>
a { background-color: #D65104; }
a { background-color: rgb(214,81,4); }
div.DivClassName
{
background-color: #D65104;
}
.BgClassName
{
background-color: #D65104;
}
</style>
border-color css
<style>
span { border-color: #D65104; }
span { border-color: rgb(214,81,4); }
td.TdClassName
{
border-color: #D65104;
}
.TagClassName
{
border-color: #D65104;
}
</style>