Shades of Tacha #D4BE5B
Tints of Tacha #D4BE5B
RGB
CMYK
RGB Variations
Color information
#D4BE5B (or 0xD4BE5B) is known color: Tacha. HEX triplet: D4, BE and 5B. RGB value is (212,190,91). Sum of RGB (Red+Green+Blue) = 212+190+91=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BE5B is #2B41A4. Grayscale: #B9B9B9. Windows color (decimal): -2834853 or 6012628. OLE color: 6012628.
HSL color Cylindrical-coordinate representation of color #D4BE5B: hue angle of 49.09º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4BE5B is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 91 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.17 |
| HSL | 49.09º | 0.58% | 0.59% | - |
| HSV(B) | 49.09º | 0.57% | 0.83% | - |
| XYZ | 47.45 | 51.58 | 17.35 | - |
| YUV | 185.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 91 | 0 | 0.10 | 0.57 | 0.17 | 49.09 | 0.58 | 0.59 |
| Hex | D4 | BE | 5B | 0 | A | 39 | 11 | 31 | 3A | 3B |
| Octal | 324 | 276 | 133 | 0 | 12 | 71 | 21 | 61 | 72 | 73 |
| Binary | 11010100 | 10111110 | 1011011 | 0 | 1010 | 111001 | 10001 | 110001 | 111010 | 111011 |
Color Harmonies of #D4BE5B
Complementary color
Monochromatic Colors of #D4BE5B
Black with #D4BE5B
Text Example
Text Example
White with #D4BE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE5B; }
p { color: rgb(212,190,91); }
H1.HeaderClassName
{
color: #D4BE5B;
}
.AnyTagClassName
{
color: #D4BE5B;
}
</style>
background-color css
<style>
a { background-color: #D4BE5B; }
a { background-color: rgb(212,190,91); }
div.DivClassName
{
background-color: #D4BE5B;
}
.BgClassName
{
background-color: #D4BE5B;
}
</style>
border-color css
<style>
span { border-color: #D4BE5B; }
span { border-color: rgb(212,190,91); }
td.TdClassName
{
border-color: #D4BE5B;
}
.TagClassName
{
border-color: #D4BE5B;
}
</style>