Shades of Tacha #D2BA68
Tints of Tacha #D2BA68
RGB
CMYK
RGB Variations
Color information
#D2BA68 (or 0xD2BA68) is known color: Tacha. HEX triplet: D2, BA and 68. RGB value is (210,186,104). Sum of RGB (Red+Green+Blue) = 210+186+104=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA68 is #2D4597. Grayscale: #B8B8B8. Windows color (decimal): -2966936 or 6863570. OLE color: 6863570.
HSL color Cylindrical-coordinate representation of color #D2BA68: hue angle of 46.42º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2BA68 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 104 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.18 |
| HSL | 46.42º | 0.54% | 0.62% | - |
| HSV(B) | 46.42º | 0.5% | 0.82% | - |
| XYZ | 46.64 | 49.82 | 20.25 | - |
| YUV | 183.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 104 | 0 | 0.11 | 0.50 | 0.18 | 46.42 | 0.54 | 0.62 |
| Hex | D2 | BA | 68 | 0 | B | 32 | 12 | 2E | 36 | 3E |
| Octal | 322 | 272 | 150 | 0 | 13 | 62 | 22 | 56 | 66 | 76 |
| Binary | 11010010 | 10111010 | 1101000 | 0 | 1011 | 110010 | 10010 | 101110 | 110110 | 111110 |
Color Harmonies of #D2BA68
Complementary color
Monochromatic Colors of #D2BA68
Black with #D2BA68
Text Example
Text Example
White with #D2BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA68; }
p { color: rgb(210,186,104); }
H1.HeaderClassName
{
color: #D2BA68;
}
.AnyTagClassName
{
color: #D2BA68;
}
</style>
background-color css
<style>
a { background-color: #D2BA68; }
a { background-color: rgb(210,186,104); }
div.DivClassName
{
background-color: #D2BA68;
}
.BgClassName
{
background-color: #D2BA68;
}
</style>
border-color css
<style>
span { border-color: #D2BA68; }
span { border-color: rgb(210,186,104); }
td.TdClassName
{
border-color: #D2BA68;
}
.TagClassName
{
border-color: #D2BA68;
}
</style>