Shades of Tacha #D8BD61
Tints of Tacha #D8BD61
RGB
CMYK
RGB Variations
Color information
#D8BD61 (or 0xD8BD61) is known color: Tacha. HEX triplet: D8, BD and 61. RGB value is (216,189,97). Sum of RGB (Red+Green+Blue) = 216+189+97=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD61 is #27429E. Grayscale: #BABABA. Windows color (decimal): -2572959 or 6405592. OLE color: 6405592.
HSL color Cylindrical-coordinate representation of color #D8BD61: hue angle of 46.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8BD61 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 97 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.15 |
| HSL | 46.39º | 0.6% | 0.61% | - |
| HSV(B) | 46.39º | 0.55% | 0.85% | - |
| XYZ | 48.67 | 51.86 | 18.75 | - |
| YUV | 186.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 97 | 0 | 0.12 | 0.55 | 0.15 | 46.39 | 0.6 | 0.61 |
| Hex | D8 | BD | 61 | 0 | C | 37 | F | 2E | 3C | 3D |
| Octal | 330 | 275 | 141 | 0 | 14 | 67 | 17 | 56 | 74 | 75 |
| Binary | 11011000 | 10111101 | 1100001 | 0 | 1100 | 110111 | 1111 | 101110 | 111100 | 111101 |
Color Harmonies of #D8BD61
Complementary color
Monochromatic Colors of #D8BD61
Black with #D8BD61
Text Example
Text Example
White with #D8BD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD61; }
p { color: rgb(216,189,97); }
H1.HeaderClassName
{
color: #D8BD61;
}
.AnyTagClassName
{
color: #D8BD61;
}
</style>
background-color css
<style>
a { background-color: #D8BD61; }
a { background-color: rgb(216,189,97); }
div.DivClassName
{
background-color: #D8BD61;
}
.BgClassName
{
background-color: #D8BD61;
}
</style>
border-color css
<style>
span { border-color: #D8BD61; }
span { border-color: rgb(216,189,97); }
td.TdClassName
{
border-color: #D8BD61;
}
.TagClassName
{
border-color: #D8BD61;
}
</style>