Shades of Tacha #D2BD5B
Tints of Tacha #D2BD5B
RGB
CMYK
RGB Variations
Color information
#D2BD5B (or 0xD2BD5B) is known color: Tacha. HEX triplet: D2, BD and 5B. RGB value is (210,189,91). Sum of RGB (Red+Green+Blue) = 210+189+91=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD5B is #2D42A4. Grayscale: #B8B8B8. Windows color (decimal): -2966181 or 6012370. OLE color: 6012370.
HSL color Cylindrical-coordinate representation of color #D2BD5B: hue angle of 49.41º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2BD5B is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 91 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.18 |
| HSL | 49.41º | 0.57% | 0.59% | - |
| HSV(B) | 49.41º | 0.57% | 0.82% | - |
| XYZ | 46.66 | 50.85 | 17.25 | - |
| YUV | 184.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 91 | 0 | 0.10 | 0.57 | 0.18 | 49.41 | 0.57 | 0.59 |
| Hex | D2 | BD | 5B | 0 | A | 39 | 12 | 31 | 39 | 3B |
| Octal | 322 | 275 | 133 | 0 | 12 | 71 | 22 | 61 | 71 | 73 |
| Binary | 11010010 | 10111101 | 1011011 | 0 | 1010 | 111001 | 10010 | 110001 | 111001 | 111011 |
Color Harmonies of #D2BD5B
Complementary color
Monochromatic Colors of #D2BD5B
Black with #D2BD5B
Text Example
Text Example
White with #D2BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD5B; }
p { color: rgb(210,189,91); }
H1.HeaderClassName
{
color: #D2BD5B;
}
.AnyTagClassName
{
color: #D2BD5B;
}
</style>
background-color css
<style>
a { background-color: #D2BD5B; }
a { background-color: rgb(210,189,91); }
div.DivClassName
{
background-color: #D2BD5B;
}
.BgClassName
{
background-color: #D2BD5B;
}
</style>
border-color css
<style>
span { border-color: #D2BD5B; }
span { border-color: rgb(210,189,91); }
td.TdClassName
{
border-color: #D2BD5B;
}
.TagClassName
{
border-color: #D2BD5B;
}
</style>