Shades of Tacha #D5BC62
Tints of Tacha #D5BC62
RGB
CMYK
RGB Variations
Color information
#D5BC62 (or 0xD5BC62) is known color: Tacha. HEX triplet: D5, BC and 62. RGB value is (213,188,98). Sum of RGB (Red+Green+Blue) = 213+188+98=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC62 is #2A439D. Grayscale: #B9B9B9. Windows color (decimal): -2769822 or 6470869. OLE color: 6470869.
HSL color Cylindrical-coordinate representation of color #D5BC62: hue angle of 46.96º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5BC62 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 98 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.16 |
| HSL | 46.96º | 0.58% | 0.61% | - |
| HSV(B) | 46.96º | 0.54% | 0.84% | - |
| XYZ | 47.63 | 50.99 | 18.89 | - |
| YUV | 185.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 98 | 0 | 0.12 | 0.54 | 0.16 | 46.96 | 0.58 | 0.61 |
| Hex | D5 | BC | 62 | 0 | C | 36 | 10 | 2F | 3A | 3D |
| Octal | 325 | 274 | 142 | 0 | 14 | 66 | 20 | 57 | 72 | 75 |
| Binary | 11010101 | 10111100 | 1100010 | 0 | 1100 | 110110 | 10000 | 101111 | 111010 | 111101 |
Color Harmonies of #D5BC62
Complementary color
Monochromatic Colors of #D5BC62
Black with #D5BC62
Text Example
Text Example
White with #D5BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC62; }
p { color: rgb(213,188,98); }
H1.HeaderClassName
{
color: #D5BC62;
}
.AnyTagClassName
{
color: #D5BC62;
}
</style>
background-color css
<style>
a { background-color: #D5BC62; }
a { background-color: rgb(213,188,98); }
div.DivClassName
{
background-color: #D5BC62;
}
.BgClassName
{
background-color: #D5BC62;
}
</style>
border-color css
<style>
span { border-color: #D5BC62; }
span { border-color: rgb(213,188,98); }
td.TdClassName
{
border-color: #D5BC62;
}
.TagClassName
{
border-color: #D5BC62;
}
</style>