Shades of Tacha #D2BF68
Tints of Tacha #D2BF68
RGB
CMYK
RGB Variations
Color information
#D2BF68 (or 0xD2BF68) is known color: Tacha. HEX triplet: D2, BF and 68. RGB value is (210,191,104). Sum of RGB (Red+Green+Blue) = 210+191+104=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF68 is #2D4097. Grayscale: #BBBBBB. Windows color (decimal): -2965656 or 6864850. OLE color: 6864850.
HSL color Cylindrical-coordinate representation of color #D2BF68: hue angle of 49.25º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2BF68 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 104 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.18 |
| HSL | 49.25º | 0.54% | 0.62% | - |
| HSV(B) | 49.25º | 0.5% | 0.82% | - |
| XYZ | 47.71 | 51.96 | 20.61 | - |
| YUV | 186.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 104 | 0 | 0.09 | 0.50 | 0.18 | 49.25 | 0.54 | 0.62 |
| Hex | D2 | BF | 68 | 0 | 9 | 32 | 12 | 31 | 36 | 3E |
| Octal | 322 | 277 | 150 | 0 | 11 | 62 | 22 | 61 | 66 | 76 |
| Binary | 11010010 | 10111111 | 1101000 | 0 | 1001 | 110010 | 10010 | 110001 | 110110 | 111110 |
Color Harmonies of #D2BF68
Complementary color
Monochromatic Colors of #D2BF68
Black with #D2BF68
Text Example
Text Example
White with #D2BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF68; }
p { color: rgb(210,191,104); }
H1.HeaderClassName
{
color: #D2BF68;
}
.AnyTagClassName
{
color: #D2BF68;
}
</style>
background-color css
<style>
a { background-color: #D2BF68; }
a { background-color: rgb(210,191,104); }
div.DivClassName
{
background-color: #D2BF68;
}
.BgClassName
{
background-color: #D2BF68;
}
</style>
border-color css
<style>
span { border-color: #D2BF68; }
span { border-color: rgb(210,191,104); }
td.TdClassName
{
border-color: #D2BF68;
}
.TagClassName
{
border-color: #D2BF68;
}
</style>