Shades of Tenne (Tawny) #D85E05
Tints of Tenne (Tawny) #D85E05
RGB
CMYK
RGB Variations
Color information
#D85E05 (or 0xD85E05) is known color: Tenne (Tawny). HEX triplet: D8, 5E and 05. RGB value is (216,94,5). Sum of RGB (Red+Green+Blue) = 216+94+5=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E05 is #27A1FA. Grayscale: #787878. Windows color (decimal): -2597371 or 351960. OLE color: 351960.
HSL color Cylindrical-coordinate representation of color #D85E05: hue angle of 25.31º 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 #D85E05 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.15 |
| HSL | 25.31º | 0.95% | 0.43% | - |
| HSV(B) | 25.31º | 0.98% | 0.85% | - |
| XYZ | 32.35 | 22.62 | 2.8 | - |
| YUV | 120.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 5 | 0 | 0.56 | 0.98 | 0.15 | 25.31 | 0.95 | 0.43 |
| Hex | D8 | 5E | 5 | 0 | 38 | 62 | F | 19 | 5F | 2B |
| Octal | 330 | 136 | 5 | 0 | 70 | 142 | 17 | 31 | 137 | 53 |
| Binary | 11011000 | 1011110 | 101 | 0 | 111000 | 1100010 | 1111 | 11001 | 1011111 | 101011 |
Color Harmonies of #D85E05
Complementary color
Monochromatic Colors of #D85E05
Black with #D85E05
Text Example
Text Example
White with #D85E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E05; }
p { color: rgb(216,94,5); }
H1.HeaderClassName
{
color: #D85E05;
}
.AnyTagClassName
{
color: #D85E05;
}
</style>
background-color css
<style>
a { background-color: #D85E05; }
a { background-color: rgb(216,94,5); }
div.DivClassName
{
background-color: #D85E05;
}
.BgClassName
{
background-color: #D85E05;
}
</style>
border-color css
<style>
span { border-color: #D85E05; }
span { border-color: rgb(216,94,5); }
td.TdClassName
{
border-color: #D85E05;
}
.TagClassName
{
border-color: #D85E05;
}
</style>