Shades of Tacha #D6BC52
Tints of Tacha #D6BC52
RGB
CMYK
RGB Variations
Color information
#D6BC52 (or 0xD6BC52) is known color: Tacha. HEX triplet: D6, BC and 52. RGB value is (214,188,82). Sum of RGB (Red+Green+Blue) = 214+188+82=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC52 is #2943AD. Grayscale: #B8B8B8. Windows color (decimal): -2704302 or 5422294. OLE color: 5422294.
HSL color Cylindrical-coordinate representation of color #D6BC52: hue angle of 48.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6BC52 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 82 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.16 |
| HSL | 48.18º | 0.62% | 0.58% | - |
| HSV(B) | 48.18º | 0.62% | 0.84% | - |
| XYZ | 47.24 | 50.87 | 15.31 | - |
| YUV | 183.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 82 | 0 | 0.12 | 0.62 | 0.16 | 48.18 | 0.62 | 0.58 |
| Hex | D6 | BC | 52 | 0 | C | 3E | 10 | 30 | 3E | 3A |
| Octal | 326 | 274 | 122 | 0 | 14 | 76 | 20 | 60 | 76 | 72 |
| Binary | 11010110 | 10111100 | 1010010 | 0 | 1100 | 111110 | 10000 | 110000 | 111110 | 111010 |
Color Harmonies of #D6BC52
Complementary color
Monochromatic Colors of #D6BC52
Black with #D6BC52
Text Example
Text Example
White with #D6BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC52; }
p { color: rgb(214,188,82); }
H1.HeaderClassName
{
color: #D6BC52;
}
.AnyTagClassName
{
color: #D6BC52;
}
</style>
background-color css
<style>
a { background-color: #D6BC52; }
a { background-color: rgb(214,188,82); }
div.DivClassName
{
background-color: #D6BC52;
}
.BgClassName
{
background-color: #D6BC52;
}
</style>
border-color css
<style>
span { border-color: #D6BC52; }
span { border-color: rgb(214,188,82); }
td.TdClassName
{
border-color: #D6BC52;
}
.TagClassName
{
border-color: #D6BC52;
}
</style>