Shades of Tacha #D2BB68
Tints of Tacha #D2BB68
RGB
CMYK
RGB Variations
Color information
#D2BB68 (or 0xD2BB68) is known color: Tacha. HEX triplet: D2, BB and 68. RGB value is (210,187,104). Sum of RGB (Red+Green+Blue) = 210+187+104=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BB68 is #2D4497. Grayscale: #B8B8B8. Windows color (decimal): -2966680 or 6863826. OLE color: 6863826.
HSL color Cylindrical-coordinate representation of color #D2BB68: hue angle of 46.98º 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 #D2BB68 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 104 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.18 |
| HSL | 46.98º | 0.54% | 0.62% | - |
| HSV(B) | 46.98º | 0.5% | 0.82% | - |
| XYZ | 46.85 | 50.24 | 20.33 | - |
| YUV | 184.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 104 | 0 | 0.11 | 0.50 | 0.18 | 46.98 | 0.54 | 0.62 |
| Hex | D2 | BB | 68 | 0 | B | 32 | 12 | 2F | 36 | 3E |
| Octal | 322 | 273 | 150 | 0 | 13 | 62 | 22 | 57 | 66 | 76 |
| Binary | 11010010 | 10111011 | 1101000 | 0 | 1011 | 110010 | 10010 | 101111 | 110110 | 111110 |
Color Harmonies of #D2BB68
Complementary color
Monochromatic Colors of #D2BB68
Black with #D2BB68
Text Example
Text Example
White with #D2BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB68; }
p { color: rgb(210,187,104); }
H1.HeaderClassName
{
color: #D2BB68;
}
.AnyTagClassName
{
color: #D2BB68;
}
</style>
background-color css
<style>
a { background-color: #D2BB68; }
a { background-color: rgb(210,187,104); }
div.DivClassName
{
background-color: #D2BB68;
}
.BgClassName
{
background-color: #D2BB68;
}
</style>
border-color css
<style>
span { border-color: #D2BB68; }
span { border-color: rgb(210,187,104); }
td.TdClassName
{
border-color: #D2BB68;
}
.TagClassName
{
border-color: #D2BB68;
}
</style>