Shades of Tenne (Tawny) #D85C0C
Tints of Tenne (Tawny) #D85C0C
RGB
CMYK
RGB Variations
Color information
#D85C0C (or 0xD85C0C) is known color: Tenne (Tawny). HEX triplet: D8, 5C and 0C. RGB value is (216,92,12). Sum of RGB (Red+Green+Blue) = 216+92+12=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C0C is #27A3F3. Grayscale: #787878. Windows color (decimal): -2597876 or 810200. OLE color: 810200.
HSL color Cylindrical-coordinate representation of color #D85C0C: hue angle of 23.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D85C0C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.15 |
| HSL | 23.53º | 0.89% | 0.45% | - |
| HSV(B) | 23.53º | 0.94% | 0.85% | - |
| XYZ | 32.21 | 22.28 | 2.95 | - |
| YUV | 119.96 | 67.08 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 12 | 0 | 0.57 | 0.94 | 0.15 | 23.53 | 0.89 | 0.45 |
| Hex | D8 | 5C | C | 0 | 39 | 5E | F | 18 | 59 | 2D |
| Octal | 330 | 134 | 14 | 0 | 71 | 136 | 17 | 30 | 131 | 55 |
| Binary | 11011000 | 1011100 | 1100 | 0 | 111001 | 1011110 | 1111 | 11000 | 1011001 | 101101 |
Color Harmonies of #D85C0C
Complementary color
Monochromatic Colors of #D85C0C
Black with #D85C0C
Text Example
Text Example
White with #D85C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C0C; }
p { color: rgb(216,92,12); }
H1.HeaderClassName
{
color: #D85C0C;
}
.AnyTagClassName
{
color: #D85C0C;
}
</style>
background-color css
<style>
a { background-color: #D85C0C; }
a { background-color: rgb(216,92,12); }
div.DivClassName
{
background-color: #D85C0C;
}
.BgClassName
{
background-color: #D85C0C;
}
</style>
border-color css
<style>
span { border-color: #D85C0C; }
span { border-color: rgb(216,92,12); }
td.TdClassName
{
border-color: #D85C0C;
}
.TagClassName
{
border-color: #D85C0C;
}
</style>