Shades of Tacha #D8BE5B
Tints of Tacha #D8BE5B
RGB
CMYK
RGB Variations
Color information
#D8BE5B (or 0xD8BE5B) is known color: Tacha. HEX triplet: D8, BE and 5B. RGB value is (216,190,91). Sum of RGB (Red+Green+Blue) = 216+190+91=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE5B is #2741A4. Grayscale: #BABABA. Windows color (decimal): -2572709 or 6012632. OLE color: 6012632.
HSL color Cylindrical-coordinate representation of color #D8BE5B: hue angle of 47.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8BE5B is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 91 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.15 |
| HSL | 47.52º | 0.62% | 0.6% | - |
| HSV(B) | 47.52º | 0.58% | 0.85% | - |
| XYZ | 48.62 | 52.18 | 17.41 | - |
| YUV | 186.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 91 | 0 | 0.12 | 0.58 | 0.15 | 47.52 | 0.62 | 0.6 |
| Hex | D8 | BE | 5B | 0 | C | 3A | F | 30 | 3E | 3C |
| Octal | 330 | 276 | 133 | 0 | 14 | 72 | 17 | 60 | 76 | 74 |
| Binary | 11011000 | 10111110 | 1011011 | 0 | 1100 | 111010 | 1111 | 110000 | 111110 | 111100 |
Color Harmonies of #D8BE5B
Complementary color
Monochromatic Colors of #D8BE5B
Black with #D8BE5B
Text Example
Text Example
White with #D8BE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE5B; }
p { color: rgb(216,190,91); }
H1.HeaderClassName
{
color: #D8BE5B;
}
.AnyTagClassName
{
color: #D8BE5B;
}
</style>
background-color css
<style>
a { background-color: #D8BE5B; }
a { background-color: rgb(216,190,91); }
div.DivClassName
{
background-color: #D8BE5B;
}
.BgClassName
{
background-color: #D8BE5B;
}
</style>
border-color css
<style>
span { border-color: #D8BE5B; }
span { border-color: rgb(216,190,91); }
td.TdClassName
{
border-color: #D8BE5B;
}
.TagClassName
{
border-color: #D8BE5B;
}
</style>