Shades of Tacha #D8BA57
Tints of Tacha #D8BA57
RGB
CMYK
RGB Variations
Color information
#D8BA57 (or 0xD8BA57) is known color: Tacha. HEX triplet: D8, BA and 57. RGB value is (216,186,87). Sum of RGB (Red+Green+Blue) = 216+186+87=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA57 is #2745A8. Grayscale: #B8B8B8. Windows color (decimal): -2573737 or 5749464. OLE color: 5749464.
HSL color Cylindrical-coordinate representation of color #D8BA57: hue angle of 46.05º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8BA57 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 87 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.15 |
| HSL | 46.05º | 0.62% | 0.59% | - |
| HSV(B) | 46.05º | 0.6% | 0.85% | - |
| XYZ | 47.6 | 50.4 | 16.24 | - |
| YUV | 183.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 87 | 0 | 0.14 | 0.60 | 0.15 | 46.05 | 0.62 | 0.59 |
| Hex | D8 | BA | 57 | 0 | E | 3C | F | 2E | 3E | 3B |
| Octal | 330 | 272 | 127 | 0 | 16 | 74 | 17 | 56 | 76 | 73 |
| Binary | 11011000 | 10111010 | 1010111 | 0 | 1110 | 111100 | 1111 | 101110 | 111110 | 111011 |
Color Harmonies of #D8BA57
Complementary color
Monochromatic Colors of #D8BA57
Black with #D8BA57
Text Example
Text Example
White with #D8BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA57; }
p { color: rgb(216,186,87); }
H1.HeaderClassName
{
color: #D8BA57;
}
.AnyTagClassName
{
color: #D8BA57;
}
</style>
background-color css
<style>
a { background-color: #D8BA57; }
a { background-color: rgb(216,186,87); }
div.DivClassName
{
background-color: #D8BA57;
}
.BgClassName
{
background-color: #D8BA57;
}
</style>
border-color css
<style>
span { border-color: #D8BA57; }
span { border-color: rgb(216,186,87); }
td.TdClassName
{
border-color: #D8BA57;
}
.TagClassName
{
border-color: #D8BA57;
}
</style>