Shades of Tenne (Tawny) #D65501
Tints of Tenne (Tawny) #D65501
RGB
CMYK
RGB Variations
Color information
#D65501 (or 0xD65501) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 01. RGB value is (214,85,1). Sum of RGB (Red+Green+Blue) = 214+85+1=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D65501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65501 is #29AAFE. Grayscale: #727272. Windows color (decimal): -2730751 or 87510. OLE color: 87510.
HSL color Cylindrical-coordinate representation of color #D65501: hue angle of 23.66º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D65501 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.16 |
| HSL | 23.66º | 0.99% | 0.42% | - |
| HSV(B) | 23.66º | 1% | 0.84% | - |
| XYZ | 30.99 | 20.8 | 2.41 | - |
| YUV | 114 | 64.24 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 1 | 0 | 0.60 | 1.00 | 0.16 | 23.66 | 0.99 | 0.42 |
| Hex | D6 | 55 | 1 | 0 | 3C | 64 | 10 | 18 | 63 | 2A |
| Octal | 326 | 125 | 1 | 0 | 74 | 144 | 20 | 30 | 143 | 52 |
| Binary | 11010110 | 1010101 | 1 | 0 | 111100 | 1100100 | 10000 | 11000 | 1100011 | 101010 |
Color Harmonies of #D65501
Complementary color
Monochromatic Colors of #D65501
Black with #D65501
Text Example
Text Example
White with #D65501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65501; }
p { color: rgb(214,85,1); }
H1.HeaderClassName
{
color: #D65501;
}
.AnyTagClassName
{
color: #D65501;
}
</style>
background-color css
<style>
a { background-color: #D65501; }
a { background-color: rgb(214,85,1); }
div.DivClassName
{
background-color: #D65501;
}
.BgClassName
{
background-color: #D65501;
}
</style>
border-color css
<style>
span { border-color: #D65501; }
span { border-color: rgb(214,85,1); }
td.TdClassName
{
border-color: #D65501;
}
.TagClassName
{
border-color: #D65501;
}
</style>