Shades of Tacha #D6BD54
Tints of Tacha #D6BD54
RGB
CMYK
RGB Variations
Color information
#D6BD54 (or 0xD6BD54) is known color: Tacha. HEX triplet: D6, BD and 54. RGB value is (214,189,84). Sum of RGB (Red+Green+Blue) = 214+189+84=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD54 is #2942AB. Grayscale: #B8B8B8. Windows color (decimal): -2704044 or 5553622. OLE color: 5553622.
HSL color Cylindrical-coordinate representation of color #D6BD54: hue angle of 48.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6BD54 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 84 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.16 |
| HSL | 48.46º | 0.61% | 0.58% | - |
| HSV(B) | 48.46º | 0.61% | 0.84% | - |
| XYZ | 47.53 | 51.33 | 15.79 | - |
| YUV | 184.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 84 | 0 | 0.12 | 0.61 | 0.16 | 48.46 | 0.61 | 0.58 |
| Hex | D6 | BD | 54 | 0 | C | 3D | 10 | 30 | 3D | 3A |
| Octal | 326 | 275 | 124 | 0 | 14 | 75 | 20 | 60 | 75 | 72 |
| Binary | 11010110 | 10111101 | 1010100 | 0 | 1100 | 111101 | 10000 | 110000 | 111101 | 111010 |
Color Harmonies of #D6BD54
Complementary color
Monochromatic Colors of #D6BD54
Black with #D6BD54
Text Example
Text Example
White with #D6BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD54; }
p { color: rgb(214,189,84); }
H1.HeaderClassName
{
color: #D6BD54;
}
.AnyTagClassName
{
color: #D6BD54;
}
</style>
background-color css
<style>
a { background-color: #D6BD54; }
a { background-color: rgb(214,189,84); }
div.DivClassName
{
background-color: #D6BD54;
}
.BgClassName
{
background-color: #D6BD54;
}
</style>
border-color css
<style>
span { border-color: #D6BD54; }
span { border-color: rgb(214,189,84); }
td.TdClassName
{
border-color: #D6BD54;
}
.TagClassName
{
border-color: #D6BD54;
}
</style>