Shades of Tacha #D8BD5E
Tints of Tacha #D8BD5E
RGB
CMYK
RGB Variations
Color information
#D8BD5E (or 0xD8BD5E) is known color: Tacha. HEX triplet: D8, BD and 5E. RGB value is (216,189,94). Sum of RGB (Red+Green+Blue) = 216+189+94=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD5E is #2742A1. Grayscale: #BABABA. Windows color (decimal): -2572962 or 6208984. OLE color: 6208984.
HSL color Cylindrical-coordinate representation of color #D8BD5E: hue angle of 46.72º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8BD5E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 94 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.15 |
| HSL | 46.72º | 0.61% | 0.61% | - |
| HSV(B) | 46.72º | 0.56% | 0.85% | - |
| XYZ | 48.54 | 51.8 | 18.03 | - |
| YUV | 186.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 94 | 0 | 0.12 | 0.56 | 0.15 | 46.72 | 0.61 | 0.61 |
| Hex | D8 | BD | 5E | 0 | C | 38 | F | 2F | 3D | 3D |
| Octal | 330 | 275 | 136 | 0 | 14 | 70 | 17 | 57 | 75 | 75 |
| Binary | 11011000 | 10111101 | 1011110 | 0 | 1100 | 111000 | 1111 | 101111 | 111101 | 111101 |
Color Harmonies of #D8BD5E
Complementary color
Monochromatic Colors of #D8BD5E
Black with #D8BD5E
Text Example
Text Example
White with #D8BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD5E; }
p { color: rgb(216,189,94); }
H1.HeaderClassName
{
color: #D8BD5E;
}
.AnyTagClassName
{
color: #D8BD5E;
}
</style>
background-color css
<style>
a { background-color: #D8BD5E; }
a { background-color: rgb(216,189,94); }
div.DivClassName
{
background-color: #D8BD5E;
}
.BgClassName
{
background-color: #D8BD5E;
}
</style>
border-color css
<style>
span { border-color: #D8BD5E; }
span { border-color: rgb(216,189,94); }
td.TdClassName
{
border-color: #D8BD5E;
}
.TagClassName
{
border-color: #D8BD5E;
}
</style>