Shades of Tacha #D1B566
Tints of Tacha #D1B566
RGB
CMYK
RGB Variations
Color information
#D1B566 (or 0xD1B566) is known color: Tacha. HEX triplet: D1, B5 and 66. RGB value is (209,181,102). Sum of RGB (Red+Green+Blue) = 209+181+102=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B566 is #2E4A99. Grayscale: #B4B4B4. Windows color (decimal): -3033754 or 6731217. OLE color: 6731217.
HSL color Cylindrical-coordinate representation of color #D1B566: hue angle of 44.3º 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 #D1B566 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 102 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.18 |
| HSL | 44.3º | 0.54% | 0.61% | - |
| HSV(B) | 44.3º | 0.51% | 0.82% | - |
| XYZ | 45.22 | 47.56 | 19.37 | - |
| YUV | 180.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 102 | 0 | 0.13 | 0.51 | 0.18 | 44.3 | 0.54 | 0.61 |
| Hex | D1 | B5 | 66 | 0 | D | 33 | 12 | 2C | 36 | 3D |
| Octal | 321 | 265 | 146 | 0 | 15 | 63 | 22 | 54 | 66 | 75 |
| Binary | 11010001 | 10110101 | 1100110 | 0 | 1101 | 110011 | 10010 | 101100 | 110110 | 111101 |
Color Harmonies of #D1B566
Complementary color
Monochromatic Colors of #D1B566
Black with #D1B566
Text Example
Text Example
White with #D1B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B566; }
p { color: rgb(209,181,102); }
H1.HeaderClassName
{
color: #D1B566;
}
.AnyTagClassName
{
color: #D1B566;
}
</style>
background-color css
<style>
a { background-color: #D1B566; }
a { background-color: rgb(209,181,102); }
div.DivClassName
{
background-color: #D1B566;
}
.BgClassName
{
background-color: #D1B566;
}
</style>
border-color css
<style>
span { border-color: #D1B566; }
span { border-color: rgb(209,181,102); }
td.TdClassName
{
border-color: #D1B566;
}
.TagClassName
{
border-color: #D1B566;
}
</style>