Shades of Tacha #D8BB5D
Tints of Tacha #D8BB5D
RGB
CMYK
RGB Variations
Color information
#D8BB5D (or 0xD8BB5D) is known color: Tacha. HEX triplet: D8, BB and 5D. RGB value is (216,187,93). Sum of RGB (Red+Green+Blue) = 216+187+93=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB5D is #2744A2. Grayscale: #B9B9B9. Windows color (decimal): -2573475 or 6142936. OLE color: 6142936.
HSL color Cylindrical-coordinate representation of color #D8BB5D: hue angle of 45.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8BB5D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 93 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.15 |
| HSL | 45.85º | 0.61% | 0.61% | - |
| HSV(B) | 45.85º | 0.57% | 0.85% | - |
| XYZ | 48.07 | 50.93 | 17.65 | - |
| YUV | 184.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 93 | 0 | 0.13 | 0.57 | 0.15 | 45.85 | 0.61 | 0.61 |
| Hex | D8 | BB | 5D | 0 | D | 39 | F | 2E | 3D | 3D |
| Octal | 330 | 273 | 135 | 0 | 15 | 71 | 17 | 56 | 75 | 75 |
| Binary | 11011000 | 10111011 | 1011101 | 0 | 1101 | 111001 | 1111 | 101110 | 111101 | 111101 |
Color Harmonies of #D8BB5D
Complementary color
Monochromatic Colors of #D8BB5D
Black with #D8BB5D
Text Example
Text Example
White with #D8BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB5D; }
p { color: rgb(216,187,93); }
H1.HeaderClassName
{
color: #D8BB5D;
}
.AnyTagClassName
{
color: #D8BB5D;
}
</style>
background-color css
<style>
a { background-color: #D8BB5D; }
a { background-color: rgb(216,187,93); }
div.DivClassName
{
background-color: #D8BB5D;
}
.BgClassName
{
background-color: #D8BB5D;
}
</style>
border-color css
<style>
span { border-color: #D8BB5D; }
span { border-color: rgb(216,187,93); }
td.TdClassName
{
border-color: #D8BB5D;
}
.TagClassName
{
border-color: #D8BB5D;
}
</style>