Shades of Tacha #D8BC58
Tints of Tacha #D8BC58
RGB
CMYK
RGB Variations
Color information
#D8BC58 (or 0xD8BC58) is known color: Tacha. HEX triplet: D8, BC and 58. RGB value is (216,188,88). Sum of RGB (Red+Green+Blue) = 216+188+88=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC58 is #2743A7. Grayscale: #B9B9B9. Windows color (decimal): -2573224 or 5815512. OLE color: 5815512.
HSL color Cylindrical-coordinate representation of color #D8BC58: hue angle of 46.88º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8BC58 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 88 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.15 |
| HSL | 46.88º | 0.62% | 0.6% | - |
| HSV(B) | 46.88º | 0.59% | 0.85% | - |
| XYZ | 48.06 | 51.27 | 16.6 | - |
| YUV | 184.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 88 | 0 | 0.13 | 0.59 | 0.15 | 46.88 | 0.62 | 0.6 |
| Hex | D8 | BC | 58 | 0 | D | 3B | F | 2F | 3E | 3C |
| Octal | 330 | 274 | 130 | 0 | 15 | 73 | 17 | 57 | 76 | 74 |
| Binary | 11011000 | 10111100 | 1011000 | 0 | 1101 | 111011 | 1111 | 101111 | 111110 | 111100 |
Color Harmonies of #D8BC58
Complementary color
Monochromatic Colors of #D8BC58
Black with #D8BC58
Text Example
Text Example
White with #D8BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC58; }
p { color: rgb(216,188,88); }
H1.HeaderClassName
{
color: #D8BC58;
}
.AnyTagClassName
{
color: #D8BC58;
}
</style>
background-color css
<style>
a { background-color: #D8BC58; }
a { background-color: rgb(216,188,88); }
div.DivClassName
{
background-color: #D8BC58;
}
.BgClassName
{
background-color: #D8BC58;
}
</style>
border-color css
<style>
span { border-color: #D8BC58; }
span { border-color: rgb(216,188,88); }
td.TdClassName
{
border-color: #D8BC58;
}
.TagClassName
{
border-color: #D8BC58;
}
</style>