Shades of Tenne (Tawny) #D85F01
Tints of Tenne (Tawny) #D85F01
RGB
CMYK
RGB Variations
Color information
#D85F01 (or 0xD85F01) is known color: Tenne (Tawny). HEX triplet: D8, 5F and 01. RGB value is (216,95,1). Sum of RGB (Red+Green+Blue) = 216+95+1=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F01 is #27A0FE. Grayscale: #787878. Windows color (decimal): -2597119 or 90072. OLE color: 90072.
HSL color Cylindrical-coordinate representation of color #D85F01: hue angle of 26.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D85F01 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.15 |
| HSL | 26.23º | 0.99% | 0.43% | - |
| HSV(B) | 26.23º | 1% | 0.85% | - |
| XYZ | 32.42 | 22.79 | 2.72 | - |
| YUV | 120.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 1 | 0 | 0.56 | 1.00 | 0.15 | 26.23 | 0.99 | 0.43 |
| Hex | D8 | 5F | 1 | 0 | 38 | 64 | F | 1A | 63 | 2B |
| Octal | 330 | 137 | 1 | 0 | 70 | 144 | 17 | 32 | 143 | 53 |
| Binary | 11011000 | 1011111 | 1 | 0 | 111000 | 1100100 | 1111 | 11010 | 1100011 | 101011 |
Color Harmonies of #D85F01
Complementary color
Monochromatic Colors of #D85F01
Black with #D85F01
Text Example
Text Example
White with #D85F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F01; }
p { color: rgb(216,95,1); }
H1.HeaderClassName
{
color: #D85F01;
}
.AnyTagClassName
{
color: #D85F01;
}
</style>
background-color css
<style>
a { background-color: #D85F01; }
a { background-color: rgb(216,95,1); }
div.DivClassName
{
background-color: #D85F01;
}
.BgClassName
{
background-color: #D85F01;
}
</style>
border-color css
<style>
span { border-color: #D85F01; }
span { border-color: rgb(216,95,1); }
td.TdClassName
{
border-color: #D85F01;
}
.TagClassName
{
border-color: #D85F01;
}
</style>