Shades of Tenne (Tawny) #D6480C
Tints of Tenne (Tawny) #D6480C
RGB
CMYK
RGB Variations
Color information
#D6480C (or 0xD6480C) is known color: Tenne (Tawny). HEX triplet: D6, 48 and 0C. RGB value is (214,72,12). Sum of RGB (Red+Green+Blue) = 214+72+12=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D6480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6480C is #29B7F3. Grayscale: #6C6C6C. Windows color (decimal): -2734068 or 805078. OLE color: 805078.
HSL color Cylindrical-coordinate representation of color #D6480C: hue angle of 17.82º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6480C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.16 |
| HSL | 17.82º | 0.89% | 0.44% | - |
| HSV(B) | 17.82º | 0.94% | 0.84% | - |
| XYZ | 30.12 | 18.96 | 2.42 | - |
| YUV | 107.62 | 74.04 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 12 | 0 | 0.66 | 0.94 | 0.16 | 17.82 | 0.89 | 0.44 |
| Hex | D6 | 48 | C | 0 | 42 | 5E | 10 | 12 | 59 | 2C |
| Octal | 326 | 110 | 14 | 0 | 102 | 136 | 20 | 22 | 131 | 54 |
| Binary | 11010110 | 1001000 | 1100 | 0 | 1000010 | 1011110 | 10000 | 10010 | 1011001 | 101100 |
Color Harmonies of #D6480C
Complementary color
Monochromatic Colors of #D6480C
Black with #D6480C
Text Example
Text Example
White with #D6480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6480C; }
p { color: rgb(214,72,12); }
H1.HeaderClassName
{
color: #D6480C;
}
.AnyTagClassName
{
color: #D6480C;
}
</style>
background-color css
<style>
a { background-color: #D6480C; }
a { background-color: rgb(214,72,12); }
div.DivClassName
{
background-color: #D6480C;
}
.BgClassName
{
background-color: #D6480C;
}
</style>
border-color css
<style>
span { border-color: #D6480C; }
span { border-color: rgb(214,72,12); }
td.TdClassName
{
border-color: #D6480C;
}
.TagClassName
{
border-color: #D6480C;
}
</style>