Shades of Tacha #D8BA55
Tints of Tacha #D8BA55
RGB
CMYK
RGB Variations
Color information
#D8BA55 (or 0xD8BA55) is known color: Tacha. HEX triplet: D8, BA and 55. RGB value is (216,186,85). Sum of RGB (Red+Green+Blue) = 216+186+85=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA55 is #2745AA. Grayscale: #B7B7B7. Windows color (decimal): -2573739 or 5618392. OLE color: 5618392.
HSL color Cylindrical-coordinate representation of color #D8BA55: hue angle of 46.26º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8BA55 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 85 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.15 |
| HSL | 46.26º | 0.63% | 0.59% | - |
| HSV(B) | 46.26º | 0.61% | 0.85% | - |
| XYZ | 47.52 | 50.37 | 15.81 | - |
| YUV | 183.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 85 | 0 | 0.14 | 0.61 | 0.15 | 46.26 | 0.63 | 0.59 |
| Hex | D8 | BA | 55 | 0 | E | 3D | F | 2E | 3F | 3B |
| Octal | 330 | 272 | 125 | 0 | 16 | 75 | 17 | 56 | 77 | 73 |
| Binary | 11011000 | 10111010 | 1010101 | 0 | 1110 | 111101 | 1111 | 101110 | 111111 | 111011 |
Color Harmonies of #D8BA55
Complementary color
Monochromatic Colors of #D8BA55
Black with #D8BA55
Text Example
Text Example
White with #D8BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA55; }
p { color: rgb(216,186,85); }
H1.HeaderClassName
{
color: #D8BA55;
}
.AnyTagClassName
{
color: #D8BA55;
}
</style>
background-color css
<style>
a { background-color: #D8BA55; }
a { background-color: rgb(216,186,85); }
div.DivClassName
{
background-color: #D8BA55;
}
.BgClassName
{
background-color: #D8BA55;
}
</style>
border-color css
<style>
span { border-color: #D8BA55; }
span { border-color: rgb(216,186,85); }
td.TdClassName
{
border-color: #D8BA55;
}
.TagClassName
{
border-color: #D8BA55;
}
</style>