Shades of Tenne (Tawny) #D56605
Tints of Tenne (Tawny) #D56605
RGB
CMYK
RGB Variations
Color information
#D56605 (or 0xD56605) is known color: Tenne (Tawny). HEX triplet: D5, 66 and 05. RGB value is (213,102,5). Sum of RGB (Red+Green+Blue) = 213+102+5=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D56605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56605 is #2A99FA. Grayscale: #7C7C7C. Windows color (decimal): -2791931 or 354005. OLE color: 354005.
HSL color Cylindrical-coordinate representation of color #D56605: hue angle of 27.98º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D56605 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.16 |
| HSL | 27.98º | 0.95% | 0.43% | - |
| HSV(B) | 27.98º | 0.98% | 0.84% | - |
| XYZ | 32.22 | 23.66 | 3.01 | - |
| YUV | 124.13 | 60.77 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 5 | 0 | 0.52 | 0.98 | 0.16 | 27.98 | 0.95 | 0.43 |
| Hex | D5 | 66 | 5 | 0 | 34 | 62 | 10 | 1C | 5F | 2B |
| Octal | 325 | 146 | 5 | 0 | 64 | 142 | 20 | 34 | 137 | 53 |
| Binary | 11010101 | 1100110 | 101 | 0 | 110100 | 1100010 | 10000 | 11100 | 1011111 | 101011 |
Color Harmonies of #D56605
Complementary color
Monochromatic Colors of #D56605
Black with #D56605
Text Example
Text Example
White with #D56605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56605; }
p { color: rgb(213,102,5); }
H1.HeaderClassName
{
color: #D56605;
}
.AnyTagClassName
{
color: #D56605;
}
</style>
background-color css
<style>
a { background-color: #D56605; }
a { background-color: rgb(213,102,5); }
div.DivClassName
{
background-color: #D56605;
}
.BgClassName
{
background-color: #D56605;
}
</style>
border-color css
<style>
span { border-color: #D56605; }
span { border-color: rgb(213,102,5); }
td.TdClassName
{
border-color: #D56605;
}
.TagClassName
{
border-color: #D56605;
}
</style>