Shades of Tacha #D8BD5C
Tints of Tacha #D8BD5C
RGB
CMYK
RGB Variations
Color information
#D8BD5C (or 0xD8BD5C) is known color: Tacha. HEX triplet: D8, BD and 5C. RGB value is (216,189,92). Sum of RGB (Red+Green+Blue) = 216+189+92=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD5C is #2742A3. Grayscale: #BABABA. Windows color (decimal): -2572964 or 6077912. OLE color: 6077912.
HSL color Cylindrical-coordinate representation of color #D8BD5C: hue angle of 46.94º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8BD5C is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 92 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.15 |
| HSL | 46.94º | 0.61% | 0.6% | - |
| HSV(B) | 46.94º | 0.57% | 0.85% | - |
| XYZ | 48.45 | 51.77 | 17.56 | - |
| YUV | 186.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 92 | 0 | 0.12 | 0.57 | 0.15 | 46.94 | 0.61 | 0.6 |
| Hex | D8 | BD | 5C | 0 | C | 39 | F | 2F | 3D | 3C |
| Octal | 330 | 275 | 134 | 0 | 14 | 71 | 17 | 57 | 75 | 74 |
| Binary | 11011000 | 10111101 | 1011100 | 0 | 1100 | 111001 | 1111 | 101111 | 111101 | 111100 |
Color Harmonies of #D8BD5C
Complementary color
Monochromatic Colors of #D8BD5C
Black with #D8BD5C
Text Example
Text Example
White with #D8BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD5C; }
p { color: rgb(216,189,92); }
H1.HeaderClassName
{
color: #D8BD5C;
}
.AnyTagClassName
{
color: #D8BD5C;
}
</style>
background-color css
<style>
a { background-color: #D8BD5C; }
a { background-color: rgb(216,189,92); }
div.DivClassName
{
background-color: #D8BD5C;
}
.BgClassName
{
background-color: #D8BD5C;
}
</style>
border-color css
<style>
span { border-color: #D8BD5C; }
span { border-color: rgb(216,189,92); }
td.TdClassName
{
border-color: #D8BD5C;
}
.TagClassName
{
border-color: #D8BD5C;
}
</style>