Shades of Tacha #D9BF66
Tints of Tacha #D9BF66
RGB
CMYK
RGB Variations
Color information
#D9BF66 (or 0xD9BF66) is known color: Tacha. HEX triplet: D9, BF and 66. RGB value is (217,191,102). Sum of RGB (Red+Green+Blue) = 217+191+102=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF66 is #264099. Grayscale: #BDBDBD. Windows color (decimal): -2506906 or 6733785. OLE color: 6733785.
HSL color Cylindrical-coordinate representation of color #D9BF66: hue angle of 46.43º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9BF66 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 102 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.15 |
| HSL | 46.43º | 0.6% | 0.63% | - |
| HSV(B) | 46.43º | 0.53% | 0.85% | - |
| XYZ | 49.64 | 52.97 | 20.18 | - |
| YUV | 188.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 102 | 0 | 0.12 | 0.53 | 0.15 | 46.43 | 0.6 | 0.63 |
| Hex | D9 | BF | 66 | 0 | C | 35 | F | 2E | 3C | 3F |
| Octal | 331 | 277 | 146 | 0 | 14 | 65 | 17 | 56 | 74 | 77 |
| Binary | 11011001 | 10111111 | 1100110 | 0 | 1100 | 110101 | 1111 | 101110 | 111100 | 111111 |
Color Harmonies of #D9BF66
Complementary color
Monochromatic Colors of #D9BF66
Black with #D9BF66
Text Example
Text Example
White with #D9BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF66; }
p { color: rgb(217,191,102); }
H1.HeaderClassName
{
color: #D9BF66;
}
.AnyTagClassName
{
color: #D9BF66;
}
</style>
background-color css
<style>
a { background-color: #D9BF66; }
a { background-color: rgb(217,191,102); }
div.DivClassName
{
background-color: #D9BF66;
}
.BgClassName
{
background-color: #D9BF66;
}
</style>
border-color css
<style>
span { border-color: #D9BF66; }
span { border-color: rgb(217,191,102); }
td.TdClassName
{
border-color: #D9BF66;
}
.TagClassName
{
border-color: #D9BF66;
}
</style>