Shades of Tacha #D1B766
Tints of Tacha #D1B766
RGB
CMYK
RGB Variations
Color information
#D1B766 (or 0xD1B766) is known color: Tacha. HEX triplet: D1, B7 and 66. RGB value is (209,183,102). Sum of RGB (Red+Green+Blue) = 209+183+102=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B766 is #2E4899. Grayscale: #B5B5B5. Windows color (decimal): -3033242 or 6731729. OLE color: 6731729.
HSL color Cylindrical-coordinate representation of color #D1B766: hue angle of 45.42º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1B766 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 102 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.18 |
| HSL | 45.42º | 0.54% | 0.61% | - |
| HSV(B) | 45.42º | 0.51% | 0.82% | - |
| XYZ | 45.63 | 48.38 | 19.5 | - |
| YUV | 181.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 102 | 0 | 0.12 | 0.51 | 0.18 | 45.42 | 0.54 | 0.61 |
| Hex | D1 | B7 | 66 | 0 | C | 33 | 12 | 2D | 36 | 3D |
| Octal | 321 | 267 | 146 | 0 | 14 | 63 | 22 | 55 | 66 | 75 |
| Binary | 11010001 | 10110111 | 1100110 | 0 | 1100 | 110011 | 10010 | 101101 | 110110 | 111101 |
Color Harmonies of #D1B766
Complementary color
Monochromatic Colors of #D1B766
Black with #D1B766
Text Example
Text Example
White with #D1B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B766; }
p { color: rgb(209,183,102); }
H1.HeaderClassName
{
color: #D1B766;
}
.AnyTagClassName
{
color: #D1B766;
}
</style>
background-color css
<style>
a { background-color: #D1B766; }
a { background-color: rgb(209,183,102); }
div.DivClassName
{
background-color: #D1B766;
}
.BgClassName
{
background-color: #D1B766;
}
</style>
border-color css
<style>
span { border-color: #D1B766; }
span { border-color: rgb(209,183,102); }
td.TdClassName
{
border-color: #D1B766;
}
.TagClassName
{
border-color: #D1B766;
}
</style>