Shades of Tacha #D6BB4D
Tints of Tacha #D6BB4D
RGB
CMYK
RGB Variations
Color information
#D6BB4D (or 0xD6BB4D) is known color: Tacha. HEX triplet: D6, BB and 4D. RGB value is (214,187,77). Sum of RGB (Red+Green+Blue) = 214+187+77=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB4D is #2944B2. Grayscale: #B7B7B7. Windows color (decimal): -2704563 or 5094358. OLE color: 5094358.
HSL color Cylindrical-coordinate representation of color #D6BB4D: hue angle of 48.18º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6BB4D is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 77 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.16 |
| HSL | 48.18º | 0.63% | 0.57% | - |
| HSV(B) | 48.18º | 0.64% | 0.84% | - |
| XYZ | 46.84 | 50.37 | 14.28 | - |
| YUV | 182.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 77 | 0 | 0.13 | 0.64 | 0.16 | 48.18 | 0.63 | 0.57 |
| Hex | D6 | BB | 4D | 0 | D | 40 | 10 | 30 | 3F | 39 |
| Octal | 326 | 273 | 115 | 0 | 15 | 100 | 20 | 60 | 77 | 71 |
| Binary | 11010110 | 10111011 | 1001101 | 0 | 1101 | 1000000 | 10000 | 110000 | 111111 | 111001 |
Color Harmonies of #D6BB4D
Complementary color
Monochromatic Colors of #D6BB4D
Black with #D6BB4D
Text Example
Text Example
White with #D6BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB4D; }
p { color: rgb(214,187,77); }
H1.HeaderClassName
{
color: #D6BB4D;
}
.AnyTagClassName
{
color: #D6BB4D;
}
</style>
background-color css
<style>
a { background-color: #D6BB4D; }
a { background-color: rgb(214,187,77); }
div.DivClassName
{
background-color: #D6BB4D;
}
.BgClassName
{
background-color: #D6BB4D;
}
</style>
border-color css
<style>
span { border-color: #D6BB4D; }
span { border-color: rgb(214,187,77); }
td.TdClassName
{
border-color: #D6BB4D;
}
.TagClassName
{
border-color: #D6BB4D;
}
</style>