Shades of Tacha #D4BC62
Tints of Tacha #D4BC62
RGB
CMYK
RGB Variations
Color information
#D4BC62 (or 0xD4BC62) is known color: Tacha. HEX triplet: D4, BC and 62. RGB value is (212,188,98). Sum of RGB (Red+Green+Blue) = 212+188+98=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC62 is #2B439D. Grayscale: #B9B9B9. Windows color (decimal): -2835358 or 6470868. OLE color: 6470868.
HSL color Cylindrical-coordinate representation of color #D4BC62: hue angle of 47.37º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4BC62 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 98 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.17 |
| HSL | 47.37º | 0.57% | 0.61% | - |
| HSV(B) | 47.37º | 0.54% | 0.83% | - |
| XYZ | 47.34 | 50.85 | 18.87 | - |
| YUV | 184.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 98 | 0 | 0.11 | 0.54 | 0.17 | 47.37 | 0.57 | 0.61 |
| Hex | D4 | BC | 62 | 0 | B | 36 | 11 | 2F | 39 | 3D |
| Octal | 324 | 274 | 142 | 0 | 13 | 66 | 21 | 57 | 71 | 75 |
| Binary | 11010100 | 10111100 | 1100010 | 0 | 1011 | 110110 | 10001 | 101111 | 111001 | 111101 |
Color Harmonies of #D4BC62
Complementary color
Monochromatic Colors of #D4BC62
Black with #D4BC62
Text Example
Text Example
White with #D4BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC62; }
p { color: rgb(212,188,98); }
H1.HeaderClassName
{
color: #D4BC62;
}
.AnyTagClassName
{
color: #D4BC62;
}
</style>
background-color css
<style>
a { background-color: #D4BC62; }
a { background-color: rgb(212,188,98); }
div.DivClassName
{
background-color: #D4BC62;
}
.BgClassName
{
background-color: #D4BC62;
}
</style>
border-color css
<style>
span { border-color: #D4BC62; }
span { border-color: rgb(212,188,98); }
td.TdClassName
{
border-color: #D4BC62;
}
.TagClassName
{
border-color: #D4BC62;
}
</style>