Shades of Tacha #DABB59
Tints of Tacha #DABB59
RGB
CMYK
RGB Variations
Color information
#DABB59 (or 0xDABB59) is known color: Tacha. HEX triplet: DA, BB and 59. RGB value is (218,187,89). Sum of RGB (Red+Green+Blue) = 218+187+89=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB59 is #2544A6. Grayscale: #B9B9B9. Windows color (decimal): -2442407 or 5880794. OLE color: 5880794.
HSL color Cylindrical-coordinate representation of color #DABB59: hue angle of 45.58º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DABB59 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 89 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.15 |
| HSL | 45.58º | 0.64% | 0.6% | - |
| HSV(B) | 45.58º | 0.59% | 0.85% | - |
| XYZ | 48.49 | 51.17 | 16.77 | - |
| YUV | 185.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 89 | 0 | 0.14 | 0.59 | 0.15 | 45.58 | 0.64 | 0.6 |
| Hex | DA | BB | 59 | 0 | E | 3B | F | 2E | 40 | 3C |
| Octal | 332 | 273 | 131 | 0 | 16 | 73 | 17 | 56 | 100 | 74 |
| Binary | 11011010 | 10111011 | 1011001 | 0 | 1110 | 111011 | 1111 | 101110 | 1000000 | 111100 |
Color Harmonies of #DABB59
Complementary color
Monochromatic Colors of #DABB59
Black with #DABB59
Text Example
Text Example
White with #DABB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB59; }
p { color: rgb(218,187,89); }
H1.HeaderClassName
{
color: #DABB59;
}
.AnyTagClassName
{
color: #DABB59;
}
</style>
background-color css
<style>
a { background-color: #DABB59; }
a { background-color: rgb(218,187,89); }
div.DivClassName
{
background-color: #DABB59;
}
.BgClassName
{
background-color: #DABB59;
}
</style>
border-color css
<style>
span { border-color: #DABB59; }
span { border-color: rgb(218,187,89); }
td.TdClassName
{
border-color: #DABB59;
}
.TagClassName
{
border-color: #DABB59;
}
</style>