Shades of Tacha #DAB961
Tints of Tacha #DAB961
RGB
CMYK
RGB Variations
Color information
#DAB961 (or 0xDAB961) is known color: Tacha. HEX triplet: DA, B9 and 61. RGB value is (218,185,97). Sum of RGB (Red+Green+Blue) = 218+185+97=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB961 is #25469E. Grayscale: #B9B9B9. Windows color (decimal): -2442911 or 6404570. OLE color: 6404570.
HSL color Cylindrical-coordinate representation of color #DAB961: hue angle of 43.64º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAB961 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 97 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.15 |
| HSL | 43.64º | 0.62% | 0.62% | - |
| HSV(B) | 43.64º | 0.56% | 0.85% | - |
| XYZ | 48.42 | 50.47 | 18.5 | - |
| YUV | 184.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 97 | 0 | 0.15 | 0.56 | 0.15 | 43.64 | 0.62 | 0.62 |
| Hex | DA | B9 | 61 | 0 | F | 38 | F | 2C | 3E | 3E |
| Octal | 332 | 271 | 141 | 0 | 17 | 70 | 17 | 54 | 76 | 76 |
| Binary | 11011010 | 10111001 | 1100001 | 0 | 1111 | 111000 | 1111 | 101100 | 111110 | 111110 |
Color Harmonies of #DAB961
Complementary color
Monochromatic Colors of #DAB961
Black with #DAB961
Text Example
Text Example
White with #DAB961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB961; }
p { color: rgb(218,185,97); }
H1.HeaderClassName
{
color: #DAB961;
}
.AnyTagClassName
{
color: #DAB961;
}
</style>
background-color css
<style>
a { background-color: #DAB961; }
a { background-color: rgb(218,185,97); }
div.DivClassName
{
background-color: #DAB961;
}
.BgClassName
{
background-color: #DAB961;
}
</style>
border-color css
<style>
span { border-color: #DAB961; }
span { border-color: rgb(218,185,97); }
td.TdClassName
{
border-color: #DAB961;
}
.TagClassName
{
border-color: #DAB961;
}
</style>