Shades of Tacha #D1BF66
Tints of Tacha #D1BF66
RGB
CMYK
RGB Variations
Color information
#D1BF66 (or 0xD1BF66) is known color: Tacha. HEX triplet: D1, BF and 66. RGB value is (209,191,102). Sum of RGB (Red+Green+Blue) = 209+191+102=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF66 is #2E4099. Grayscale: #BABABA. Windows color (decimal): -3031194 or 6733777. OLE color: 6733777.
HSL color Cylindrical-coordinate representation of color #D1BF66: hue angle of 49.91º 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 #D1BF66 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 102 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.18 |
| HSL | 49.91º | 0.54% | 0.61% | - |
| HSV(B) | 49.91º | 0.51% | 0.82% | - |
| XYZ | 47.32 | 51.78 | 20.07 | - |
| YUV | 186.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 102 | 0 | 0.09 | 0.51 | 0.18 | 49.91 | 0.54 | 0.61 |
| Hex | D1 | BF | 66 | 0 | 9 | 33 | 12 | 32 | 36 | 3D |
| Octal | 321 | 277 | 146 | 0 | 11 | 63 | 22 | 62 | 66 | 75 |
| Binary | 11010001 | 10111111 | 1100110 | 0 | 1001 | 110011 | 10010 | 110010 | 110110 | 111101 |
Color Harmonies of #D1BF66
Complementary color
Monochromatic Colors of #D1BF66
Black with #D1BF66
Text Example
Text Example
White with #D1BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF66; }
p { color: rgb(209,191,102); }
H1.HeaderClassName
{
color: #D1BF66;
}
.AnyTagClassName
{
color: #D1BF66;
}
</style>
background-color css
<style>
a { background-color: #D1BF66; }
a { background-color: rgb(209,191,102); }
div.DivClassName
{
background-color: #D1BF66;
}
.BgClassName
{
background-color: #D1BF66;
}
</style>
border-color css
<style>
span { border-color: #D1BF66; }
span { border-color: rgb(209,191,102); }
td.TdClassName
{
border-color: #D1BF66;
}
.TagClassName
{
border-color: #D1BF66;
}
</style>