Shades of Tacha #DABB57
Tints of Tacha #DABB57
RGB
CMYK
RGB Variations
Color information
#DABB57 (or 0xDABB57) is known color: Tacha. HEX triplet: DA, BB and 57. RGB value is (218,187,87). Sum of RGB (Red+Green+Blue) = 218+187+87=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB57 is #2544A8. Grayscale: #B9B9B9. Windows color (decimal): -2442409 or 5749722. OLE color: 5749722.
HSL color Cylindrical-coordinate representation of color #DABB57: hue angle of 45.8º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DABB57 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 87 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.15 |
| HSL | 45.8º | 0.64% | 0.6% | - |
| HSV(B) | 45.8º | 0.6% | 0.85% | - |
| XYZ | 48.4 | 51.13 | 16.34 | - |
| YUV | 184.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 87 | 0 | 0.14 | 0.60 | 0.15 | 45.8 | 0.64 | 0.6 |
| Hex | DA | BB | 57 | 0 | E | 3C | F | 2E | 40 | 3C |
| Octal | 332 | 273 | 127 | 0 | 16 | 74 | 17 | 56 | 100 | 74 |
| Binary | 11011010 | 10111011 | 1010111 | 0 | 1110 | 111100 | 1111 | 101110 | 1000000 | 111100 |
Color Harmonies of #DABB57
Complementary color
Monochromatic Colors of #DABB57
Black with #DABB57
Text Example
Text Example
White with #DABB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB57; }
p { color: rgb(218,187,87); }
H1.HeaderClassName
{
color: #DABB57;
}
.AnyTagClassName
{
color: #DABB57;
}
</style>
background-color css
<style>
a { background-color: #DABB57; }
a { background-color: rgb(218,187,87); }
div.DivClassName
{
background-color: #DABB57;
}
.BgClassName
{
background-color: #DABB57;
}
</style>
border-color css
<style>
span { border-color: #DABB57; }
span { border-color: rgb(218,187,87); }
td.TdClassName
{
border-color: #DABB57;
}
.TagClassName
{
border-color: #DABB57;
}
</style>