Shades of Tacha #D6B961
Tints of Tacha #D6B961
RGB
CMYK
RGB Variations
Color information
#D6B961 (or 0xD6B961) is known color: Tacha. HEX triplet: D6, B9 and 61. RGB value is (214,185,97). Sum of RGB (Red+Green+Blue) = 214+185+97=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B961 is #29469E. Grayscale: #B8B8B8. Windows color (decimal): -2705055 or 6404566. OLE color: 6404566.
HSL color Cylindrical-coordinate representation of color #D6B961: hue angle of 45.13º 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 #D6B961 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 97 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.16 |
| HSL | 45.13º | 0.59% | 0.61% | - |
| HSV(B) | 45.13º | 0.55% | 0.84% | - |
| XYZ | 47.24 | 49.86 | 18.44 | - |
| YUV | 183.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 97 | 0 | 0.14 | 0.55 | 0.16 | 45.13 | 0.59 | 0.61 |
| Hex | D6 | B9 | 61 | 0 | E | 37 | 10 | 2D | 3B | 3D |
| Octal | 326 | 271 | 141 | 0 | 16 | 67 | 20 | 55 | 73 | 75 |
| Binary | 11010110 | 10111001 | 1100001 | 0 | 1110 | 110111 | 10000 | 101101 | 111011 | 111101 |
Color Harmonies of #D6B961
Complementary color
Monochromatic Colors of #D6B961
Black with #D6B961
Text Example
Text Example
White with #D6B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B961; }
p { color: rgb(214,185,97); }
H1.HeaderClassName
{
color: #D6B961;
}
.AnyTagClassName
{
color: #D6B961;
}
</style>
background-color css
<style>
a { background-color: #D6B961; }
a { background-color: rgb(214,185,97); }
div.DivClassName
{
background-color: #D6B961;
}
.BgClassName
{
background-color: #D6B961;
}
</style>
border-color css
<style>
span { border-color: #D6B961; }
span { border-color: rgb(214,185,97); }
td.TdClassName
{
border-color: #D6B961;
}
.TagClassName
{
border-color: #D6B961;
}
</style>