Shades of Tacha #D9BE66
Tints of Tacha #D9BE66
RGB
CMYK
RGB Variations
Color information
#D9BE66 (or 0xD9BE66) is known color: Tacha. HEX triplet: D9, BE and 66. RGB value is (217,190,102). Sum of RGB (Red+Green+Blue) = 217+190+102=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BE66 is #264199. Grayscale: #BCBCBC. Windows color (decimal): -2507162 or 6733529. OLE color: 6733529.
HSL color Cylindrical-coordinate representation of color #D9BE66: hue angle of 45.91º 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 #D9BE66 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 102 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.15 |
| HSL | 45.91º | 0.6% | 0.63% | - |
| HSV(B) | 45.91º | 0.53% | 0.85% | - |
| XYZ | 49.43 | 52.54 | 20.11 | - |
| YUV | 188.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 102 | 0 | 0.12 | 0.53 | 0.15 | 45.91 | 0.6 | 0.63 |
| Hex | D9 | BE | 66 | 0 | C | 35 | F | 2E | 3C | 3F |
| Octal | 331 | 276 | 146 | 0 | 14 | 65 | 17 | 56 | 74 | 77 |
| Binary | 11011001 | 10111110 | 1100110 | 0 | 1100 | 110101 | 1111 | 101110 | 111100 | 111111 |
Color Harmonies of #D9BE66
Complementary color
Monochromatic Colors of #D9BE66
Black with #D9BE66
Text Example
Text Example
White with #D9BE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE66; }
p { color: rgb(217,190,102); }
H1.HeaderClassName
{
color: #D9BE66;
}
.AnyTagClassName
{
color: #D9BE66;
}
</style>
background-color css
<style>
a { background-color: #D9BE66; }
a { background-color: rgb(217,190,102); }
div.DivClassName
{
background-color: #D9BE66;
}
.BgClassName
{
background-color: #D9BE66;
}
</style>
border-color css
<style>
span { border-color: #D9BE66; }
span { border-color: rgb(217,190,102); }
td.TdClassName
{
border-color: #D9BE66;
}
.TagClassName
{
border-color: #D9BE66;
}
</style>