Shades of Tenne (Tawny) #D85C0B
Tints of Tenne (Tawny) #D85C0B
RGB
CMYK
RGB Variations
Color information
#D85C0B (or 0xD85C0B) is known color: Tenne (Tawny). HEX triplet: D8, 5C and 0B. RGB value is (216,92,11). Sum of RGB (Red+Green+Blue) = 216+92+11=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C0B is #27A3F4. Grayscale: #787878. Windows color (decimal): -2597877 or 744664. OLE color: 744664.
HSL color Cylindrical-coordinate representation of color #D85C0B: hue angle of 23.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D85C0B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.15 |
| HSL | 23.71º | 0.9% | 0.45% | - |
| HSV(B) | 23.71º | 0.95% | 0.85% | - |
| XYZ | 32.21 | 22.28 | 2.92 | - |
| YUV | 119.84 | 66.58 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 11 | 0 | 0.57 | 0.95 | 0.15 | 23.71 | 0.9 | 0.45 |
| Hex | D8 | 5C | B | 0 | 39 | 5F | F | 18 | 5A | 2D |
| Octal | 330 | 134 | 13 | 0 | 71 | 137 | 17 | 30 | 132 | 55 |
| Binary | 11011000 | 1011100 | 1011 | 0 | 111001 | 1011111 | 1111 | 11000 | 1011010 | 101101 |
Color Harmonies of #D85C0B
Complementary color
Monochromatic Colors of #D85C0B
Black with #D85C0B
Text Example
Text Example
White with #D85C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C0B; }
p { color: rgb(216,92,11); }
H1.HeaderClassName
{
color: #D85C0B;
}
.AnyTagClassName
{
color: #D85C0B;
}
</style>
background-color css
<style>
a { background-color: #D85C0B; }
a { background-color: rgb(216,92,11); }
div.DivClassName
{
background-color: #D85C0B;
}
.BgClassName
{
background-color: #D85C0B;
}
</style>
border-color css
<style>
span { border-color: #D85C0B; }
span { border-color: rgb(216,92,11); }
td.TdClassName
{
border-color: #D85C0B;
}
.TagClassName
{
border-color: #D85C0B;
}
</style>