Shades of Tacha #D2BB6A
Tints of Tacha #D2BB6A
RGB
CMYK
RGB Variations
Color information
#D2BB6A (or 0xD2BB6A) is known color: Tacha. HEX triplet: D2, BB and 6A. RGB value is (210,187,106). Sum of RGB (Red+Green+Blue) = 210+187+106=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BB6A is #2D4495. Grayscale: #B8B8B8. Windows color (decimal): -2966678 or 6994898. OLE color: 6994898.
HSL color Cylindrical-coordinate representation of color #D2BB6A: hue angle of 46.73º 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 #D2BB6A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 106 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.18 |
| HSL | 46.73º | 0.54% | 0.62% | - |
| HSV(B) | 46.73º | 0.5% | 0.82% | - |
| XYZ | 46.95 | 50.28 | 20.87 | - |
| YUV | 184.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 106 | 0 | 0.11 | 0.50 | 0.18 | 46.73 | 0.54 | 0.62 |
| Hex | D2 | BB | 6A | 0 | B | 32 | 12 | 2F | 36 | 3E |
| Octal | 322 | 273 | 152 | 0 | 13 | 62 | 22 | 57 | 66 | 76 |
| Binary | 11010010 | 10111011 | 1101010 | 0 | 1011 | 110010 | 10010 | 101111 | 110110 | 111110 |
Color Harmonies of #D2BB6A
Complementary color
Monochromatic Colors of #D2BB6A
Black with #D2BB6A
Text Example
Text Example
White with #D2BB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB6A; }
p { color: rgb(210,187,106); }
H1.HeaderClassName
{
color: #D2BB6A;
}
.AnyTagClassName
{
color: #D2BB6A;
}
</style>
background-color css
<style>
a { background-color: #D2BB6A; }
a { background-color: rgb(210,187,106); }
div.DivClassName
{
background-color: #D2BB6A;
}
.BgClassName
{
background-color: #D2BB6A;
}
</style>
border-color css
<style>
span { border-color: #D2BB6A; }
span { border-color: rgb(210,187,106); }
td.TdClassName
{
border-color: #D2BB6A;
}
.TagClassName
{
border-color: #D2BB6A;
}
</style>