Shades of Tenne (Tawny) #D26B06
Tints of Tenne (Tawny) #D26B06
RGB
CMYK
RGB Variations
Color information
#D26B06 (or 0xD26B06) is known color: Tenne (Tawny). HEX triplet: D2, 6B and 06. RGB value is (210,107,6). Sum of RGB (Red+Green+Blue) = 210+107+6=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26B06 is #2D94F9. Grayscale: #7E7E7E. Windows color (decimal): -2987258 or 420818. OLE color: 420818.
HSL color Cylindrical-coordinate representation of color #D26B06: hue angle of 29.71º 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 #D26B06 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 6 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.18 |
| HSL | 29.71º | 0.94% | 0.42% | - |
| HSV(B) | 29.71º | 0.97% | 0.82% | - |
| XYZ | 31.87 | 24.23 | 3.17 | - |
| YUV | 126.28 | 60.12 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 6 | 0 | 0.49 | 0.97 | 0.18 | 29.71 | 0.94 | 0.42 |
| Hex | D2 | 6B | 6 | 0 | 31 | 61 | 12 | 1E | 5E | 2A |
| Octal | 322 | 153 | 6 | 0 | 61 | 141 | 22 | 36 | 136 | 52 |
| Binary | 11010010 | 1101011 | 110 | 0 | 110001 | 1100001 | 10010 | 11110 | 1011110 | 101010 |
Color Harmonies of #D26B06
Complementary color
Monochromatic Colors of #D26B06
Black with #D26B06
Text Example
Text Example
White with #D26B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26B06; }
p { color: rgb(210,107,6); }
H1.HeaderClassName
{
color: #D26B06;
}
.AnyTagClassName
{
color: #D26B06;
}
</style>
background-color css
<style>
a { background-color: #D26B06; }
a { background-color: rgb(210,107,6); }
div.DivClassName
{
background-color: #D26B06;
}
.BgClassName
{
background-color: #D26B06;
}
</style>
border-color css
<style>
span { border-color: #D26B06; }
span { border-color: rgb(210,107,6); }
td.TdClassName
{
border-color: #D26B06;
}
.TagClassName
{
border-color: #D26B06;
}
</style>