Shades of Tacha #D1BA68
Tints of Tacha #D1BA68
RGB
CMYK
RGB Variations
Color information
#D1BA68 (or 0xD1BA68) is known color: Tacha. HEX triplet: D1, BA and 68. RGB value is (209,186,104). Sum of RGB (Red+Green+Blue) = 209+186+104=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA68 is #2E4597. Grayscale: #B7B7B7. Windows color (decimal): -3032472 or 6863569. OLE color: 6863569.
HSL color Cylindrical-coordinate representation of color #D1BA68: hue angle of 46.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1BA68 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 104 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.18 |
| HSL | 46.86º | 0.53% | 0.61% | - |
| HSV(B) | 46.86º | 0.5% | 0.82% | - |
| XYZ | 46.35 | 49.67 | 20.24 | - |
| YUV | 183.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 104 | 0 | 0.11 | 0.50 | 0.18 | 46.86 | 0.53 | 0.61 |
| Hex | D1 | BA | 68 | 0 | B | 32 | 12 | 2F | 35 | 3D |
| Octal | 321 | 272 | 150 | 0 | 13 | 62 | 22 | 57 | 65 | 75 |
| Binary | 11010001 | 10111010 | 1101000 | 0 | 1011 | 110010 | 10010 | 101111 | 110101 | 111101 |
Color Harmonies of #D1BA68
Complementary color
Monochromatic Colors of #D1BA68
Black with #D1BA68
Text Example
Text Example
White with #D1BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA68; }
p { color: rgb(209,186,104); }
H1.HeaderClassName
{
color: #D1BA68;
}
.AnyTagClassName
{
color: #D1BA68;
}
</style>
background-color css
<style>
a { background-color: #D1BA68; }
a { background-color: rgb(209,186,104); }
div.DivClassName
{
background-color: #D1BA68;
}
.BgClassName
{
background-color: #D1BA68;
}
</style>
border-color css
<style>
span { border-color: #D1BA68; }
span { border-color: rgb(209,186,104); }
td.TdClassName
{
border-color: #D1BA68;
}
.TagClassName
{
border-color: #D1BA68;
}
</style>