Shades of Tacha #DABA55
Tints of Tacha #DABA55
RGB
CMYK
RGB Variations
Color information
#DABA55 (or 0xDABA55) is known color: Tacha. HEX triplet: DA, BA and 55. RGB value is (218,186,85). Sum of RGB (Red+Green+Blue) = 218+186+85=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA55 is #2545AA. Grayscale: #B8B8B8. Windows color (decimal): -2442667 or 5618394. OLE color: 5618394.
HSL color Cylindrical-coordinate representation of color #DABA55: hue angle of 45.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DABA55 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 85 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.15 |
| HSL | 45.56º | 0.64% | 0.59% | - |
| HSV(B) | 45.56º | 0.61% | 0.85% | - |
| XYZ | 48.11 | 50.68 | 15.84 | - |
| YUV | 184.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 85 | 0 | 0.15 | 0.61 | 0.15 | 45.56 | 0.64 | 0.59 |
| Hex | DA | BA | 55 | 0 | F | 3D | F | 2E | 40 | 3B |
| Octal | 332 | 272 | 125 | 0 | 17 | 75 | 17 | 56 | 100 | 73 |
| Binary | 11011010 | 10111010 | 1010101 | 0 | 1111 | 111101 | 1111 | 101110 | 1000000 | 111011 |
Color Harmonies of #DABA55
Complementary color
Monochromatic Colors of #DABA55
Black with #DABA55
Text Example
Text Example
White with #DABA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA55; }
p { color: rgb(218,186,85); }
H1.HeaderClassName
{
color: #DABA55;
}
.AnyTagClassName
{
color: #DABA55;
}
</style>
background-color css
<style>
a { background-color: #DABA55; }
a { background-color: rgb(218,186,85); }
div.DivClassName
{
background-color: #DABA55;
}
.BgClassName
{
background-color: #DABA55;
}
</style>
border-color css
<style>
span { border-color: #DABA55; }
span { border-color: rgb(218,186,85); }
td.TdClassName
{
border-color: #DABA55;
}
.TagClassName
{
border-color: #DABA55;
}
</style>