Shades of Tacha #D2BF66
Tints of Tacha #D2BF66
RGB
CMYK
RGB Variations
Color information
#D2BF66 (or 0xD2BF66) is known color: Tacha. HEX triplet: D2, BF and 66. RGB value is (210,191,102). Sum of RGB (Red+Green+Blue) = 210+191+102=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF66 is #2D4099. Grayscale: #BABABA. Windows color (decimal): -2965658 or 6733778. OLE color: 6733778.
HSL color Cylindrical-coordinate representation of color #D2BF66: hue angle of 49.44º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2BF66 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 102 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.18 |
| HSL | 49.44º | 0.55% | 0.61% | - |
| HSV(B) | 49.44º | 0.51% | 0.82% | - |
| XYZ | 47.61 | 51.92 | 20.08 | - |
| YUV | 186.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 102 | 0 | 0.09 | 0.51 | 0.18 | 49.44 | 0.55 | 0.61 |
| Hex | D2 | BF | 66 | 0 | 9 | 33 | 12 | 31 | 37 | 3D |
| Octal | 322 | 277 | 146 | 0 | 11 | 63 | 22 | 61 | 67 | 75 |
| Binary | 11010010 | 10111111 | 1100110 | 0 | 1001 | 110011 | 10010 | 110001 | 110111 | 111101 |
Color Harmonies of #D2BF66
Complementary color
Monochromatic Colors of #D2BF66
Black with #D2BF66
Text Example
Text Example
White with #D2BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF66; }
p { color: rgb(210,191,102); }
H1.HeaderClassName
{
color: #D2BF66;
}
.AnyTagClassName
{
color: #D2BF66;
}
</style>
background-color css
<style>
a { background-color: #D2BF66; }
a { background-color: rgb(210,191,102); }
div.DivClassName
{
background-color: #D2BF66;
}
.BgClassName
{
background-color: #D2BF66;
}
</style>
border-color css
<style>
span { border-color: #D2BF66; }
span { border-color: rgb(210,191,102); }
td.TdClassName
{
border-color: #D2BF66;
}
.TagClassName
{
border-color: #D2BF66;
}
</style>