Shades of Tenne (Tawny) #D56600
Tints of Tenne (Tawny) #D56600
RGB
CMYK
RGB Variations
Color information
#D56600 (or 0xD56600) is known color: Tenne (Tawny). HEX triplet: D5, 66 and 00. RGB value is (213,102,0). Sum of RGB (Red+Green+Blue) = 213+102+0=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D56600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56600 is #2A99FF. Grayscale: #7C7C7C. Windows color (decimal): -2791936 or 26325. OLE color: 26325.
HSL color Cylindrical-coordinate representation of color #D56600: hue angle of 28.73º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D56600 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.16 |
| HSL | 28.73º | 1% | 0.42% | - |
| HSV(B) | 28.73º | 1% | 0.84% | - |
| XYZ | 32.19 | 23.65 | 2.87 | - |
| YUV | 123.56 | 58.27 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 0 | 0 | 0.52 | 1 | 0.16 | 28.73 | 1 | 0.42 |
| Hex | D5 | 66 | 0 | 0 | 34 | 64 | 10 | 1D | 64 | 2A |
| Octal | 325 | 146 | 0 | 0 | 64 | 144 | 20 | 35 | 144 | 52 |
| Binary | 11010101 | 1100110 | 0 | 0 | 110100 | 1100100 | 10000 | 11101 | 1100100 | 101010 |
Color Harmonies of #D56600
Complementary color
Monochromatic Colors of #D56600
Black with #D56600
Text Example
Text Example
White with #D56600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56600; }
p { color: rgb(213,102,0); }
H1.HeaderClassName
{
color: #D56600;
}
.AnyTagClassName
{
color: #D56600;
}
</style>
background-color css
<style>
a { background-color: #D56600; }
a { background-color: rgb(213,102,0); }
div.DivClassName
{
background-color: #D56600;
}
.BgClassName
{
background-color: #D56600;
}
</style>
border-color css
<style>
span { border-color: #D56600; }
span { border-color: rgb(213,102,0); }
td.TdClassName
{
border-color: #D56600;
}
.TagClassName
{
border-color: #D56600;
}
</style>