Shades of Tenne (Tawny) #D56501
Tints of Tenne (Tawny) #D56501
RGB
CMYK
RGB Variations
Color information
#D56501 (or 0xD56501) is known color: Tenne (Tawny). HEX triplet: D5, 65 and 01. RGB value is (213,101,1). Sum of RGB (Red+Green+Blue) = 213+101+1=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D56501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56501 is #2A9AFE. Grayscale: #7B7B7B. Windows color (decimal): -2792191 or 91605. OLE color: 91605.
HSL color Cylindrical-coordinate representation of color #D56501: hue angle of 28.3º 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 #D56501 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.16 |
| HSL | 28.3º | 0.99% | 0.42% | - |
| HSV(B) | 28.3º | 1% | 0.84% | - |
| XYZ | 32.1 | 23.46 | 2.86 | - |
| YUV | 123.09 | 59.11 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 1 | 0 | 0.53 | 1.00 | 0.16 | 28.3 | 0.99 | 0.42 |
| Hex | D5 | 65 | 1 | 0 | 35 | 64 | 10 | 1C | 63 | 2A |
| Octal | 325 | 145 | 1 | 0 | 65 | 144 | 20 | 34 | 143 | 52 |
| Binary | 11010101 | 1100101 | 1 | 0 | 110101 | 1100100 | 10000 | 11100 | 1100011 | 101010 |
Color Harmonies of #D56501
Complementary color
Monochromatic Colors of #D56501
Black with #D56501
Text Example
Text Example
White with #D56501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56501; }
p { color: rgb(213,101,1); }
H1.HeaderClassName
{
color: #D56501;
}
.AnyTagClassName
{
color: #D56501;
}
</style>
background-color css
<style>
a { background-color: #D56501; }
a { background-color: rgb(213,101,1); }
div.DivClassName
{
background-color: #D56501;
}
.BgClassName
{
background-color: #D56501;
}
</style>
border-color css
<style>
span { border-color: #D56501; }
span { border-color: rgb(213,101,1); }
td.TdClassName
{
border-color: #D56501;
}
.TagClassName
{
border-color: #D56501;
}
</style>