Shades of Tenne (Tawny) #D05706
Tints of Tenne (Tawny) #D05706
RGB
CMYK
RGB Variations
Color information
#D05706 (or 0xD05706) is known color: Tenne (Tawny). HEX triplet: D0, 57 and 06. RGB value is (208,87,6). Sum of RGB (Red+Green+Blue) = 208+87+6=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D05706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05706 is #2FA8F9. Grayscale: #727272. Windows color (decimal): -3123450 or 415696. OLE color: 415696.
HSL color Cylindrical-coordinate representation of color #D05706: hue angle of 24.06º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D05706 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.18 |
| HSL | 24.06º | 0.94% | 0.42% | - |
| HSV(B) | 24.06º | 0.97% | 0.82% | - |
| XYZ | 29.45 | 20.24 | 2.53 | - |
| YUV | 113.95 | 67.09 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 6 | 0 | 0.58 | 0.97 | 0.18 | 24.06 | 0.94 | 0.42 |
| Hex | D0 | 57 | 6 | 0 | 3A | 61 | 12 | 18 | 5E | 2A |
| Octal | 320 | 127 | 6 | 0 | 72 | 141 | 22 | 30 | 136 | 52 |
| Binary | 11010000 | 1010111 | 110 | 0 | 111010 | 1100001 | 10010 | 11000 | 1011110 | 101010 |
Color Harmonies of #D05706
Complementary color
Monochromatic Colors of #D05706
Black with #D05706
Text Example
Text Example
White with #D05706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05706; }
p { color: rgb(208,87,6); }
H1.HeaderClassName
{
color: #D05706;
}
.AnyTagClassName
{
color: #D05706;
}
</style>
background-color css
<style>
a { background-color: #D05706; }
a { background-color: rgb(208,87,6); }
div.DivClassName
{
background-color: #D05706;
}
.BgClassName
{
background-color: #D05706;
}
</style>
border-color css
<style>
span { border-color: #D05706; }
span { border-color: rgb(208,87,6); }
td.TdClassName
{
border-color: #D05706;
}
.TagClassName
{
border-color: #D05706;
}
</style>