Shades of Tacha #D8BB56
Tints of Tacha #D8BB56
RGB
CMYK
RGB Variations
Color information
#D8BB56 (or 0xD8BB56) is known color: Tacha. HEX triplet: D8, BB and 56. RGB value is (216,187,86). Sum of RGB (Red+Green+Blue) = 216+187+86=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB56 is #2744A9. Grayscale: #B8B8B8. Windows color (decimal): -2573482 or 5684184. OLE color: 5684184.
HSL color Cylindrical-coordinate representation of color #D8BB56: hue angle of 46.62º 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 #D8BB56 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 86 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.15 |
| HSL | 46.62º | 0.63% | 0.59% | - |
| HSV(B) | 46.62º | 0.6% | 0.85% | - |
| XYZ | 47.77 | 50.81 | 16.09 | - |
| YUV | 184.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 86 | 0 | 0.13 | 0.60 | 0.15 | 46.62 | 0.63 | 0.59 |
| Hex | D8 | BB | 56 | 0 | D | 3C | F | 2F | 3E | 3B |
| Octal | 330 | 273 | 126 | 0 | 15 | 74 | 17 | 57 | 76 | 73 |
| Binary | 11011000 | 10111011 | 1010110 | 0 | 1101 | 111100 | 1111 | 101111 | 111110 | 111011 |
Color Harmonies of #D8BB56
Complementary color
Monochromatic Colors of #D8BB56
Black with #D8BB56
Text Example
Text Example
White with #D8BB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB56; }
p { color: rgb(216,187,86); }
H1.HeaderClassName
{
color: #D8BB56;
}
.AnyTagClassName
{
color: #D8BB56;
}
</style>
background-color css
<style>
a { background-color: #D8BB56; }
a { background-color: rgb(216,187,86); }
div.DivClassName
{
background-color: #D8BB56;
}
.BgClassName
{
background-color: #D8BB56;
}
</style>
border-color css
<style>
span { border-color: #D8BB56; }
span { border-color: rgb(216,187,86); }
td.TdClassName
{
border-color: #D8BB56;
}
.TagClassName
{
border-color: #D8BB56;
}
</style>