Shades of Tenne (Tawny) #D85105
Tints of Tenne (Tawny) #D85105
RGB
CMYK
RGB Variations
Color information
#D85105 (or 0xD85105) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 05. RGB value is (216,81,5). Sum of RGB (Red+Green+Blue) = 216+81+5=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D85105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85105 is #27AEFA. Grayscale: #717171. Windows color (decimal): -2600699 or 348632. OLE color: 348632.
HSL color Cylindrical-coordinate representation of color #D85105: hue angle of 21.61º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D85105 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.15 |
| HSL | 21.61º | 0.95% | 0.43% | - |
| HSV(B) | 21.61º | 0.98% | 0.85% | - |
| XYZ | 31.29 | 20.49 | 2.45 | - |
| YUV | 112.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 5 | 0 | 0.62 | 0.98 | 0.15 | 21.61 | 0.95 | 0.43 |
| Hex | D8 | 51 | 5 | 0 | 3E | 62 | F | 16 | 5F | 2B |
| Octal | 330 | 121 | 5 | 0 | 76 | 142 | 17 | 26 | 137 | 53 |
| Binary | 11011000 | 1010001 | 101 | 0 | 111110 | 1100010 | 1111 | 10110 | 1011111 | 101011 |
Color Harmonies of #D85105
Complementary color
Monochromatic Colors of #D85105
Black with #D85105
Text Example
Text Example
White with #D85105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85105; }
p { color: rgb(216,81,5); }
H1.HeaderClassName
{
color: #D85105;
}
.AnyTagClassName
{
color: #D85105;
}
</style>
background-color css
<style>
a { background-color: #D85105; }
a { background-color: rgb(216,81,5); }
div.DivClassName
{
background-color: #D85105;
}
.BgClassName
{
background-color: #D85105;
}
</style>
border-color css
<style>
span { border-color: #D85105; }
span { border-color: rgb(216,81,5); }
td.TdClassName
{
border-color: #D85105;
}
.TagClassName
{
border-color: #D85105;
}
</style>