Shades of Tacha #D6B960
Tints of Tacha #D6B960
RGB
CMYK
RGB Variations
Color information
#D6B960 (or 0xD6B960) is known color: Tacha. HEX triplet: D6, B9 and 60. RGB value is (214,185,96). Sum of RGB (Red+Green+Blue) = 214+185+96=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B960 is #29469F. Grayscale: #B7B7B7. Windows color (decimal): -2705056 or 6339030. OLE color: 6339030.
HSL color Cylindrical-coordinate representation of color #D6B960: hue angle of 45.25º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6B960 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 96 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.16 |
| HSL | 45.25º | 0.59% | 0.61% | - |
| HSV(B) | 45.25º | 0.55% | 0.84% | - |
| XYZ | 47.19 | 49.84 | 18.2 | - |
| YUV | 183.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 96 | 0 | 0.14 | 0.55 | 0.16 | 45.25 | 0.59 | 0.61 |
| Hex | D6 | B9 | 60 | 0 | E | 37 | 10 | 2D | 3B | 3D |
| Octal | 326 | 271 | 140 | 0 | 16 | 67 | 20 | 55 | 73 | 75 |
| Binary | 11010110 | 10111001 | 1100000 | 0 | 1110 | 110111 | 10000 | 101101 | 111011 | 111101 |
Color Harmonies of #D6B960
Complementary color
Monochromatic Colors of #D6B960
Black with #D6B960
Text Example
Text Example
White with #D6B960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B960; }
p { color: rgb(214,185,96); }
H1.HeaderClassName
{
color: #D6B960;
}
.AnyTagClassName
{
color: #D6B960;
}
</style>
background-color css
<style>
a { background-color: #D6B960; }
a { background-color: rgb(214,185,96); }
div.DivClassName
{
background-color: #D6B960;
}
.BgClassName
{
background-color: #D6B960;
}
</style>
border-color css
<style>
span { border-color: #D6B960; }
span { border-color: rgb(214,185,96); }
td.TdClassName
{
border-color: #D6B960;
}
.TagClassName
{
border-color: #D6B960;
}
</style>