Shades of Tenne (Tawny) #D85A0B
Tints of Tenne (Tawny) #D85A0B
RGB
CMYK
RGB Variations
Color information
#D85A0B (or 0xD85A0B) is known color: Tenne (Tawny). HEX triplet: D8, 5A and 0B. RGB value is (216,90,11). Sum of RGB (Red+Green+Blue) = 216+90+11=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A0B is #27A5F4. Grayscale: #777777. Windows color (decimal): -2598389 or 744152. OLE color: 744152.
HSL color Cylindrical-coordinate representation of color #D85A0B: hue angle of 23.12º 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 #D85A0B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.15 |
| HSL | 23.12º | 0.9% | 0.45% | - |
| HSV(B) | 23.12º | 0.95% | 0.85% | - |
| XYZ | 32.04 | 21.94 | 2.86 | - |
| YUV | 118.67 | 67.24 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 11 | 0 | 0.58 | 0.95 | 0.15 | 23.12 | 0.9 | 0.45 |
| Hex | D8 | 5A | B | 0 | 3A | 5F | F | 17 | 5A | 2D |
| Octal | 330 | 132 | 13 | 0 | 72 | 137 | 17 | 27 | 132 | 55 |
| Binary | 11011000 | 1011010 | 1011 | 0 | 111010 | 1011111 | 1111 | 10111 | 1011010 | 101101 |
Color Harmonies of #D85A0B
Complementary color
Monochromatic Colors of #D85A0B
Black with #D85A0B
Text Example
Text Example
White with #D85A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A0B; }
p { color: rgb(216,90,11); }
H1.HeaderClassName
{
color: #D85A0B;
}
.AnyTagClassName
{
color: #D85A0B;
}
</style>
background-color css
<style>
a { background-color: #D85A0B; }
a { background-color: rgb(216,90,11); }
div.DivClassName
{
background-color: #D85A0B;
}
.BgClassName
{
background-color: #D85A0B;
}
</style>
border-color css
<style>
span { border-color: #D85A0B; }
span { border-color: rgb(216,90,11); }
td.TdClassName
{
border-color: #D85A0B;
}
.TagClassName
{
border-color: #D85A0B;
}
</style>