Shades of Tacha #D2BC5D
Tints of Tacha #D2BC5D
RGB
CMYK
RGB Variations
Color information
#D2BC5D (or 0xD2BC5D) is known color: Tacha. HEX triplet: D2, BC and 5D. RGB value is (210,188,93). Sum of RGB (Red+Green+Blue) = 210+188+93=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BC5D is #2D43A2. Grayscale: #B8B8B8. Windows color (decimal): -2966435 or 6143186. OLE color: 6143186.
HSL color Cylindrical-coordinate representation of color #D2BC5D: hue angle of 48.72º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2BC5D is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 93 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.18 |
| HSL | 48.72º | 0.57% | 0.59% | - |
| HSV(B) | 48.72º | 0.56% | 0.82% | - |
| XYZ | 46.54 | 50.46 | 17.64 | - |
| YUV | 183.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 93 | 0 | 0.10 | 0.56 | 0.18 | 48.72 | 0.57 | 0.59 |
| Hex | D2 | BC | 5D | 0 | A | 38 | 12 | 31 | 39 | 3B |
| Octal | 322 | 274 | 135 | 0 | 12 | 70 | 22 | 61 | 71 | 73 |
| Binary | 11010010 | 10111100 | 1011101 | 0 | 1010 | 111000 | 10010 | 110001 | 111001 | 111011 |
Color Harmonies of #D2BC5D
Complementary color
Monochromatic Colors of #D2BC5D
Black with #D2BC5D
Text Example
Text Example
White with #D2BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC5D; }
p { color: rgb(210,188,93); }
H1.HeaderClassName
{
color: #D2BC5D;
}
.AnyTagClassName
{
color: #D2BC5D;
}
</style>
background-color css
<style>
a { background-color: #D2BC5D; }
a { background-color: rgb(210,188,93); }
div.DivClassName
{
background-color: #D2BC5D;
}
.BgClassName
{
background-color: #D2BC5D;
}
</style>
border-color css
<style>
span { border-color: #D2BC5D; }
span { border-color: rgb(210,188,93); }
td.TdClassName
{
border-color: #D2BC5D;
}
.TagClassName
{
border-color: #D2BC5D;
}
</style>