Shades of Tacha #D2B967
Tints of Tacha #D2B967
RGB
CMYK
RGB Variations
Color information
#D2B967 (or 0xD2B967) is known color: Tacha. HEX triplet: D2, B9 and 67. RGB value is (210,185,103). Sum of RGB (Red+Green+Blue) = 210+185+103=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B967 is #2D4698. Grayscale: #B7B7B7. Windows color (decimal): -2967193 or 6797778. OLE color: 6797778.
HSL color Cylindrical-coordinate representation of color #D2B967: hue angle of 45.98º degrees, saturation: 0.54, 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 #D2B967 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 103 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.18 |
| HSL | 45.98º | 0.54% | 0.61% | - |
| HSV(B) | 45.98º | 0.51% | 0.82% | - |
| XYZ | 46.38 | 49.38 | 19.92 | - |
| YUV | 183.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 103 | 0 | 0.12 | 0.51 | 0.18 | 45.98 | 0.54 | 0.61 |
| Hex | D2 | B9 | 67 | 0 | C | 33 | 12 | 2E | 36 | 3D |
| Octal | 322 | 271 | 147 | 0 | 14 | 63 | 22 | 56 | 66 | 75 |
| Binary | 11010010 | 10111001 | 1100111 | 0 | 1100 | 110011 | 10010 | 101110 | 110110 | 111101 |
Color Harmonies of #D2B967
Complementary color
Monochromatic Colors of #D2B967
Black with #D2B967
Text Example
Text Example
White with #D2B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B967; }
p { color: rgb(210,185,103); }
H1.HeaderClassName
{
color: #D2B967;
}
.AnyTagClassName
{
color: #D2B967;
}
</style>
background-color css
<style>
a { background-color: #D2B967; }
a { background-color: rgb(210,185,103); }
div.DivClassName
{
background-color: #D2B967;
}
.BgClassName
{
background-color: #D2B967;
}
</style>
border-color css
<style>
span { border-color: #D2B967; }
span { border-color: rgb(210,185,103); }
td.TdClassName
{
border-color: #D2B967;
}
.TagClassName
{
border-color: #D2B967;
}
</style>