Shades of Tenne (Tawny) #D56008
Tints of Tenne (Tawny) #D56008
RGB
CMYK
RGB Variations
Color information
#D56008 (or 0xD56008) is known color: Tenne (Tawny). HEX triplet: D5, 60 and 08. RGB value is (213,96,8). Sum of RGB (Red+Green+Blue) = 213+96+8=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D56008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56008 is #2A9FF7. Grayscale: #797979. Windows color (decimal): -2793464 or 549077. OLE color: 549077.
HSL color Cylindrical-coordinate representation of color #D56008: hue angle of 25.76º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D56008 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 8 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.16 |
| HSL | 25.76º | 0.93% | 0.43% | - |
| HSV(B) | 25.76º | 0.96% | 0.84% | - |
| XYZ | 31.67 | 22.53 | 2.91 | - |
| YUV | 120.95 | 64.26 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 8 | 0 | 0.55 | 0.96 | 0.16 | 25.76 | 0.93 | 0.43 |
| Hex | D5 | 60 | 8 | 0 | 37 | 60 | 10 | 1A | 5D | 2B |
| Octal | 325 | 140 | 10 | 0 | 67 | 140 | 20 | 32 | 135 | 53 |
| Binary | 11010101 | 1100000 | 1000 | 0 | 110111 | 1100000 | 10000 | 11010 | 1011101 | 101011 |
Color Harmonies of #D56008
Complementary color
Monochromatic Colors of #D56008
Black with #D56008
Text Example
Text Example
White with #D56008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56008; }
p { color: rgb(213,96,8); }
H1.HeaderClassName
{
color: #D56008;
}
.AnyTagClassName
{
color: #D56008;
}
</style>
background-color css
<style>
a { background-color: #D56008; }
a { background-color: rgb(213,96,8); }
div.DivClassName
{
background-color: #D56008;
}
.BgClassName
{
background-color: #D56008;
}
</style>
border-color css
<style>
span { border-color: #D56008; }
span { border-color: rgb(213,96,8); }
td.TdClassName
{
border-color: #D56008;
}
.TagClassName
{
border-color: #D56008;
}
</style>