Shades of Tacha #DABB50
Tints of Tacha #DABB50
RGB
CMYK
RGB Variations
Color information
#DABB50 (or 0xDABB50) is known color: Tacha. HEX triplet: DA, BB and 50. RGB value is (218,187,80). Sum of RGB (Red+Green+Blue) = 218+187+80=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB50 is #2544AF. Grayscale: #B8B8B8. Windows color (decimal): -2442416 or 5290970. OLE color: 5290970.
HSL color Cylindrical-coordinate representation of color #DABB50: hue angle of 46.52º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DABB50 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 80 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.15 |
| HSL | 46.52º | 0.65% | 0.58% | - |
| HSV(B) | 46.52º | 0.63% | 0.85% | - |
| XYZ | 48.13 | 51.03 | 14.9 | - |
| YUV | 184.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 80 | 0 | 0.14 | 0.63 | 0.15 | 46.52 | 0.65 | 0.58 |
| Hex | DA | BB | 50 | 0 | E | 3F | F | 2F | 41 | 3A |
| Octal | 332 | 273 | 120 | 0 | 16 | 77 | 17 | 57 | 101 | 72 |
| Binary | 11011010 | 10111011 | 1010000 | 0 | 1110 | 111111 | 1111 | 101111 | 1000001 | 111010 |
Color Harmonies of #DABB50
Complementary color
Monochromatic Colors of #DABB50
Black with #DABB50
Text Example
Text Example
White with #DABB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB50; }
p { color: rgb(218,187,80); }
H1.HeaderClassName
{
color: #DABB50;
}
.AnyTagClassName
{
color: #DABB50;
}
</style>
background-color css
<style>
a { background-color: #DABB50; }
a { background-color: rgb(218,187,80); }
div.DivClassName
{
background-color: #DABB50;
}
.BgClassName
{
background-color: #DABB50;
}
</style>
border-color css
<style>
span { border-color: #DABB50; }
span { border-color: rgb(218,187,80); }
td.TdClassName
{
border-color: #DABB50;
}
.TagClassName
{
border-color: #DABB50;
}
</style>