Shades of Tacha #D8BA67
Tints of Tacha #D8BA67
RGB
CMYK
RGB Variations
Color information
#D8BA67 (or 0xD8BA67) is known color: Tacha. HEX triplet: D8, BA and 67. RGB value is (216,186,103). Sum of RGB (Red+Green+Blue) = 216+186+103=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA67 is #274598. Grayscale: #B9B9B9. Windows color (decimal): -2573721 or 6798040. OLE color: 6798040.
HSL color Cylindrical-coordinate representation of color #D8BA67: hue angle of 44.07º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8BA67 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 103 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.15 |
| HSL | 44.07º | 0.59% | 0.63% | - |
| HSV(B) | 44.07º | 0.52% | 0.85% | - |
| XYZ | 48.33 | 50.7 | 20.07 | - |
| YUV | 185.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 103 | 0 | 0.14 | 0.52 | 0.15 | 44.07 | 0.59 | 0.63 |
| Hex | D8 | BA | 67 | 0 | E | 34 | F | 2C | 3B | 3F |
| Octal | 330 | 272 | 147 | 0 | 16 | 64 | 17 | 54 | 73 | 77 |
| Binary | 11011000 | 10111010 | 1100111 | 0 | 1110 | 110100 | 1111 | 101100 | 111011 | 111111 |
Color Harmonies of #D8BA67
Complementary color
Monochromatic Colors of #D8BA67
Black with #D8BA67
Text Example
Text Example
White with #D8BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA67; }
p { color: rgb(216,186,103); }
H1.HeaderClassName
{
color: #D8BA67;
}
.AnyTagClassName
{
color: #D8BA67;
}
</style>
background-color css
<style>
a { background-color: #D8BA67; }
a { background-color: rgb(216,186,103); }
div.DivClassName
{
background-color: #D8BA67;
}
.BgClassName
{
background-color: #D8BA67;
}
</style>
border-color css
<style>
span { border-color: #D8BA67; }
span { border-color: rgb(216,186,103); }
td.TdClassName
{
border-color: #D8BA67;
}
.TagClassName
{
border-color: #D8BA67;
}
</style>