Shades of Tacha #D6B556
Tints of Tacha #D6B556
RGB
CMYK
RGB Variations
Color information
#D6B556 (or 0xD6B556) is known color: Tacha. HEX triplet: D6, B5 and 56. RGB value is (214,181,86). Sum of RGB (Red+Green+Blue) = 214+181+86=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B556 is #294AA9. Grayscale: #B4B4B4. Windows color (decimal): -2706090 or 5682646. OLE color: 5682646.
HSL color Cylindrical-coordinate representation of color #D6B556: hue angle of 44.53º 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 #D6B556 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 86 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.16 |
| HSL | 44.53º | 0.61% | 0.59% | - |
| HSV(B) | 44.53º | 0.6% | 0.84% | - |
| XYZ | 45.94 | 48.02 | 15.65 | - |
| YUV | 180.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 86 | 0 | 0.15 | 0.60 | 0.16 | 44.53 | 0.61 | 0.59 |
| Hex | D6 | B5 | 56 | 0 | F | 3C | 10 | 2D | 3D | 3B |
| Octal | 326 | 265 | 126 | 0 | 17 | 74 | 20 | 55 | 75 | 73 |
| Binary | 11010110 | 10110101 | 1010110 | 0 | 1111 | 111100 | 10000 | 101101 | 111101 | 111011 |
Color Harmonies of #D6B556
Complementary color
Monochromatic Colors of #D6B556
Black with #D6B556
Text Example
Text Example
White with #D6B556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B556; }
p { color: rgb(214,181,86); }
H1.HeaderClassName
{
color: #D6B556;
}
.AnyTagClassName
{
color: #D6B556;
}
</style>
background-color css
<style>
a { background-color: #D6B556; }
a { background-color: rgb(214,181,86); }
div.DivClassName
{
background-color: #D6B556;
}
.BgClassName
{
background-color: #D6B556;
}
</style>
border-color css
<style>
span { border-color: #D6B556; }
span { border-color: rgb(214,181,86); }
td.TdClassName
{
border-color: #D6B556;
}
.TagClassName
{
border-color: #D6B556;
}
</style>