Shades of Tacha #D6B656
Tints of Tacha #D6B656
RGB
CMYK
RGB Variations
Color information
#D6B656 (or 0xD6B656) is known color: Tacha. HEX triplet: D6, B6 and 56. RGB value is (214,182,86). Sum of RGB (Red+Green+Blue) = 214+182+86=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B656 is #2949A9. Grayscale: #B5B5B5. Windows color (decimal): -2705834 or 5682902. OLE color: 5682902.
HSL color Cylindrical-coordinate representation of color #D6B656: hue angle of 45º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6B656 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 86 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.16 |
| HSL | 45º | 0.61% | 0.59% | - |
| HSV(B) | 45º | 0.6% | 0.84% | - |
| XYZ | 46.14 | 48.42 | 15.72 | - |
| YUV | 180.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 86 | 0 | 0.15 | 0.60 | 0.16 | 45 | 0.61 | 0.59 |
| Hex | D6 | B6 | 56 | 0 | F | 3C | 10 | 2D | 3D | 3B |
| Octal | 326 | 266 | 126 | 0 | 17 | 74 | 20 | 55 | 75 | 73 |
| Binary | 11010110 | 10110110 | 1010110 | 0 | 1111 | 111100 | 10000 | 101101 | 111101 | 111011 |
Color Harmonies of #D6B656
Complementary color
Monochromatic Colors of #D6B656
Black with #D6B656
Text Example
Text Example
White with #D6B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B656; }
p { color: rgb(214,182,86); }
H1.HeaderClassName
{
color: #D6B656;
}
.AnyTagClassName
{
color: #D6B656;
}
</style>
background-color css
<style>
a { background-color: #D6B656; }
a { background-color: rgb(214,182,86); }
div.DivClassName
{
background-color: #D6B656;
}
.BgClassName
{
background-color: #D6B656;
}
</style>
border-color css
<style>
span { border-color: #D6B656; }
span { border-color: rgb(214,182,86); }
td.TdClassName
{
border-color: #D6B656;
}
.TagClassName
{
border-color: #D6B656;
}
</style>