Shades of Tacha #DABC5B
Tints of Tacha #DABC5B
RGB
CMYK
RGB Variations
Color information
#DABC5B (or 0xDABC5B) is known color: Tacha. HEX triplet: DA, BC and 5B. RGB value is (218,188,91). Sum of RGB (Red+Green+Blue) = 218+188+91=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC5B is #2543A4. Grayscale: #BABABA. Windows color (decimal): -2442149 or 6012122. OLE color: 6012122.
HSL color Cylindrical-coordinate representation of color #DABC5B: hue angle of 45.83º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DABC5B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 91 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.15 |
| HSL | 45.83º | 0.63% | 0.61% | - |
| HSV(B) | 45.83º | 0.58% | 0.85% | - |
| XYZ | 48.79 | 51.63 | 17.29 | - |
| YUV | 185.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 91 | 0 | 0.14 | 0.58 | 0.15 | 45.83 | 0.63 | 0.61 |
| Hex | DA | BC | 5B | 0 | E | 3A | F | 2E | 3F | 3D |
| Octal | 332 | 274 | 133 | 0 | 16 | 72 | 17 | 56 | 77 | 75 |
| Binary | 11011010 | 10111100 | 1011011 | 0 | 1110 | 111010 | 1111 | 101110 | 111111 | 111101 |
Color Harmonies of #DABC5B
Complementary color
Monochromatic Colors of #DABC5B
Black with #DABC5B
Text Example
Text Example
White with #DABC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC5B; }
p { color: rgb(218,188,91); }
H1.HeaderClassName
{
color: #DABC5B;
}
.AnyTagClassName
{
color: #DABC5B;
}
</style>
background-color css
<style>
a { background-color: #DABC5B; }
a { background-color: rgb(218,188,91); }
div.DivClassName
{
background-color: #DABC5B;
}
.BgClassName
{
background-color: #DABC5B;
}
</style>
border-color css
<style>
span { border-color: #DABC5B; }
span { border-color: rgb(218,188,91); }
td.TdClassName
{
border-color: #DABC5B;
}
.TagClassName
{
border-color: #DABC5B;
}
</style>