Shades of Tacha #D9BF64
Tints of Tacha #D9BF64
RGB
CMYK
RGB Variations
Color information
#D9BF64 (or 0xD9BF64) is known color: Tacha. HEX triplet: D9, BF and 64. RGB value is (217,191,100). Sum of RGB (Red+Green+Blue) = 217+191+100=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF64 is #26409B. Grayscale: #BCBCBC. Windows color (decimal): -2506908 or 6602713. OLE color: 6602713.
HSL color Cylindrical-coordinate representation of color #D9BF64: hue angle of 46.67º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9BF64 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 100 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.15 |
| HSL | 46.67º | 0.61% | 0.62% | - |
| HSV(B) | 46.67º | 0.54% | 0.85% | - |
| XYZ | 49.55 | 52.93 | 19.66 | - |
| YUV | 188.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 100 | 0 | 0.12 | 0.54 | 0.15 | 46.67 | 0.61 | 0.62 |
| Hex | D9 | BF | 64 | 0 | C | 36 | F | 2F | 3D | 3E |
| Octal | 331 | 277 | 144 | 0 | 14 | 66 | 17 | 57 | 75 | 76 |
| Binary | 11011001 | 10111111 | 1100100 | 0 | 1100 | 110110 | 1111 | 101111 | 111101 | 111110 |
Color Harmonies of #D9BF64
Complementary color
Monochromatic Colors of #D9BF64
Black with #D9BF64
Text Example
Text Example
White with #D9BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF64; }
p { color: rgb(217,191,100); }
H1.HeaderClassName
{
color: #D9BF64;
}
.AnyTagClassName
{
color: #D9BF64;
}
</style>
background-color css
<style>
a { background-color: #D9BF64; }
a { background-color: rgb(217,191,100); }
div.DivClassName
{
background-color: #D9BF64;
}
.BgClassName
{
background-color: #D9BF64;
}
</style>
border-color css
<style>
span { border-color: #D9BF64; }
span { border-color: rgb(217,191,100); }
td.TdClassName
{
border-color: #D9BF64;
}
.TagClassName
{
border-color: #D9BF64;
}
</style>