Shades of Tacha #D6BD65
Tints of Tacha #D6BD65
RGB
CMYK
RGB Variations
Color information
#D6BD65 (or 0xD6BD65) is known color: Tacha. HEX triplet: D6, BD and 65. RGB value is (214,189,101). Sum of RGB (Red+Green+Blue) = 214+189+101=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD65 is #29429A. Grayscale: #BABABA. Windows color (decimal): -2704027 or 6667734. OLE color: 6667734.
HSL color Cylindrical-coordinate representation of color #D6BD65: hue angle of 46.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6BD65 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 101 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.16 |
| HSL | 46.73º | 0.58% | 0.62% | - |
| HSV(B) | 46.73º | 0.53% | 0.84% | - |
| XYZ | 48.28 | 51.63 | 19.73 | - |
| YUV | 186.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 101 | 0 | 0.12 | 0.53 | 0.16 | 46.73 | 0.58 | 0.62 |
| Hex | D6 | BD | 65 | 0 | C | 35 | 10 | 2F | 3A | 3E |
| Octal | 326 | 275 | 145 | 0 | 14 | 65 | 20 | 57 | 72 | 76 |
| Binary | 11010110 | 10111101 | 1100101 | 0 | 1100 | 110101 | 10000 | 101111 | 111010 | 111110 |
Color Harmonies of #D6BD65
Complementary color
Monochromatic Colors of #D6BD65
Black with #D6BD65
Text Example
Text Example
White with #D6BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD65; }
p { color: rgb(214,189,101); }
H1.HeaderClassName
{
color: #D6BD65;
}
.AnyTagClassName
{
color: #D6BD65;
}
</style>
background-color css
<style>
a { background-color: #D6BD65; }
a { background-color: rgb(214,189,101); }
div.DivClassName
{
background-color: #D6BD65;
}
.BgClassName
{
background-color: #D6BD65;
}
</style>
border-color css
<style>
span { border-color: #D6BD65; }
span { border-color: rgb(214,189,101); }
td.TdClassName
{
border-color: #D6BD65;
}
.TagClassName
{
border-color: #D6BD65;
}
</style>