Shades of Tacha #D6B962
Tints of Tacha #D6B962
RGB
CMYK
RGB Variations
Color information
#D6B962 (or 0xD6B962) is known color: Tacha. HEX triplet: D6, B9 and 62. RGB value is (214,185,98). Sum of RGB (Red+Green+Blue) = 214+185+98=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B962 is #29469D. Grayscale: #B8B8B8. Windows color (decimal): -2705054 or 6470102. OLE color: 6470102.
HSL color Cylindrical-coordinate representation of color #D6B962: hue angle of 45º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6B962 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 98 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.16 |
| HSL | 45º | 0.59% | 0.61% | - |
| HSV(B) | 45º | 0.54% | 0.84% | - |
| XYZ | 47.29 | 49.88 | 18.69 | - |
| YUV | 183.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 98 | 0 | 0.14 | 0.54 | 0.16 | 45 | 0.59 | 0.61 |
| Hex | D6 | B9 | 62 | 0 | E | 36 | 10 | 2D | 3B | 3D |
| Octal | 326 | 271 | 142 | 0 | 16 | 66 | 20 | 55 | 73 | 75 |
| Binary | 11010110 | 10111001 | 1100010 | 0 | 1110 | 110110 | 10000 | 101101 | 111011 | 111101 |
Color Harmonies of #D6B962
Complementary color
Monochromatic Colors of #D6B962
Black with #D6B962
Text Example
Text Example
White with #D6B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B962; }
p { color: rgb(214,185,98); }
H1.HeaderClassName
{
color: #D6B962;
}
.AnyTagClassName
{
color: #D6B962;
}
</style>
background-color css
<style>
a { background-color: #D6B962; }
a { background-color: rgb(214,185,98); }
div.DivClassName
{
background-color: #D6B962;
}
.BgClassName
{
background-color: #D6B962;
}
</style>
border-color css
<style>
span { border-color: #D6B962; }
span { border-color: rgb(214,185,98); }
td.TdClassName
{
border-color: #D6B962;
}
.TagClassName
{
border-color: #D6B962;
}
</style>