Shades of Tenne (Tawny) #D4610C
Tints of Tenne (Tawny) #D4610C
RGB
CMYK
RGB Variations
Color information
#D4610C (or 0xD4610C) is known color: Tenne (Tawny). HEX triplet: D4, 61 and 0C. RGB value is (212,97,12). Sum of RGB (Red+Green+Blue) = 212+97+12=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4610C is #2B9EF3. Grayscale: #7A7A7A. Windows color (decimal): -2858740 or 811476. OLE color: 811476.
HSL color Cylindrical-coordinate representation of color #D4610C: hue angle of 25.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4610C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.17 |
| HSL | 25.5º | 0.89% | 0.44% | - |
| HSV(B) | 25.5º | 0.94% | 0.83% | - |
| XYZ | 31.49 | 22.57 | 3.05 | - |
| YUV | 121.7 | 66.1 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 12 | 0 | 0.54 | 0.94 | 0.17 | 25.5 | 0.89 | 0.44 |
| Hex | D4 | 61 | C | 0 | 36 | 5E | 11 | 1A | 59 | 2C |
| Octal | 324 | 141 | 14 | 0 | 66 | 136 | 21 | 32 | 131 | 54 |
| Binary | 11010100 | 1100001 | 1100 | 0 | 110110 | 1011110 | 10001 | 11010 | 1011001 | 101100 |
Color Harmonies of #D4610C
Complementary color
Monochromatic Colors of #D4610C
Black with #D4610C
Text Example
Text Example
White with #D4610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4610C; }
p { color: rgb(212,97,12); }
H1.HeaderClassName
{
color: #D4610C;
}
.AnyTagClassName
{
color: #D4610C;
}
</style>
background-color css
<style>
a { background-color: #D4610C; }
a { background-color: rgb(212,97,12); }
div.DivClassName
{
background-color: #D4610C;
}
.BgClassName
{
background-color: #D4610C;
}
</style>
border-color css
<style>
span { border-color: #D4610C; }
span { border-color: rgb(212,97,12); }
td.TdClassName
{
border-color: #D4610C;
}
.TagClassName
{
border-color: #D4610C;
}
</style>