Shades of Tacha #D5B965
Tints of Tacha #D5B965
RGB
CMYK
RGB Variations
Color information
#D5B965 (or 0xD5B965) is known color: Tacha. HEX triplet: D5, B9 and 65. RGB value is (213,185,101). Sum of RGB (Red+Green+Blue) = 213+185+101=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B965 is #2A469A. Grayscale: #B8B8B8. Windows color (decimal): -2770587 or 6666709. OLE color: 6666709.
HSL color Cylindrical-coordinate representation of color #D5B965: hue angle of 45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5B965 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 101 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.16 |
| HSL | 45º | 0.57% | 0.62% | - |
| HSV(B) | 45º | 0.53% | 0.84% | - |
| XYZ | 47.14 | 49.78 | 19.44 | - |
| YUV | 183.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 101 | 0 | 0.13 | 0.53 | 0.16 | 45 | 0.57 | 0.62 |
| Hex | D5 | B9 | 65 | 0 | D | 35 | 10 | 2D | 39 | 3E |
| Octal | 325 | 271 | 145 | 0 | 15 | 65 | 20 | 55 | 71 | 76 |
| Binary | 11010101 | 10111001 | 1100101 | 0 | 1101 | 110101 | 10000 | 101101 | 111001 | 111110 |
Color Harmonies of #D5B965
Complementary color
Monochromatic Colors of #D5B965
Black with #D5B965
Text Example
Text Example
White with #D5B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B965; }
p { color: rgb(213,185,101); }
H1.HeaderClassName
{
color: #D5B965;
}
.AnyTagClassName
{
color: #D5B965;
}
</style>
background-color css
<style>
a { background-color: #D5B965; }
a { background-color: rgb(213,185,101); }
div.DivClassName
{
background-color: #D5B965;
}
.BgClassName
{
background-color: #D5B965;
}
</style>
border-color css
<style>
span { border-color: #D5B965; }
span { border-color: rgb(213,185,101); }
td.TdClassName
{
border-color: #D5B965;
}
.TagClassName
{
border-color: #D5B965;
}
</style>