Shades of Tenne (Tawny) #D56802
Tints of Tenne (Tawny) #D56802
RGB
CMYK
RGB Variations
Color information
#D56802 (or 0xD56802) is known color: Tenne (Tawny). HEX triplet: D5, 68 and 02. RGB value is (213,104,2). Sum of RGB (Red+Green+Blue) = 213+104+2=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D56802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56802 is #2A97FD. Grayscale: #7D7D7D. Windows color (decimal): -2791422 or 157909. OLE color: 157909.
HSL color Cylindrical-coordinate representation of color #D56802: hue angle of 29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D56802 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.16 |
| HSL | 29º | 0.98% | 0.42% | - |
| HSV(B) | 29º | 0.99% | 0.84% | - |
| XYZ | 32.4 | 24.05 | 2.99 | - |
| YUV | 124.96 | 58.61 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 2 | 0 | 0.51 | 0.99 | 0.16 | 29 | 0.98 | 0.42 |
| Hex | D5 | 68 | 2 | 0 | 33 | 63 | 10 | 1D | 62 | 2A |
| Octal | 325 | 150 | 2 | 0 | 63 | 143 | 20 | 35 | 142 | 52 |
| Binary | 11010101 | 1101000 | 10 | 0 | 110011 | 1100011 | 10000 | 11101 | 1100010 | 101010 |
Color Harmonies of #D56802
Complementary color
Monochromatic Colors of #D56802
Black with #D56802
Text Example
Text Example
White with #D56802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56802; }
p { color: rgb(213,104,2); }
H1.HeaderClassName
{
color: #D56802;
}
.AnyTagClassName
{
color: #D56802;
}
</style>
background-color css
<style>
a { background-color: #D56802; }
a { background-color: rgb(213,104,2); }
div.DivClassName
{
background-color: #D56802;
}
.BgClassName
{
background-color: #D56802;
}
</style>
border-color css
<style>
span { border-color: #D56802; }
span { border-color: rgb(213,104,2); }
td.TdClassName
{
border-color: #D56802;
}
.TagClassName
{
border-color: #D56802;
}
</style>