Shades of Tacha #D6BD63
Tints of Tacha #D6BD63
RGB
CMYK
RGB Variations
Color information
#D6BD63 (or 0xD6BD63) is known color: Tacha. HEX triplet: D6, BD and 63. RGB value is (214,189,99). Sum of RGB (Red+Green+Blue) = 214+189+99=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD63 is #29429C. Grayscale: #BABABA. Windows color (decimal): -2704029 or 6536662. OLE color: 6536662.
HSL color Cylindrical-coordinate representation of color #D6BD63: hue angle of 46.96º degrees, saturation: 0.58, 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 #D6BD63 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 99 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.16 |
| HSL | 46.96º | 0.58% | 0.61% | - |
| HSV(B) | 46.96º | 0.54% | 0.84% | - |
| XYZ | 48.18 | 51.59 | 19.22 | - |
| YUV | 186.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 99 | 0 | 0.12 | 0.54 | 0.16 | 46.96 | 0.58 | 0.61 |
| Hex | D6 | BD | 63 | 0 | C | 36 | 10 | 2F | 3A | 3D |
| Octal | 326 | 275 | 143 | 0 | 14 | 66 | 20 | 57 | 72 | 75 |
| Binary | 11010110 | 10111101 | 1100011 | 0 | 1100 | 110110 | 10000 | 101111 | 111010 | 111101 |
Color Harmonies of #D6BD63
Complementary color
Monochromatic Colors of #D6BD63
Black with #D6BD63
Text Example
Text Example
White with #D6BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD63; }
p { color: rgb(214,189,99); }
H1.HeaderClassName
{
color: #D6BD63;
}
.AnyTagClassName
{
color: #D6BD63;
}
</style>
background-color css
<style>
a { background-color: #D6BD63; }
a { background-color: rgb(214,189,99); }
div.DivClassName
{
background-color: #D6BD63;
}
.BgClassName
{
background-color: #D6BD63;
}
</style>
border-color css
<style>
span { border-color: #D6BD63; }
span { border-color: rgb(214,189,99); }
td.TdClassName
{
border-color: #D6BD63;
}
.TagClassName
{
border-color: #D6BD63;
}
</style>