Shades of Tacha #D8BC66
Tints of Tacha #D8BC66
RGB
CMYK
RGB Variations
Color information
#D8BC66 (or 0xD8BC66) is known color: Tacha. HEX triplet: D8, BC and 66. RGB value is (216,188,102). Sum of RGB (Red+Green+Blue) = 216+188+102=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC66 is #274399. Grayscale: #BABABA. Windows color (decimal): -2573210 or 6733016. OLE color: 6733016.
HSL color Cylindrical-coordinate representation of color #D8BC66: hue angle of 45.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8BC66 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 102 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.15 |
| HSL | 45.26º | 0.59% | 0.62% | - |
| HSV(B) | 45.26º | 0.53% | 0.85% | - |
| XYZ | 48.7 | 51.52 | 19.95 | - |
| YUV | 186.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 102 | 0 | 0.13 | 0.53 | 0.15 | 45.26 | 0.59 | 0.62 |
| Hex | D8 | BC | 66 | 0 | D | 35 | F | 2D | 3B | 3E |
| Octal | 330 | 274 | 146 | 0 | 15 | 65 | 17 | 55 | 73 | 76 |
| Binary | 11011000 | 10111100 | 1100110 | 0 | 1101 | 110101 | 1111 | 101101 | 111011 | 111110 |
Color Harmonies of #D8BC66
Complementary color
Monochromatic Colors of #D8BC66
Black with #D8BC66
Text Example
Text Example
White with #D8BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC66; }
p { color: rgb(216,188,102); }
H1.HeaderClassName
{
color: #D8BC66;
}
.AnyTagClassName
{
color: #D8BC66;
}
</style>
background-color css
<style>
a { background-color: #D8BC66; }
a { background-color: rgb(216,188,102); }
div.DivClassName
{
background-color: #D8BC66;
}
.BgClassName
{
background-color: #D8BC66;
}
</style>
border-color css
<style>
span { border-color: #D8BC66; }
span { border-color: rgb(216,188,102); }
td.TdClassName
{
border-color: #D8BC66;
}
.TagClassName
{
border-color: #D8BC66;
}
</style>