Shades of Tenne (Tawny) #D85501
Tints of Tenne (Tawny) #D85501
RGB
CMYK
RGB Variations
Color information
#D85501 (or 0xD85501) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 01. RGB value is (216,85,1). Sum of RGB (Red+Green+Blue) = 216+85+1=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D85501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85501 is #27AAFE. Grayscale: #737373. Windows color (decimal): -2599679 or 87512. OLE color: 87512.
HSL color Cylindrical-coordinate representation of color #D85501: hue angle of 23.44º 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 #D85501 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.15 |
| HSL | 23.44º | 0.99% | 0.43% | - |
| HSV(B) | 23.44º | 1% | 0.85% | - |
| XYZ | 31.57 | 21.1 | 2.44 | - |
| YUV | 114.59 | 63.9 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 1 | 0 | 0.61 | 1.00 | 0.15 | 23.44 | 0.99 | 0.43 |
| Hex | D8 | 55 | 1 | 0 | 3D | 64 | F | 17 | 63 | 2B |
| Octal | 330 | 125 | 1 | 0 | 75 | 144 | 17 | 27 | 143 | 53 |
| Binary | 11011000 | 1010101 | 1 | 0 | 111101 | 1100100 | 1111 | 10111 | 1100011 | 101011 |
Color Harmonies of #D85501
Complementary color
Monochromatic Colors of #D85501
Black with #D85501
Text Example
Text Example
White with #D85501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85501; }
p { color: rgb(216,85,1); }
H1.HeaderClassName
{
color: #D85501;
}
.AnyTagClassName
{
color: #D85501;
}
</style>
background-color css
<style>
a { background-color: #D85501; }
a { background-color: rgb(216,85,1); }
div.DivClassName
{
background-color: #D85501;
}
.BgClassName
{
background-color: #D85501;
}
</style>
border-color css
<style>
span { border-color: #D85501; }
span { border-color: rgb(216,85,1); }
td.TdClassName
{
border-color: #D85501;
}
.TagClassName
{
border-color: #D85501;
}
</style>