Shades of Tacha #D5B961
Tints of Tacha #D5B961
RGB
CMYK
RGB Variations
Color information
#D5B961 (or 0xD5B961) is known color: Tacha. HEX triplet: D5, B9 and 61. RGB value is (213,185,97). Sum of RGB (Red+Green+Blue) = 213+185+97=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B961 is #2A469E. Grayscale: #B7B7B7. Windows color (decimal): -2770591 or 6404565. OLE color: 6404565.
HSL color Cylindrical-coordinate representation of color #D5B961: hue angle of 45.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5B961 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 97 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.16 |
| HSL | 45.52º | 0.58% | 0.61% | - |
| HSV(B) | 45.52º | 0.54% | 0.84% | - |
| XYZ | 46.95 | 49.71 | 18.43 | - |
| YUV | 183.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 97 | 0 | 0.13 | 0.54 | 0.16 | 45.52 | 0.58 | 0.61 |
| Hex | D5 | B9 | 61 | 0 | D | 36 | 10 | 2E | 3A | 3D |
| Octal | 325 | 271 | 141 | 0 | 15 | 66 | 20 | 56 | 72 | 75 |
| Binary | 11010101 | 10111001 | 1100001 | 0 | 1101 | 110110 | 10000 | 101110 | 111010 | 111101 |
Color Harmonies of #D5B961
Complementary color
Monochromatic Colors of #D5B961
Black with #D5B961
Text Example
Text Example
White with #D5B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B961; }
p { color: rgb(213,185,97); }
H1.HeaderClassName
{
color: #D5B961;
}
.AnyTagClassName
{
color: #D5B961;
}
</style>
background-color css
<style>
a { background-color: #D5B961; }
a { background-color: rgb(213,185,97); }
div.DivClassName
{
background-color: #D5B961;
}
.BgClassName
{
background-color: #D5B961;
}
</style>
border-color css
<style>
span { border-color: #D5B961; }
span { border-color: rgb(213,185,97); }
td.TdClassName
{
border-color: #D5B961;
}
.TagClassName
{
border-color: #D5B961;
}
</style>