Shades of Tacha #D2BF64
Tints of Tacha #D2BF64
RGB
CMYK
RGB Variations
Color information
#D2BF64 (or 0xD2BF64) is known color: Tacha. HEX triplet: D2, BF and 64. RGB value is (210,191,100). Sum of RGB (Red+Green+Blue) = 210+191+100=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF64 is #2D409B. Grayscale: #BABABA. Windows color (decimal): -2965660 or 6602706. OLE color: 6602706.
HSL color Cylindrical-coordinate representation of color #D2BF64: hue angle of 49.64º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2BF64 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 100 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.18 |
| HSL | 49.64º | 0.55% | 0.61% | - |
| HSV(B) | 49.64º | 0.52% | 0.82% | - |
| XYZ | 47.51 | 51.88 | 19.57 | - |
| YUV | 186.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 100 | 0 | 0.09 | 0.52 | 0.18 | 49.64 | 0.55 | 0.61 |
| Hex | D2 | BF | 64 | 0 | 9 | 34 | 12 | 32 | 37 | 3D |
| Octal | 322 | 277 | 144 | 0 | 11 | 64 | 22 | 62 | 67 | 75 |
| Binary | 11010010 | 10111111 | 1100100 | 0 | 1001 | 110100 | 10010 | 110010 | 110111 | 111101 |
Color Harmonies of #D2BF64
Complementary color
Monochromatic Colors of #D2BF64
Black with #D2BF64
Text Example
Text Example
White with #D2BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF64; }
p { color: rgb(210,191,100); }
H1.HeaderClassName
{
color: #D2BF64;
}
.AnyTagClassName
{
color: #D2BF64;
}
</style>
background-color css
<style>
a { background-color: #D2BF64; }
a { background-color: rgb(210,191,100); }
div.DivClassName
{
background-color: #D2BF64;
}
.BgClassName
{
background-color: #D2BF64;
}
</style>
border-color css
<style>
span { border-color: #D2BF64; }
span { border-color: rgb(210,191,100); }
td.TdClassName
{
border-color: #D2BF64;
}
.TagClassName
{
border-color: #D2BF64;
}
</style>