Shades of Tenne (Tawny) #D65213
Tints of Tenne (Tawny) #D65213
RGB
CMYK
RGB Variations
Color information
#D65213 (or 0xD65213) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 13. RGB value is (214,82,19). Sum of RGB (Red+Green+Blue) = 214+82+19=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65213 is #29ADEC. Grayscale: #727272. Windows color (decimal): -2731501 or 1266390. OLE color: 1266390.
HSL color Cylindrical-coordinate representation of color #D65213: hue angle of 19.38º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D65213 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 19 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.16 |
| HSL | 19.38º | 0.84% | 0.46% | - |
| HSV(B) | 19.38º | 0.91% | 0.84% | - |
| XYZ | 30.87 | 20.38 | 2.92 | - |
| YUV | 114.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 19 | 0 | 0.62 | 0.91 | 0.16 | 19.38 | 0.84 | 0.46 |
| Hex | D6 | 52 | 13 | 0 | 3E | 5B | 10 | 13 | 54 | 2E |
| Octal | 326 | 122 | 23 | 0 | 76 | 133 | 20 | 23 | 124 | 56 |
| Binary | 11010110 | 1010010 | 10011 | 0 | 111110 | 1011011 | 10000 | 10011 | 1010100 | 101110 |
Color Harmonies of #D65213
Complementary color
Monochromatic Colors of #D65213
Black with #D65213
Text Example
Text Example
White with #D65213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65213; }
p { color: rgb(214,82,19); }
H1.HeaderClassName
{
color: #D65213;
}
.AnyTagClassName
{
color: #D65213;
}
</style>
background-color css
<style>
a { background-color: #D65213; }
a { background-color: rgb(214,82,19); }
div.DivClassName
{
background-color: #D65213;
}
.BgClassName
{
background-color: #D65213;
}
</style>
border-color css
<style>
span { border-color: #D65213; }
span { border-color: rgb(214,82,19); }
td.TdClassName
{
border-color: #D65213;
}
.TagClassName
{
border-color: #D65213;
}
</style>