Shades of Tacha #D5BA69
Tints of Tacha #D5BA69
RGB
CMYK
RGB Variations
Color information
#D5BA69 (or 0xD5BA69) is known color: Tacha. HEX triplet: D5, BA and 69. RGB value is (213,186,105). Sum of RGB (Red+Green+Blue) = 213+186+105=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA69 is #2A4596. Grayscale: #B9B9B9. Windows color (decimal): -2770327 or 6929109. OLE color: 6929109.
HSL color Cylindrical-coordinate representation of color #D5BA69: hue angle of 45º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5BA69 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 105 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.16 |
| HSL | 45º | 0.56% | 0.62% | - |
| HSV(B) | 45º | 0.51% | 0.84% | - |
| XYZ | 47.55 | 50.28 | 20.56 | - |
| YUV | 184.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 105 | 0 | 0.13 | 0.51 | 0.16 | 45 | 0.56 | 0.62 |
| Hex | D5 | BA | 69 | 0 | D | 33 | 10 | 2D | 38 | 3E |
| Octal | 325 | 272 | 151 | 0 | 15 | 63 | 20 | 55 | 70 | 76 |
| Binary | 11010101 | 10111010 | 1101001 | 0 | 1101 | 110011 | 10000 | 101101 | 111000 | 111110 |
Color Harmonies of #D5BA69
Complementary color
Monochromatic Colors of #D5BA69
Black with #D5BA69
Text Example
Text Example
White with #D5BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA69; }
p { color: rgb(213,186,105); }
H1.HeaderClassName
{
color: #D5BA69;
}
.AnyTagClassName
{
color: #D5BA69;
}
</style>
background-color css
<style>
a { background-color: #D5BA69; }
a { background-color: rgb(213,186,105); }
div.DivClassName
{
background-color: #D5BA69;
}
.BgClassName
{
background-color: #D5BA69;
}
</style>
border-color css
<style>
span { border-color: #D5BA69; }
span { border-color: rgb(213,186,105); }
td.TdClassName
{
border-color: #D5BA69;
}
.TagClassName
{
border-color: #D5BA69;
}
</style>