Shades of Tenne (Tawny) #D66508
Tints of Tenne (Tawny) #D66508
RGB
CMYK
RGB Variations
Color information
#D66508 (or 0xD66508) is known color: Tenne (Tawny). HEX triplet: D6, 65 and 08. RGB value is (214,101,8). Sum of RGB (Red+Green+Blue) = 214+101+8=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D66508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66508 is #299AF7. Grayscale: #7C7C7C. Windows color (decimal): -2726648 or 550358. OLE color: 550358.
HSL color Cylindrical-coordinate representation of color #D66508: hue angle of 27.09º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D66508 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 8 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.16 |
| HSL | 27.09º | 0.93% | 0.44% | - |
| HSV(B) | 27.09º | 0.96% | 0.84% | - |
| XYZ | 32.43 | 23.62 | 3.08 | - |
| YUV | 124.19 | 62.44 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 8 | 0 | 0.53 | 0.96 | 0.16 | 27.09 | 0.93 | 0.44 |
| Hex | D6 | 65 | 8 | 0 | 35 | 60 | 10 | 1B | 5D | 2C |
| Octal | 326 | 145 | 10 | 0 | 65 | 140 | 20 | 33 | 135 | 54 |
| Binary | 11010110 | 1100101 | 1000 | 0 | 110101 | 1100000 | 10000 | 11011 | 1011101 | 101100 |
Color Harmonies of #D66508
Complementary color
Monochromatic Colors of #D66508
Black with #D66508
Text Example
Text Example
White with #D66508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66508; }
p { color: rgb(214,101,8); }
H1.HeaderClassName
{
color: #D66508;
}
.AnyTagClassName
{
color: #D66508;
}
</style>
background-color css
<style>
a { background-color: #D66508; }
a { background-color: rgb(214,101,8); }
div.DivClassName
{
background-color: #D66508;
}
.BgClassName
{
background-color: #D66508;
}
</style>
border-color css
<style>
span { border-color: #D66508; }
span { border-color: rgb(214,101,8); }
td.TdClassName
{
border-color: #D66508;
}
.TagClassName
{
border-color: #D66508;
}
</style>